Versions in this module Expand all Collapse all v0 v0.1.0 Nov 4, 2022 Changes in this version + const CRDGroup + const CRDVersion + var AddToScheme = SchemeBuilder.AddToScheme + var CRDGroupVersion = schema.GroupVersion + var SchemeBuilder = &scheme.Builder + var User_GroupKind = schema.GroupKind{Group: CRDGroup, Kind: User_Kind}.String() + var User_GroupVersionKind = CRDGroupVersion.WithKind(User_Kind) + var User_Kind = "User" + var User_KindAPIVersion = User_Kind + "." + CRDGroupVersion.String() + type User struct + Spec UserSpec + Status UserStatus + func (in *User) DeepCopy() *User + func (in *User) DeepCopyInto(out *User) + func (in *User) DeepCopyObject() runtime.Object + func (mg *User) GetCondition(ct xpv1.ConditionType) xpv1.Condition + func (mg *User) GetDeletionPolicy() xpv1.DeletionPolicy + func (mg *User) GetProviderConfigReference() *xpv1.Reference + func (mg *User) GetProviderReference() *xpv1.Reference + func (mg *User) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo + func (mg *User) GetTerraformResourceType() string + func (mg *User) GetWriteConnectionSecretToReference() *xpv1.SecretReference + func (mg *User) ResolveReferences(ctx context.Context, c client.Reader) error + func (mg *User) SetConditions(c ...xpv1.Condition) + func (mg *User) SetDeletionPolicy(r xpv1.DeletionPolicy) + func (mg *User) SetProviderConfigReference(r *xpv1.Reference) + func (mg *User) SetProviderReference(r *xpv1.Reference) + func (mg *User) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo) + func (mg *User) SetWriteConnectionSecretToReference(r *xpv1.SecretReference) + func (tr *User) GetConnectionDetailsMapping() map[string]string + func (tr *User) GetID() string + func (tr *User) GetObservation() (map[string]interface{}, error) + func (tr *User) GetParameters() (map[string]interface{}, error) + func (tr *User) GetTerraformSchemaVersion() int + func (tr *User) LateInitialize(attrs []byte) (bool, error) + func (tr *User) SetObservation(obs map[string]interface{}) error + func (tr *User) SetParameters(params map[string]interface{}) error + type UserList struct + Items []User + func (in *UserList) DeepCopy() *UserList + func (in *UserList) DeepCopyInto(out *UserList) + func (in *UserList) DeepCopyObject() runtime.Object + func (l *UserList) GetItems() []resource.Managed + type UserObservation struct + EmailConfirmed *bool + EmailNotificationEnabled *bool + ID *string + IsApprovedByPartner *bool + IsCsm *bool + IsDisabled *bool + IsOwner *bool + OrganizationName *string + func (in *UserObservation) DeepCopy() *UserObservation + func (in *UserObservation) DeepCopyInto(out *UserObservation) + type UserParameters struct + DisplayName *string + Email *string + OrganizationID *string + OrganizationIDRef *v1.Reference + OrganizationIDSelector *v1.Selector + Role *string + UserName *string + func (in *UserParameters) DeepCopy() *UserParameters + func (in *UserParameters) DeepCopyInto(out *UserParameters) + type UserSpec struct + ForProvider UserParameters + func (in *UserSpec) DeepCopy() *UserSpec + func (in *UserSpec) DeepCopyInto(out *UserSpec) + type UserStatus struct + AtProvider UserObservation + func (in *UserStatus) DeepCopy() *UserStatus + func (in *UserStatus) DeepCopyInto(out *UserStatus)