Skip to search

ProviderConfigUsage

keycloak.crossplane.io / v1beta1

apiVersion: keycloak.crossplane.io/v1beta1 kind: ProviderConfigUsage metadata: name: example
View raw schema
apiVersion string
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
kind string
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
metadata object
providerConfigRef object required
ProviderConfigReference to the provider config being used.
name string required
Name of the referenced object.
policy object
Policies for referencing.
resolution string
Resolution specifies whether resolution of this reference is required. The default is 'Required', which means the reconcile will fail if the reference cannot be resolved. 'Optional' means this reference will be a no-op if it cannot be resolved.
enum: Required, Optional
resolve string
Resolve specifies when this reference should be resolved. The default is 'IfNotPresent', which will attempt to resolve the reference only when the corresponding field is not present. Use 'Always' to resolve the reference on every reconcile.
enum: Always, IfNotPresent
resourceRef object required
ResourceReference to the managed resource using the provider config.
apiVersion string required
APIVersion of the referenced object.
kind string required
Kind of the referenced object.
name string required
Name of the referenced object.
uid string
UID of the referenced object.

No matches. Try .providerConfigRef.policy for an exact path