Versions in this module Expand all Collapse all v0 v0.0.1 Dec 14, 2022 Changes in this version + const Group + const Version + var RealmGroupKind = schema.GroupKind{Group: Group, Kind: RealmKind}.String() + var RealmGroupVersionKind = SchemeGroupVersion.WithKind(RealmKind) + var RealmKind = reflect.TypeOf(Realm{}).Name() + var RealmKindAPIVersion = RealmKind + "." + SchemeGroupVersion.String() + var SchemeBuilder = &scheme.Builder + var SchemeGroupVersion = schema.GroupVersion + type Realm struct + Spec RealmSpec + Status RealmStatus + func (in *Realm) DeepCopy() *Realm + func (in *Realm) DeepCopyInto(out *Realm) + func (in *Realm) DeepCopyObject() runtime.Object + func (mg *Realm) GetCondition(ct xpv1.ConditionType) xpv1.Condition + func (mg *Realm) GetDeletionPolicy() xpv1.DeletionPolicy + func (mg *Realm) GetProviderConfigReference() *xpv1.Reference + func (mg *Realm) GetProviderReference() *xpv1.Reference + func (mg *Realm) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo + func (mg *Realm) GetWriteConnectionSecretToReference() *xpv1.SecretReference + func (mg *Realm) SetConditions(c ...xpv1.Condition) + func (mg *Realm) SetDeletionPolicy(r xpv1.DeletionPolicy) + func (mg *Realm) SetProviderConfigReference(r *xpv1.Reference) + func (mg *Realm) SetProviderReference(r *xpv1.Reference) + func (mg *Realm) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo) + func (mg *Realm) SetWriteConnectionSecretToReference(r *xpv1.SecretReference) + type RealmList struct + Items []Realm + func (in *RealmList) DeepCopy() *RealmList + func (in *RealmList) DeepCopyInto(out *RealmList) + func (in *RealmList) DeepCopyObject() runtime.Object + func (l *RealmList) GetItems() []resource.Managed + type RealmObservation struct + State string + func (in *RealmObservation) DeepCopy() *RealmObservation + func (in *RealmObservation) DeepCopyInto(out *RealmObservation) + type RealmParameters struct + func (in *RealmParameters) DeepCopy() *RealmParameters + func (in *RealmParameters) DeepCopyInto(out *RealmParameters) + type RealmSpec struct + ForProvider RealmParameters + func (in *RealmSpec) DeepCopy() *RealmSpec + func (in *RealmSpec) DeepCopyInto(out *RealmSpec) + type RealmStatus struct + AtProvider RealmObservation + func (in *RealmStatus) DeepCopy() *RealmStatus + func (in *RealmStatus) DeepCopyInto(out *RealmStatus)