Documentation ¶
Overview ¶
Package v1alpha1 contains the vSphere provider API resources. +groupName=dns.extensions.gardener.cloud
Index ¶
- Constants
- Variables
- func Convert_apis_DNSEntry_To_v1alpha1_DNSEntry(in *apis.DNSEntry, out *DNSEntry, s conversion.Scope) error
- func Convert_apis_DNSState_To_v1alpha1_DNSState(in *apis.DNSState, out *DNSState, s conversion.Scope) error
- func Convert_v1alpha1_DNSEntry_To_apis_DNSEntry(in *DNSEntry, out *apis.DNSEntry, s conversion.Scope) error
- func Convert_v1alpha1_DNSState_To_apis_DNSState(in *DNSState, out *apis.DNSState, s conversion.Scope) error
- func RegisterConversions(s *runtime.Scheme) error
- func RegisterDefaults(scheme *runtime.Scheme) error
- func Resource(resource string) schema.GroupResource
- type DNSEntry
- type DNSState
Constants ¶
const DNSStateKind = "DNSState"
const GroupName = "dns.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: "v1alpha1"}
SchemeGroupVersion is group version used to register these objects
Functions ¶
func Convert_apis_DNSEntry_To_v1alpha1_DNSEntry ¶
func Convert_apis_DNSEntry_To_v1alpha1_DNSEntry(in *apis.DNSEntry, out *DNSEntry, s conversion.Scope) error
Convert_apis_DNSEntry_To_v1alpha1_DNSEntry is an autogenerated conversion function.
func Convert_apis_DNSState_To_v1alpha1_DNSState ¶
func Convert_apis_DNSState_To_v1alpha1_DNSState(in *apis.DNSState, out *DNSState, s conversion.Scope) error
Convert_apis_DNSState_To_v1alpha1_DNSState is an autogenerated conversion function.
func Convert_v1alpha1_DNSEntry_To_apis_DNSEntry ¶
func Convert_v1alpha1_DNSEntry_To_apis_DNSEntry(in *DNSEntry, out *apis.DNSEntry, s conversion.Scope) error
Convert_v1alpha1_DNSEntry_To_apis_DNSEntry is an autogenerated conversion function.
func Convert_v1alpha1_DNSState_To_apis_DNSState ¶
func Convert_v1alpha1_DNSState_To_apis_DNSState(in *DNSState, out *apis.DNSState, s conversion.Scope) error
Convert_v1alpha1_DNSState_To_apis_DNSState is an autogenerated conversion function.
func RegisterConversions ¶
RegisterConversions adds conversion functions to the given scheme. Public to allow building arbitrary schemes.
func RegisterDefaults ¶
RegisterDefaults adds defaulters functions to the given scheme. Public to allow building arbitrary schemes. All generated defaulters are covering - they call all nested defaulters.
func Resource ¶
func Resource(resource string) schema.GroupResource
Resource takes an unqualified resource and returns a Group qualified GroupResource
Types ¶
type DNSEntry ¶
type DNSEntry struct { Name string `json:"name"` Labels map[string]string `json:"labels,omitempty"` Annotations map[string]string `json:"annotations,omitempty"` Spec *v1alpha1.DNSEntrySpec `json:"spec"` }
func (*DNSEntry) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DNSEntry.
func (*DNSEntry) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type DNSState ¶
type DNSState struct { metav1.TypeMeta `json:",inline"` Entries []*DNSEntry `json:"entries,omitempty"` }
DNSState describes the set of DNS entries maintained by the dns shoot service for a dedicated shoot cluster used to reconstruct the DNS entry objects after a migration.
func (*DNSState) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DNSState.
func (*DNSState) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*DNSState) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.