bundle/manifests/v1.edp.epam.com_keycloakrealmrolebatches.yaml (129 lines of code) (raw):

apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: controller-gen.kubebuilder.io/version: v0.15.0 creationTimestamp: null name: keycloakrealmrolebatches.v1.edp.epam.com spec: group: v1.edp.epam.com names: kind: KeycloakRealmRoleBatch listKind: KeycloakRealmRoleBatchList plural: keycloakrealmrolebatches singular: keycloakrealmrolebatch scope: Namespaced versions: - additionalPrinterColumns: - description: Reconcilation status jsonPath: .status.value name: Status type: string name: v1 schema: openAPIV3Schema: description: KeycloakRealmRoleBatch is the Schema for the keycloak roles API. properties: apiVersion: description: |- APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources type: string kind: description: |- Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds type: string metadata: type: object spec: description: KeycloakRealmRoleBatchSpec defines the desired state of KeycloakRealmRoleBatch. properties: realm: description: |- Deprecated: use RealmRef instead. Realm is name of KeycloakRealm custom resource. type: string realmRef: description: RealmRef is reference to Realm custom resource. properties: kind: description: Kind specifies the kind of the Keycloak resource. enum: - KeycloakRealm - ClusterKeycloakRealm type: string name: description: Name specifies the name of the Keycloak resource. type: string type: object roles: description: Roles is a list of roles to be created. items: properties: attributes: additionalProperties: items: type: string type: array description: Attributes is a map of role attributes. nullable: true type: object composite: description: Composite is a flag if role is composite. type: boolean composites: description: Composites is a list of composites roles assigned to role. items: properties: name: description: Name is a name of composite role. type: string required: - name type: object nullable: true type: array description: description: Description is a role description. type: string isDefault: description: IsDefault is a flag if role is default. type: boolean name: description: Name of keycloak role. type: string required: - name type: object type: array required: - roles type: object status: description: KeycloakRealmRoleBatchStatus defines the observed state of KeycloakRealmRoleBatch. properties: failureCount: format: int64 type: integer value: type: string type: object type: object served: true storage: true subresources: status: {} status: acceptedNames: kind: "" plural: "" conditions: null storedVersions: null