Versions in this module Expand all Collapse all v0 v0.5.0 May 8, 2022 Changes in this version + var AddToScheme = localSchemeBuilder.AddToScheme + var SchemeBuilder runtime.SchemeBuilder + var SchemeGroupVersion = schema.GroupVersion + func GetDecoder() map[string]jsoniter.ValDecoder + func GetEncoder() map[string]jsoniter.ValEncoder + func Kind(kind string) schema.GroupKind + func Resource(resource string) schema.GroupResource + type RegisteredDomain struct + Spec RegisteredDomainSpec + Status RegisteredDomainStatus + func (in *RegisteredDomain) DeepCopy() *RegisteredDomain + func (in *RegisteredDomain) DeepCopyInto(out *RegisteredDomain) + func (in *RegisteredDomain) DeepCopyObject() runtime.Object + func (r *RegisteredDomain) SetupWebhookWithManager(mgr ctrl.Manager) error + func (r *RegisteredDomain) ValidateCreate() error + func (r *RegisteredDomain) ValidateDelete() error + func (r *RegisteredDomain) ValidateUpdate(old runtime.Object) error + type RegisteredDomainList struct + Items []RegisteredDomain + func (in *RegisteredDomainList) DeepCopy() *RegisteredDomainList + func (in *RegisteredDomainList) DeepCopyInto(out *RegisteredDomainList) + func (in *RegisteredDomainList) DeepCopyObject() runtime.Object + type RegisteredDomainSpec struct + BackendRef *core.LocalObjectReference + ProviderRef core.LocalObjectReference + Resource RegisteredDomainSpecResource + State *RegisteredDomainSpecResource + TerminationPolicy base.TerminationPolicy + UpdatePolicy base.UpdatePolicy + func (in *RegisteredDomainSpec) DeepCopy() *RegisteredDomainSpec + func (in *RegisteredDomainSpec) DeepCopyInto(out *RegisteredDomainSpec) + type RegisteredDomainSpecAdminContact struct + AddressLine1 *string + AddressLine2 *string + City *string + ContactType *string + CountryCode *string + Email *string + ExtraParams *map[string]string + Fax *string + FirstName *string + LastName *string + OrganizationName *string + PhoneNumber *string + State *string + ZipCode *string + func (in *RegisteredDomainSpecAdminContact) DeepCopy() *RegisteredDomainSpecAdminContact + func (in *RegisteredDomainSpecAdminContact) DeepCopyInto(out *RegisteredDomainSpecAdminContact) + type RegisteredDomainSpecAdminContactCodec struct + func (RegisteredDomainSpecAdminContactCodec) Decode(ptr unsafe.Pointer, iter *jsoniter.Iterator) + func (RegisteredDomainSpecAdminContactCodec) Encode(ptr unsafe.Pointer, stream *jsoniter.Stream) + func (RegisteredDomainSpecAdminContactCodec) IsEmpty(ptr unsafe.Pointer) bool + type RegisteredDomainSpecNameServer struct + GlueIPS []string + Name *string + func (in *RegisteredDomainSpecNameServer) DeepCopy() *RegisteredDomainSpecNameServer + func (in *RegisteredDomainSpecNameServer) DeepCopyInto(out *RegisteredDomainSpecNameServer) + type RegisteredDomainSpecRegistrantContact struct + AddressLine1 *string + AddressLine2 *string + City *string + ContactType *string + CountryCode *string + Email *string + ExtraParams *map[string]string + Fax *string + FirstName *string + LastName *string + OrganizationName *string + PhoneNumber *string + State *string + ZipCode *string + func (in *RegisteredDomainSpecRegistrantContact) DeepCopy() *RegisteredDomainSpecRegistrantContact + func (in *RegisteredDomainSpecRegistrantContact) DeepCopyInto(out *RegisteredDomainSpecRegistrantContact) + type RegisteredDomainSpecRegistrantContactCodec struct + func (RegisteredDomainSpecRegistrantContactCodec) Decode(ptr unsafe.Pointer, iter *jsoniter.Iterator) + func (RegisteredDomainSpecRegistrantContactCodec) Encode(ptr unsafe.Pointer, stream *jsoniter.Stream) + func (RegisteredDomainSpecRegistrantContactCodec) IsEmpty(ptr unsafe.Pointer) bool + type RegisteredDomainSpecResource struct + AbuseContactEmail *string + AbuseContactPhone *string + AdminContact *RegisteredDomainSpecAdminContact + AdminPrivacy *bool + AutoRenew *bool + CreationDate *string + DomainName *string + ExpirationDate *string + ID string + NameServer []RegisteredDomainSpecNameServer + RegistrantContact *RegisteredDomainSpecRegistrantContact + RegistrantPrivacy *bool + RegistrarName *string + RegistrarURL *string + Reseller *string + StatusList []string + Tags *map[string]string + TagsAll *map[string]string + TechContact *RegisteredDomainSpecTechContact + TechPrivacy *bool + Timeouts *base.ResourceTimeout + TransferLock *bool + UpdatedDate *string + WhoisServer *string + func (in *RegisteredDomainSpecResource) DeepCopy() *RegisteredDomainSpecResource + func (in *RegisteredDomainSpecResource) DeepCopyInto(out *RegisteredDomainSpecResource) + type RegisteredDomainSpecTechContact struct + AddressLine1 *string + AddressLine2 *string + City *string + ContactType *string + CountryCode *string + Email *string + ExtraParams *map[string]string + Fax *string + FirstName *string + LastName *string + OrganizationName *string + PhoneNumber *string + State *string + ZipCode *string + func (in *RegisteredDomainSpecTechContact) DeepCopy() *RegisteredDomainSpecTechContact + func (in *RegisteredDomainSpecTechContact) DeepCopyInto(out *RegisteredDomainSpecTechContact) + type RegisteredDomainSpecTechContactCodec struct + func (RegisteredDomainSpecTechContactCodec) Decode(ptr unsafe.Pointer, iter *jsoniter.Iterator) + func (RegisteredDomainSpecTechContactCodec) Encode(ptr unsafe.Pointer, stream *jsoniter.Stream) + func (RegisteredDomainSpecTechContactCodec) IsEmpty(ptr unsafe.Pointer) bool + type RegisteredDomainStatus struct + Conditions []kmapi.Condition + ObservedGeneration int64 + Phase status.Status + func (in *RegisteredDomainStatus) DeepCopy() *RegisteredDomainStatus + func (in *RegisteredDomainStatus) DeepCopyInto(out *RegisteredDomainStatus)