KeycloakComponent
v1
resource to define a Component within a KeycloakRealm
Property | Type | Required |
---|---|---|
spec | object | ✅ |
spec.definition | object | ✅ |
spec.definition.config | object | |
spec.definition.id | string | |
spec.definition.name | string | |
spec.definition.parentId | string | |
spec.definition.providerId | string | |
spec.definition.providerType | string | |
spec.definition.subType | string | |
spec.options | object | |
spec.patchFrom | object | |
spec.realmRef | string | ✅ |
status | object | |
status.conditions[] | object | |
status.conditions[].lastTransitionTime | string | |
status.conditions[].lastUpdateTime | string | |
status.conditions[].message | string | |
status.conditions[].reason | string | |
status.conditions[].status | string | ✅ |
status.conditions[].type | string | ✅ |
status.message | string | |
status.ready | boolean | ✅ |
status.resourcePath | string | |
status.status | string |
spec
Type: object
Property | Type | Required |
---|---|---|
definition | object | ✅ |
options | object | |
patchFrom | object | |
realmRef | string | ✅ |
the KeycloakComponent resource
spec.definition
Type: object
Property | Type | Required |
---|---|---|
config | object | |
id | string | |
name | string | |
parentId | string | |
providerId | string | |
providerType | string | |
subType | string |
Validation Rule | Error Message |
---|---|
has(self.id) == has(oldSelf.id) | Value is immutable |
missing
spec.definition.config
Type: object
missing
spec.definition.id
Type: string
Validation Rule | Error Message |
---|---|
self == oldSelf | Value is immutable |
missing
spec.definition.name
Type: string
missing
spec.definition.parentId
Type: string
missing
spec.definition.providerId
Type: string
missing
spec.definition.providerType
Type: string
missing
spec.definition.subType
Type: string
missing
spec.options
Type: object
Options for the request to the Keycloak Admin API.
spec.patchFrom
Type: object
Defines additional values that can be loaded from secrets or configmaps. Field selectors are not supported. For more informations see the patches documentation.
spec.realmRef
Type: string
the name of the kubernetes object that created the realm.
status
Type: object
Property | Type | Required |
---|---|---|
conditions[] | object | |
message | string | |
ready | boolean | ✅ |
resourcePath | string | |
status | string |
missing
status.conditions[]
Type: object
Property | Type | Required |
---|---|---|
lastTransitionTime | string | |
lastUpdateTime | string | |
message | string | |
reason | string | |
status | string | ✅ |
type | string | ✅ |
missing
status.conditions[].lastTransitionTime
Type: string
Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.
status.conditions[].lastUpdateTime
Type: string
Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.
status.conditions[].message
Type: string
missing
status.conditions[].reason
Type: string
missing
status.conditions[].status
Type: string
missing
status.conditions[].type
Type: string
missing
status.message
Type: string
missing
status.ready
Type: boolean
missing
status.resourcePath
Type: string
missing
status.status
Type: string
missing