Versions in this module Expand all Collapse all v0 v0.0.4 May 16, 2021 v0.0.3 May 16, 2021 v0.0.2 May 15, 2021 v0.0.1 May 15, 2021 Changes in this version + const Group + const Version + var AddToScheme = SchemeBuilder.AddToScheme + var GroupVersion = schema.GroupVersion + var SchemeBuilder = &scheme.Builder + type APIToken struct + Key string + Secret string + func (in *APIToken) DeepCopy() *APIToken + func (in *APIToken) DeepCopyInto(out *APIToken) + type DNSRecord struct + Spec DNSRecordSpec + Status DNSRecordStatus + func (in *DNSRecord) DeepCopy() *DNSRecord + func (in *DNSRecord) DeepCopyInto(out *DNSRecord) + func (in *DNSRecord) DeepCopyObject() runtime.Object + type DNSRecordList struct + Items []DNSRecord + func (in *DNSRecordList) DeepCopy() *DNSRecordList + func (in *DNSRecordList) DeepCopyInto(out *DNSRecordList) + func (in *DNSRecordList) DeepCopyObject() runtime.Object + type DNSRecordSpec struct + APIToken APIToken + Content string + Name string + Priority *uint16 + Proxied *bool + TTL int + Type string + Zone string + func (in *DNSRecordSpec) DeepCopy() *DNSRecordSpec + func (in *DNSRecordSpec) DeepCopyInto(out *DNSRecordSpec) + type DNSRecordStatus struct + func (in *DNSRecordStatus) DeepCopy() *DNSRecordStatus + func (in *DNSRecordStatus) DeepCopyInto(out *DNSRecordStatus)