Versions in this module Expand all Collapse all v0 v0.1.0 Apr 22, 2024 Changes in this version + const CRDGroup + const CRDVersion + var AddToScheme = SchemeBuilder.AddToScheme + var CRDGroupVersion = schema.GroupVersion + var Roles_GroupKind = schema.GroupKind{Group: CRDGroup, Kind: Roles_Kind}.String() + var Roles_GroupVersionKind = CRDGroupVersion.WithKind(Roles_Kind) + var Roles_Kind = "Roles" + var Roles_KindAPIVersion = Roles_Kind + "." + CRDGroupVersion.String() + var SchemeBuilder = &scheme.Builder + type Roles struct + Spec RolesSpec + Status RolesStatus + 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 (mg *Roles) GetDeletionPolicy() xpv1.DeletionPolicy + func (mg *Roles) GetManagementPolicies() xpv1.ManagementPolicies + func (mg *Roles) GetProviderConfigReference() *xpv1.Reference + func (mg *Roles) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo + func (mg *Roles) GetTerraformResourceType() string + func (mg *Roles) GetWriteConnectionSecretToReference() *xpv1.SecretReference + 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 (mg *Roles) SetManagementPolicies(r xpv1.ManagementPolicies) + func (mg *Roles) SetProviderConfigReference(r *xpv1.Reference) + func (mg *Roles) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo) + func (mg *Roles) SetWriteConnectionSecretToReference(r *xpv1.SecretReference) + func (tr *Roles) GetConnectionDetailsMapping() map[string]string + func (tr *Roles) GetID() string + func (tr *Roles) GetInitParameters() (map[string]any, error) + func (tr *Roles) GetMergedParameters(shouldMergeInitProvider bool) (map[string]any, error) + func (tr *Roles) GetObservation() (map[string]any, error) + func (tr *Roles) GetParameters() (map[string]any, error) + func (tr *Roles) GetTerraformSchemaVersion() int + func (tr *Roles) Hub() + func (tr *Roles) LateInitialize(attrs []byte) (bool, error) + func (tr *Roles) SetObservation(obs map[string]any) error + func (tr *Roles) SetParameters(params map[string]any) error + type RolesInitParameters struct + DefaultRoles []*string + DefaultRolesRefs []v1.Reference + DefaultRolesSelector *v1.Selector + func (in *RolesInitParameters) DeepCopy() *RolesInitParameters + func (in *RolesInitParameters) DeepCopyInto(out *RolesInitParameters) + type RolesList struct + Items []Roles + func (in *RolesList) DeepCopy() *RolesList + func (in *RolesList) DeepCopyInto(out *RolesList) + func (in *RolesList) DeepCopyObject() runtime.Object + func (l *RolesList) GetItems() []resource.Managed + type RolesObservation struct + DefaultRoles []*string + ID *string + RealmID *string + func (in *RolesObservation) DeepCopy() *RolesObservation + func (in *RolesObservation) DeepCopyInto(out *RolesObservation) + type RolesParameters struct + DefaultRoles []*string + DefaultRolesRefs []v1.Reference + DefaultRolesSelector *v1.Selector + RealmID *string + RealmIDRef *v1.Reference + RealmIDSelector *v1.Selector + func (in *RolesParameters) DeepCopy() *RolesParameters + func (in *RolesParameters) DeepCopyInto(out *RolesParameters) + type RolesSpec struct + ForProvider RolesParameters + InitProvider RolesInitParameters + func (in *RolesSpec) DeepCopy() *RolesSpec + func (in *RolesSpec) DeepCopyInto(out *RolesSpec) + type RolesStatus struct + AtProvider RolesObservation + func (in *RolesStatus) DeepCopy() *RolesStatus + func (in *RolesStatus) DeepCopyInto(out *RolesStatus)