Documentation ¶
Overview ¶
Package v1alpha1 contains the cloudflare provider configuration API resources. +groupName=cloudflare.dns.provider.extensions.gardener.cloud
Index ¶
Constants ¶
const GroupName = "cloudflare.dns.provider.extensions.gardener.cloud"
GroupName is the group name use in this package
Variables ¶
var ( // SchemeBuilder used to register the Shoot resource. SchemeBuilder runtime.SchemeBuilder // AddToScheme is a pointer to SchemeBuilder.AddToScheme. AddToScheme = localSchemeBuilder.AddToScheme )
var SchemeGroupVersion = schema.GroupVersion{Group: GroupName, Version: runtime.APIVersionInternal}
SchemeGroupVersion is group version used to register these objects
Functions ¶
func Resource ¶
func Resource(resource string) schema.GroupResource
Resource takes an unqualified resource and returns a Group qualified GroupResource
Types ¶
type DnsRecordConfig ¶
type DnsRecordConfig struct { metav1.TypeMeta `json:",inline"` // Proxied specifies whether the traffic for that domain should be proxied by Cloudflare. // +optional Proxied bool `json:"proxied,omitempty"` }
DnsRecordConfig defines the configuration for the Cloudflare dns provider.
func (*DnsRecordConfig) DeepCopy ¶
func (in *DnsRecordConfig) DeepCopy() *DnsRecordConfig
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DnsRecordConfig.
func (*DnsRecordConfig) DeepCopyInto ¶
func (in *DnsRecordConfig) DeepCopyInto(out *DnsRecordConfig)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*DnsRecordConfig) DeepCopyObject ¶
func (in *DnsRecordConfig) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.