Versions in this module Expand all Collapse all v0 v0.5.0 May 8, 2022 v0.4.0 Oct 28, 2021 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 Domain struct + Spec DomainSpec + Status DomainStatus + func (in *Domain) DeepCopy() *Domain + func (in *Domain) DeepCopyInto(out *Domain) + func (in *Domain) DeepCopyObject() runtime.Object + func (r *Domain) SetupWebhookWithManager(mgr ctrl.Manager) error + func (r *Domain) ValidateCreate() error + func (r *Domain) ValidateDelete() error + func (r *Domain) ValidateUpdate(old runtime.Object) error + type DomainList struct + Items []Domain + func (in *DomainList) DeepCopy() *DomainList + func (in *DomainList) DeepCopyInto(out *DomainList) + func (in *DomainList) DeepCopyObject() runtime.Object + type DomainSpec struct + BackendRef *core.LocalObjectReference + ProviderRef core.LocalObjectReference + Resource DomainSpecResource + State *DomainSpecResource + TerminationPolicy base.TerminationPolicy + UpdatePolicy base.UpdatePolicy + func (in *DomainSpec) DeepCopy() *DomainSpec + func (in *DomainSpec) DeepCopyInto(out *DomainSpec) + type DomainSpecResource struct + CertName *string + CheckURL *string + Cname *string + Description *string + DomainName *string + GmtCreated *string + GmtModified *string + ID string + Scope *string + Sources []DomainSpecSources + SslProtocol *string + SslPub *string + Status *string + Tags map[string]string + TopLevelDomain *string + Weight *string + func (in *DomainSpecResource) DeepCopy() *DomainSpecResource + func (in *DomainSpecResource) DeepCopyInto(out *DomainSpecResource) + type DomainSpecSources struct + SourceContent *string + SourcePort *string + SourcePriority *string + SourceType *string + func (in *DomainSpecSources) DeepCopy() *DomainSpecSources + func (in *DomainSpecSources) DeepCopyInto(out *DomainSpecSources) + type DomainStatus struct + Conditions []kmapi.Condition + ObservedGeneration int64 + Phase status.Status + func (in *DomainStatus) DeepCopy() *DomainStatus + func (in *DomainStatus) DeepCopyInto(out *DomainStatus)