Skip to content
Snippets Groups Projects
Commit ad40db18 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-3961 - update crd

parent dcc991e5
No related branches found
No related tags found
No related merge requests found
...@@ -2,20 +2,20 @@ ...@@ -2,20 +2,20 @@
apiVersion: apiextensions.k8s.io/v1 apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition kind: CustomResourceDefinition
metadata: metadata:
name: keycloakusers.operator.ozgcloud.de name: ozgkeycloakusers.operator.ozgcloud.de
spec: spec:
group: operator.ozgcloud.de group: operator.ozgcloud.de
names: names:
kind: KeycloakUser kind: OzgKeycloakUser
listKind: KeycloakUserList listKind: OzgKeycloakUserList
plural: keycloakusers plural: ozgkeycloakusers
singular: keycloakuser singular: ozgkeycloakuser
scope: Namespaced scope: Namespaced
versions: versions:
- name: v1 - name: v1
schema: schema:
openAPIV3Schema: openAPIV3Schema:
description: KeycloakUser is the Schema for the keycloaks API description: OzgKeycloakUser is the Schema for the keycloaks API
properties: properties:
apiVersion: apiVersion:
description: 'APIVersion defines the versioned schema of this representation description: 'APIVersion defines the versioned schema of this representation
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment