Versions in this module Expand all Collapse all v0 v0.1.0 Jan 26, 2021 Changes in this version + var AddToScheme = SchemeBuilder.AddToScheme + var SchemeBuilder = runtime.NewSchemeBuilder(addKnownTypes) + var SchemeGroupVersion = schema.GroupVersion + func Kind(kind string) schema.GroupKind + func Resource(resource string) schema.GroupResource + type DnsDomain struct + Spec DnsDomainSpec + Status DnsDomainStatus + func (in *DnsDomain) DeepCopy() *DnsDomain + func (in *DnsDomain) DeepCopyInto(out *DnsDomain) + func (in *DnsDomain) DeepCopyObject() runtime.Object + type DnsDomainList struct + Items []DnsDomain + func (in *DnsDomainList) DeepCopy() *DnsDomainList + func (in *DnsDomainList) DeepCopyInto(out *DnsDomainList) + func (in *DnsDomainList) DeepCopyObject() runtime.Object + type DnsDomainSpec struct + Enabled bool + Remark string + func (in *DnsDomainSpec) DeepCopy() *DnsDomainSpec + func (in *DnsDomainSpec) DeepCopyInto(out *DnsDomainSpec) + type DnsDomainStatus struct + CreateTime string + InstanceStatuses map[string]InstanceStatus + Phase DomainStatus + UpdateTime string + func (in *DnsDomainStatus) DeepCopy() *DnsDomainStatus + func (in *DnsDomainStatus) DeepCopyInto(out *DnsDomainStatus) + type DnsRule struct + Spec DnsRuleSpec + Status DnsRuleStatus + func (in *DnsRule) DeepCopy() *DnsRule + func (in *DnsRule) DeepCopyInto(out *DnsRule) + func (in *DnsRule) DeepCopyObject() runtime.Object + type DnsRuleList struct + Items []DnsRule + func (in *DnsRuleList) DeepCopy() *DnsRuleList + func (in *DnsRuleList) DeepCopyInto(out *DnsRuleList) + func (in *DnsRuleList) DeepCopyObject() runtime.Object + type DnsRuleSpec struct + Data string + Enabled bool + Host string + MxPriority int32 + Ttl int32 + Type DnsType + Zone string + func (in *DnsRuleSpec) DeepCopy() *DnsRuleSpec + func (in *DnsRuleSpec) DeepCopyInto(out *DnsRuleSpec) + type DnsRuleStatus struct + CreateTime string + UpdateTime string + func (in *DnsRuleStatus) DeepCopy() *DnsRuleStatus + func (in *DnsRuleStatus) DeepCopyInto(out *DnsRuleStatus) + type DnsType string + const TypeA + const TypeAAAA + const TypeCNAME + const TypeMX + const TypeNS + const TypePTR + const TypeSRV + const TypeTXT + const TypeURL + type DomainStatus string + const DomainAvailable + const DomainFailure + const DomainProgressing + type InstanceStatus struct + Name string + Status DomainStatus + UpdatedAt string + func (in *InstanceStatus) DeepCopy() *InstanceStatus + func (in *InstanceStatus) DeepCopyInto(out *InstanceStatus)