Documentation ¶
Index ¶
Constants ¶
const GroupName = "service.dns.extensions.gardener.cloud"
GroupName is the group name use in this package
Variables ¶
var (
// 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 DNSConfig ¶
type DNSConfig struct { metav1.TypeMeta // DNSProviderReplication contains enablement for replication of DNSProviders from shoot cluster to control plane DNSProviderReplication *DNSProviderReplication }
DNSConfig configuration resource
func (*DNSConfig) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DNSConfig.
func (*DNSConfig) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*DNSConfig) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type DNSProviderReplication ¶
type DNSProviderReplication struct { // Enabled if true, the replication of DNSProviders from shoot cluster to the control plane is enabled Enabled bool }
DNSProviderReplication contains enablement for replication of DNSProviders from shoot cluster to control plane
func (*DNSProviderReplication) DeepCopy ¶
func (in *DNSProviderReplication) DeepCopy() *DNSProviderReplication
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DNSProviderReplication.
func (*DNSProviderReplication) DeepCopyInto ¶
func (in *DNSProviderReplication) DeepCopyInto(out *DNSProviderReplication)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
Directories ¶
Path | Synopsis |
---|---|
Package v1alpha1 contains the DNS Shoot Service extension.
|
Package v1alpha1 contains the DNS Shoot Service extension. |