Documentation ¶
Overview ¶
+kubebuilder:object:generate=true +groupName=group.keycloak.crossplane.io +versionName=v1alpha1
Index ¶
- Constants
- Variables
- type Group
- func (in *Group) DeepCopy() *Group
- func (in *Group) DeepCopyInto(out *Group)
- func (in *Group) DeepCopyObject() runtime.Object
- func (mg *Group) GetCondition(ct xpv1.ConditionType) xpv1.Condition
- func (tr *Group) GetConnectionDetailsMapping() map[string]string
- func (mg *Group) GetDeletionPolicy() xpv1.DeletionPolicy
- func (tr *Group) GetID() string
- func (tr *Group) GetObservation() (map[string]any, error)
- func (tr *Group) GetParameters() (map[string]any, error)
- func (mg *Group) GetProviderConfigReference() *xpv1.Reference
- func (mg *Group) GetProviderReference() *xpv1.Reference
- func (mg *Group) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo
- func (mg *Group) GetTerraformResourceType() string
- func (tr *Group) GetTerraformSchemaVersion() int
- func (mg *Group) GetWriteConnectionSecretToReference() *xpv1.SecretReference
- func (tr *Group) LateInitialize(attrs []byte) (bool, error)
- func (mg *Group) SetConditions(c ...xpv1.Condition)
- func (mg *Group) SetDeletionPolicy(r xpv1.DeletionPolicy)
- func (tr *Group) SetObservation(obs map[string]any) error
- func (tr *Group) SetParameters(params map[string]any) error
- func (mg *Group) SetProviderConfigReference(r *xpv1.Reference)
- func (mg *Group) SetProviderReference(r *xpv1.Reference)
- func (mg *Group) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)
- func (mg *Group) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
- type GroupList
- type GroupObservation
- type GroupParameters
- type GroupSpec
- type GroupStatus
- type Memberships
- func (in *Memberships) DeepCopy() *Memberships
- func (in *Memberships) DeepCopyInto(out *Memberships)
- func (in *Memberships) DeepCopyObject() runtime.Object
- func (mg *Memberships) GetCondition(ct xpv1.ConditionType) xpv1.Condition
- func (tr *Memberships) GetConnectionDetailsMapping() map[string]string
- func (mg *Memberships) GetDeletionPolicy() xpv1.DeletionPolicy
- func (tr *Memberships) GetID() string
- func (tr *Memberships) GetObservation() (map[string]any, error)
- func (tr *Memberships) GetParameters() (map[string]any, error)
- func (mg *Memberships) GetProviderConfigReference() *xpv1.Reference
- func (mg *Memberships) GetProviderReference() *xpv1.Reference
- func (mg *Memberships) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo
- func (mg *Memberships) GetTerraformResourceType() string
- func (tr *Memberships) GetTerraformSchemaVersion() int
- func (mg *Memberships) GetWriteConnectionSecretToReference() *xpv1.SecretReference
- func (tr *Memberships) LateInitialize(attrs []byte) (bool, error)
- func (mg *Memberships) ResolveReferences(ctx context.Context, c client.Reader) error
- func (mg *Memberships) SetConditions(c ...xpv1.Condition)
- func (mg *Memberships) SetDeletionPolicy(r xpv1.DeletionPolicy)
- func (tr *Memberships) SetObservation(obs map[string]any) error
- func (tr *Memberships) SetParameters(params map[string]any) error
- func (mg *Memberships) SetProviderConfigReference(r *xpv1.Reference)
- func (mg *Memberships) SetProviderReference(r *xpv1.Reference)
- func (mg *Memberships) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)
- func (mg *Memberships) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
- type MembershipsList
- type MembershipsObservation
- type MembershipsParameters
- type MembershipsSpec
- type MembershipsStatus
- type Roles
- func (in *Roles) DeepCopy() *Roles
- func (in *Roles) DeepCopyInto(out *Roles)
- func (in *Roles) DeepCopyObject() runtime.Object
- func (mg *Roles) GetCondition(ct xpv1.ConditionType) xpv1.Condition
- func (tr *Roles) GetConnectionDetailsMapping() map[string]string
- func (mg *Roles) GetDeletionPolicy() xpv1.DeletionPolicy
- func (tr *Roles) GetID() string
- func (tr *Roles) GetObservation() (map[string]any, error)
- func (tr *Roles) GetParameters() (map[string]any, error)
- func (mg *Roles) GetProviderConfigReference() *xpv1.Reference
- func (mg *Roles) GetProviderReference() *xpv1.Reference
- func (mg *Roles) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo
- func (mg *Roles) GetTerraformResourceType() string
- func (tr *Roles) GetTerraformSchemaVersion() int
- func (mg *Roles) GetWriteConnectionSecretToReference() *xpv1.SecretReference
- func (tr *Roles) LateInitialize(attrs []byte) (bool, error)
- func (mg *Roles) ResolveReferences(ctx context.Context, c client.Reader) error
- func (mg *Roles) SetConditions(c ...xpv1.Condition)
- func (mg *Roles) SetDeletionPolicy(r xpv1.DeletionPolicy)
- func (tr *Roles) SetObservation(obs map[string]any) error
- func (tr *Roles) SetParameters(params map[string]any) error
- func (mg *Roles) SetProviderConfigReference(r *xpv1.Reference)
- func (mg *Roles) SetProviderReference(r *xpv1.Reference)
- func (mg *Roles) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)
- func (mg *Roles) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
- type RolesList
- type RolesObservation
- type RolesParameters
- type RolesSpec
- type RolesStatus
Constants ¶
const ( CRDGroup = "group.keycloak.crossplane.io" CRDVersion = "v1alpha1" )
Package type metadata.
Variables ¶
var ( Group_Kind = "Group" Group_GroupKind = schema.GroupKind{Group: CRDGroup, Kind: Group_Kind}.String() Group_KindAPIVersion = Group_Kind + "." + CRDGroupVersion.String() Group_GroupVersionKind = CRDGroupVersion.WithKind(Group_Kind) )
Repository type metadata.
var ( // CRDGroupVersion is the API Group Version used to register the objects CRDGroupVersion = schema.GroupVersion{Group: CRDGroup, Version: CRDVersion} // SchemeBuilder is used to add go types to the GroupVersionKind scheme SchemeBuilder = &scheme.Builder{GroupVersion: CRDGroupVersion} // AddToScheme adds the types in this group-version to the given scheme. AddToScheme = SchemeBuilder.AddToScheme )
var ( Memberships_Kind = "Memberships" Memberships_GroupKind = schema.GroupKind{Group: CRDGroup, Kind: Memberships_Kind}.String() Memberships_KindAPIVersion = Memberships_Kind + "." + CRDGroupVersion.String() Memberships_GroupVersionKind = CRDGroupVersion.WithKind(Memberships_Kind) )
Repository type metadata.
var ( Roles_Kind = "Roles" Roles_GroupKind = schema.GroupKind{Group: CRDGroup, Kind: Roles_Kind}.String() Roles_KindAPIVersion = Roles_Kind + "." + CRDGroupVersion.String() Roles_GroupVersionKind = CRDGroupVersion.WithKind(Roles_Kind) )
Repository type metadata.
Functions ¶
This section is empty.
Types ¶
type Group ¶
type Group struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec GroupSpec `json:"spec"` Status GroupStatus `json:"status,omitempty"` }
Group is the Schema for the Groups API. <no value> +kubebuilder:printcolumn:name="READY",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].status" +kubebuilder:printcolumn:name="SYNCED",type="string",JSONPath=".status.conditions[?(@.type=='Synced')].status" +kubebuilder:printcolumn:name="EXTERNAL-NAME",type="string",JSONPath=".metadata.annotations.crossplane\\.io/external-name" +kubebuilder:printcolumn:name="AGE",type="date",JSONPath=".metadata.creationTimestamp" +kubebuilder:subresource:status +kubebuilder:resource:scope=Cluster,categories={crossplane,managed,keycloak}
func (*Group) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Group.
func (*Group) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Group) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*Group) GetCondition ¶
func (mg *Group) GetCondition(ct xpv1.ConditionType) xpv1.Condition
GetCondition of this Group.
func (*Group) GetConnectionDetailsMapping ¶
GetConnectionDetailsMapping for this Group
func (*Group) GetDeletionPolicy ¶
func (mg *Group) GetDeletionPolicy() xpv1.DeletionPolicy
GetDeletionPolicy of this Group.
func (*Group) GetObservation ¶
GetObservation of this Group
func (*Group) GetParameters ¶
GetParameters of this Group
func (*Group) GetProviderConfigReference ¶
GetProviderConfigReference of this Group.
func (*Group) GetProviderReference ¶
GetProviderReference of this Group. Deprecated: Use GetProviderConfigReference.
func (*Group) GetPublishConnectionDetailsTo ¶
func (mg *Group) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo
GetPublishConnectionDetailsTo of this Group.
func (*Group) GetTerraformResourceType ¶
GetTerraformResourceType returns Terraform resource type for this Group
func (*Group) GetTerraformSchemaVersion ¶
GetTerraformSchemaVersion returns the associated Terraform schema version
func (*Group) GetWriteConnectionSecretToReference ¶
func (mg *Group) GetWriteConnectionSecretToReference() *xpv1.SecretReference
GetWriteConnectionSecretToReference of this Group.
func (*Group) LateInitialize ¶
LateInitialize this Group using its observed tfState. returns True if there are any spec changes for the resource.
func (*Group) SetConditions ¶
SetConditions of this Group.
func (*Group) SetDeletionPolicy ¶
func (mg *Group) SetDeletionPolicy(r xpv1.DeletionPolicy)
SetDeletionPolicy of this Group.
func (*Group) SetObservation ¶
SetObservation for this Group
func (*Group) SetParameters ¶
SetParameters for this Group
func (*Group) SetProviderConfigReference ¶
SetProviderConfigReference of this Group.
func (*Group) SetProviderReference ¶
SetProviderReference of this Group. Deprecated: Use SetProviderConfigReference.
func (*Group) SetPublishConnectionDetailsTo ¶
func (mg *Group) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)
SetPublishConnectionDetailsTo of this Group.
func (*Group) SetWriteConnectionSecretToReference ¶
func (mg *Group) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
SetWriteConnectionSecretToReference of this Group.
type GroupList ¶
type GroupList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []Group `json:"items"` }
GroupList contains a list of Groups
func (*GroupList) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GroupList.
func (*GroupList) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*GroupList) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type GroupObservation ¶
type GroupObservation struct { ID *string `json:"id,omitempty" tf:"id,omitempty"` Path *string `json:"path,omitempty" tf:"path,omitempty"` }
func (*GroupObservation) DeepCopy ¶
func (in *GroupObservation) DeepCopy() *GroupObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GroupObservation.
func (*GroupObservation) DeepCopyInto ¶
func (in *GroupObservation) DeepCopyInto(out *GroupObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type GroupParameters ¶
type GroupParameters struct { // +kubebuilder:validation:Optional Attributes map[string]*string `json:"attributes,omitempty" tf:"attributes,omitempty"` // +kubebuilder:validation:Required Name *string `json:"name" tf:"name,omitempty"` // +kubebuilder:validation:Optional ParentID *string `json:"parentId,omitempty" tf:"parent_id,omitempty"` // +kubebuilder:validation:Required RealmID *string `json:"realmId" tf:"realm_id,omitempty"` }
func (*GroupParameters) DeepCopy ¶
func (in *GroupParameters) DeepCopy() *GroupParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GroupParameters.
func (*GroupParameters) DeepCopyInto ¶
func (in *GroupParameters) DeepCopyInto(out *GroupParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type GroupSpec ¶
type GroupSpec struct { v1.ResourceSpec `json:",inline"` ForProvider GroupParameters `json:"forProvider"` }
GroupSpec defines the desired state of Group
func (*GroupSpec) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GroupSpec.
func (*GroupSpec) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type GroupStatus ¶
type GroupStatus struct { v1.ResourceStatus `json:",inline"` AtProvider GroupObservation `json:"atProvider,omitempty"` }
GroupStatus defines the observed state of Group.
func (*GroupStatus) DeepCopy ¶
func (in *GroupStatus) DeepCopy() *GroupStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GroupStatus.
func (*GroupStatus) DeepCopyInto ¶
func (in *GroupStatus) DeepCopyInto(out *GroupStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type Memberships ¶
type Memberships struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec MembershipsSpec `json:"spec"` Status MembershipsStatus `json:"status,omitempty"` }
Memberships is the Schema for the Membershipss API. <no value> +kubebuilder:printcolumn:name="READY",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].status" +kubebuilder:printcolumn:name="SYNCED",type="string",JSONPath=".status.conditions[?(@.type=='Synced')].status" +kubebuilder:printcolumn:name="EXTERNAL-NAME",type="string",JSONPath=".metadata.annotations.crossplane\\.io/external-name" +kubebuilder:printcolumn:name="AGE",type="date",JSONPath=".metadata.creationTimestamp" +kubebuilder:subresource:status +kubebuilder:resource:scope=Cluster,categories={crossplane,managed,keycloak}
func (*Memberships) DeepCopy ¶
func (in *Memberships) DeepCopy() *Memberships
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Memberships.
func (*Memberships) DeepCopyInto ¶
func (in *Memberships) DeepCopyInto(out *Memberships)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Memberships) DeepCopyObject ¶
func (in *Memberships) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*Memberships) GetCondition ¶
func (mg *Memberships) GetCondition(ct xpv1.ConditionType) xpv1.Condition
GetCondition of this Memberships.
func (*Memberships) GetConnectionDetailsMapping ¶
func (tr *Memberships) GetConnectionDetailsMapping() map[string]string
GetConnectionDetailsMapping for this Memberships
func (*Memberships) GetDeletionPolicy ¶
func (mg *Memberships) GetDeletionPolicy() xpv1.DeletionPolicy
GetDeletionPolicy of this Memberships.
func (*Memberships) GetID ¶
func (tr *Memberships) GetID() string
GetID returns ID of underlying Terraform resource of this Memberships
func (*Memberships) GetObservation ¶
func (tr *Memberships) GetObservation() (map[string]any, error)
GetObservation of this Memberships
func (*Memberships) GetParameters ¶
func (tr *Memberships) GetParameters() (map[string]any, error)
GetParameters of this Memberships
func (*Memberships) GetProviderConfigReference ¶
func (mg *Memberships) GetProviderConfigReference() *xpv1.Reference
GetProviderConfigReference of this Memberships.
func (*Memberships) GetProviderReference ¶
func (mg *Memberships) GetProviderReference() *xpv1.Reference
GetProviderReference of this Memberships. Deprecated: Use GetProviderConfigReference.
func (*Memberships) GetPublishConnectionDetailsTo ¶
func (mg *Memberships) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo
GetPublishConnectionDetailsTo of this Memberships.
func (*Memberships) GetTerraformResourceType ¶
func (mg *Memberships) GetTerraformResourceType() string
GetTerraformResourceType returns Terraform resource type for this Memberships
func (*Memberships) GetTerraformSchemaVersion ¶
func (tr *Memberships) GetTerraformSchemaVersion() int
GetTerraformSchemaVersion returns the associated Terraform schema version
func (*Memberships) GetWriteConnectionSecretToReference ¶
func (mg *Memberships) GetWriteConnectionSecretToReference() *xpv1.SecretReference
GetWriteConnectionSecretToReference of this Memberships.
func (*Memberships) LateInitialize ¶
func (tr *Memberships) LateInitialize(attrs []byte) (bool, error)
LateInitialize this Memberships using its observed tfState. returns True if there are any spec changes for the resource.
func (*Memberships) ResolveReferences ¶
ResolveReferences of this Memberships.
func (*Memberships) SetConditions ¶
func (mg *Memberships) SetConditions(c ...xpv1.Condition)
SetConditions of this Memberships.
func (*Memberships) SetDeletionPolicy ¶
func (mg *Memberships) SetDeletionPolicy(r xpv1.DeletionPolicy)
SetDeletionPolicy of this Memberships.
func (*Memberships) SetObservation ¶
func (tr *Memberships) SetObservation(obs map[string]any) error
SetObservation for this Memberships
func (*Memberships) SetParameters ¶
func (tr *Memberships) SetParameters(params map[string]any) error
SetParameters for this Memberships
func (*Memberships) SetProviderConfigReference ¶
func (mg *Memberships) SetProviderConfigReference(r *xpv1.Reference)
SetProviderConfigReference of this Memberships.
func (*Memberships) SetProviderReference ¶
func (mg *Memberships) SetProviderReference(r *xpv1.Reference)
SetProviderReference of this Memberships. Deprecated: Use SetProviderConfigReference.
func (*Memberships) SetPublishConnectionDetailsTo ¶
func (mg *Memberships) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)
SetPublishConnectionDetailsTo of this Memberships.
func (*Memberships) SetWriteConnectionSecretToReference ¶
func (mg *Memberships) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
SetWriteConnectionSecretToReference of this Memberships.
type MembershipsList ¶
type MembershipsList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []Memberships `json:"items"` }
MembershipsList contains a list of Membershipss
func (*MembershipsList) DeepCopy ¶
func (in *MembershipsList) DeepCopy() *MembershipsList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MembershipsList.
func (*MembershipsList) DeepCopyInto ¶
func (in *MembershipsList) DeepCopyInto(out *MembershipsList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*MembershipsList) DeepCopyObject ¶
func (in *MembershipsList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*MembershipsList) GetItems ¶
func (l *MembershipsList) GetItems() []resource.Managed
GetItems of this MembershipsList.
type MembershipsObservation ¶
type MembershipsObservation struct {
ID *string `json:"id,omitempty" tf:"id,omitempty"`
}
func (*MembershipsObservation) DeepCopy ¶
func (in *MembershipsObservation) DeepCopy() *MembershipsObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MembershipsObservation.
func (*MembershipsObservation) DeepCopyInto ¶
func (in *MembershipsObservation) DeepCopyInto(out *MembershipsObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type MembershipsParameters ¶
type MembershipsParameters struct { // +crossplane:generate:reference:type=Group // +kubebuilder:validation:Optional GroupID *string `json:"groupId,omitempty" tf:"group_id,omitempty"` // Reference to a Group to populate groupId. // +kubebuilder:validation:Optional GroupIDRef *v1.Reference `json:"groupIdRef,omitempty" tf:"-"` // Selector for a Group to populate groupId. // +kubebuilder:validation:Optional GroupIDSelector *v1.Selector `json:"groupIdSelector,omitempty" tf:"-"` // +kubebuilder:validation:Required Members []*string `json:"members" tf:"members,omitempty"` // +kubebuilder:validation:Required RealmID *string `json:"realmId" tf:"realm_id,omitempty"` }
func (*MembershipsParameters) DeepCopy ¶
func (in *MembershipsParameters) DeepCopy() *MembershipsParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MembershipsParameters.
func (*MembershipsParameters) DeepCopyInto ¶
func (in *MembershipsParameters) DeepCopyInto(out *MembershipsParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type MembershipsSpec ¶
type MembershipsSpec struct { v1.ResourceSpec `json:",inline"` ForProvider MembershipsParameters `json:"forProvider"` }
MembershipsSpec defines the desired state of Memberships
func (*MembershipsSpec) DeepCopy ¶
func (in *MembershipsSpec) DeepCopy() *MembershipsSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MembershipsSpec.
func (*MembershipsSpec) DeepCopyInto ¶
func (in *MembershipsSpec) DeepCopyInto(out *MembershipsSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type MembershipsStatus ¶
type MembershipsStatus struct { v1.ResourceStatus `json:",inline"` AtProvider MembershipsObservation `json:"atProvider,omitempty"` }
MembershipsStatus defines the observed state of Memberships.
func (*MembershipsStatus) DeepCopy ¶
func (in *MembershipsStatus) DeepCopy() *MembershipsStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MembershipsStatus.
func (*MembershipsStatus) DeepCopyInto ¶
func (in *MembershipsStatus) DeepCopyInto(out *MembershipsStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type Roles ¶
type Roles struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec RolesSpec `json:"spec"` Status RolesStatus `json:"status,omitempty"` }
Roles is the Schema for the Roless API. <no value> +kubebuilder:printcolumn:name="READY",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].status" +kubebuilder:printcolumn:name="SYNCED",type="string",JSONPath=".status.conditions[?(@.type=='Synced')].status" +kubebuilder:printcolumn:name="EXTERNAL-NAME",type="string",JSONPath=".metadata.annotations.crossplane\\.io/external-name" +kubebuilder:printcolumn:name="AGE",type="date",JSONPath=".metadata.creationTimestamp" +kubebuilder:subresource:status +kubebuilder:resource:scope=Cluster,categories={crossplane,managed,keycloak}
func (*Roles) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Roles.
func (*Roles) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Roles) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*Roles) GetCondition ¶
func (mg *Roles) GetCondition(ct xpv1.ConditionType) xpv1.Condition
GetCondition of this Roles.
func (*Roles) GetConnectionDetailsMapping ¶
GetConnectionDetailsMapping for this Roles
func (*Roles) GetDeletionPolicy ¶
func (mg *Roles) GetDeletionPolicy() xpv1.DeletionPolicy
GetDeletionPolicy of this Roles.
func (*Roles) GetObservation ¶
GetObservation of this Roles
func (*Roles) GetParameters ¶
GetParameters of this Roles
func (*Roles) GetProviderConfigReference ¶
GetProviderConfigReference of this Roles.
func (*Roles) GetProviderReference ¶
GetProviderReference of this Roles. Deprecated: Use GetProviderConfigReference.
func (*Roles) GetPublishConnectionDetailsTo ¶
func (mg *Roles) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo
GetPublishConnectionDetailsTo of this Roles.
func (*Roles) GetTerraformResourceType ¶
GetTerraformResourceType returns Terraform resource type for this Roles
func (*Roles) GetTerraformSchemaVersion ¶
GetTerraformSchemaVersion returns the associated Terraform schema version
func (*Roles) GetWriteConnectionSecretToReference ¶
func (mg *Roles) GetWriteConnectionSecretToReference() *xpv1.SecretReference
GetWriteConnectionSecretToReference of this Roles.
func (*Roles) LateInitialize ¶
LateInitialize this Roles using its observed tfState. returns True if there are any spec changes for the resource.
func (*Roles) ResolveReferences ¶
ResolveReferences of this Roles.
func (*Roles) SetConditions ¶
SetConditions of this Roles.
func (*Roles) SetDeletionPolicy ¶
func (mg *Roles) SetDeletionPolicy(r xpv1.DeletionPolicy)
SetDeletionPolicy of this Roles.
func (*Roles) SetObservation ¶
SetObservation for this Roles
func (*Roles) SetParameters ¶
SetParameters for this Roles
func (*Roles) SetProviderConfigReference ¶
SetProviderConfigReference of this Roles.
func (*Roles) SetProviderReference ¶
SetProviderReference of this Roles. Deprecated: Use SetProviderConfigReference.
func (*Roles) SetPublishConnectionDetailsTo ¶
func (mg *Roles) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)
SetPublishConnectionDetailsTo of this Roles.
func (*Roles) SetWriteConnectionSecretToReference ¶
func (mg *Roles) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
SetWriteConnectionSecretToReference of this Roles.
type RolesList ¶
type RolesList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []Roles `json:"items"` }
RolesList contains a list of Roless
func (*RolesList) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RolesList.
func (*RolesList) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*RolesList) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type RolesObservation ¶
type RolesObservation struct {
ID *string `json:"id,omitempty" tf:"id,omitempty"`
}
func (*RolesObservation) DeepCopy ¶
func (in *RolesObservation) DeepCopy() *RolesObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RolesObservation.
func (*RolesObservation) DeepCopyInto ¶
func (in *RolesObservation) DeepCopyInto(out *RolesObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type RolesParameters ¶
type RolesParameters struct { // +kubebuilder:validation:Optional Exhaustive *bool `json:"exhaustive,omitempty" tf:"exhaustive,omitempty"` // +crossplane:generate:reference:type=Group // +kubebuilder:validation:Optional GroupID *string `json:"groupId,omitempty" tf:"group_id,omitempty"` // Reference to a Group to populate groupId. // +kubebuilder:validation:Optional GroupIDRef *v1.Reference `json:"groupIdRef,omitempty" tf:"-"` // Selector for a Group to populate groupId. // +kubebuilder:validation:Optional GroupIDSelector *v1.Selector `json:"groupIdSelector,omitempty" tf:"-"` // +kubebuilder:validation:Required RealmID *string `json:"realmId" tf:"realm_id,omitempty"` // +crossplane:generate:reference:type=github.com/corewire/provider-keycloak/apis/role/v1alpha1.Role // +kubebuilder:validation:Optional RoleIds []*string `json:"roleIds,omitempty" tf:"role_ids,omitempty"` // References to Role in role to populate roleIds. // +kubebuilder:validation:Optional RoleIdsRefs []v1.Reference `json:"roleIdsRefs,omitempty" tf:"-"` // Selector for a list of Role in role to populate roleIds. // +kubebuilder:validation:Optional RoleIdsSelector *v1.Selector `json:"roleIdsSelector,omitempty" tf:"-"` }
func (*RolesParameters) DeepCopy ¶
func (in *RolesParameters) DeepCopy() *RolesParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RolesParameters.
func (*RolesParameters) DeepCopyInto ¶
func (in *RolesParameters) DeepCopyInto(out *RolesParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type RolesSpec ¶
type RolesSpec struct { v1.ResourceSpec `json:",inline"` ForProvider RolesParameters `json:"forProvider"` }
RolesSpec defines the desired state of Roles
func (*RolesSpec) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RolesSpec.
func (*RolesSpec) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type RolesStatus ¶
type RolesStatus struct { v1.ResourceStatus `json:",inline"` AtProvider RolesObservation `json:"atProvider,omitempty"` }
RolesStatus defines the observed state of Roles.
func (*RolesStatus) DeepCopy ¶
func (in *RolesStatus) DeepCopy() *RolesStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RolesStatus.
func (*RolesStatus) DeepCopyInto ¶
func (in *RolesStatus) DeepCopyInto(out *RolesStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.