Documentation ¶
Overview ¶
Package v1alpha1 contains the metal provider API resources. +groupName=metal.provider.extensions.gardener.cloud
Index ¶
- Constants
- Variables
- func Convert_metal_BgpPeer_To_v1alpha1_BgpPeer(in *metal.BgpPeer, out *BgpPeer, s conversion.Scope) error
- func Convert_metal_CalicoBgpConfig_To_v1alpha1_CalicoBgpConfig(in *metal.CalicoBgpConfig, out *CalicoBgpConfig, s conversion.Scope) error
- func Convert_metal_CloudControllerManagerConfig_To_v1alpha1_CloudControllerManagerConfig(in *metal.CloudControllerManagerConfig, out *CloudControllerManagerConfig, ...) error
- func Convert_metal_CloudProfileConfig_To_v1alpha1_CloudProfileConfig(in *metal.CloudProfileConfig, out *CloudProfileConfig, s conversion.Scope) error
- func Convert_metal_ControlPlaneConfig_To_v1alpha1_ControlPlaneConfig(in *metal.ControlPlaneConfig, out *ControlPlaneConfig, s conversion.Scope) error
- func Convert_metal_IgnitionConfig_To_v1alpha1_IgnitionConfig(in *metal.IgnitionConfig, out *IgnitionConfig, s conversion.Scope) error
- func Convert_metal_InfrastructureConfig_To_v1alpha1_InfrastructureConfig(in *metal.InfrastructureConfig, out *InfrastructureConfig, s conversion.Scope) error
- func Convert_metal_InfrastructureStatus_To_v1alpha1_InfrastructureStatus(in *metal.InfrastructureStatus, out *InfrastructureStatus, s conversion.Scope) error
- func Convert_metal_LoadBalancerConfig_To_v1alpha1_LoadBalancerConfig(in *metal.LoadBalancerConfig, out *LoadBalancerConfig, s conversion.Scope) error
- func Convert_metal_MachineImageVersion_To_v1alpha1_MachineImageVersion(in *metal.MachineImageVersion, out *MachineImageVersion, s conversion.Scope) error
- func Convert_metal_MachineImage_To_v1alpha1_MachineImage(in *metal.MachineImage, out *MachineImage, s conversion.Scope) error
- func Convert_metal_MachineImages_To_v1alpha1_MachineImages(in *metal.MachineImages, out *MachineImages, s conversion.Scope) error
- func Convert_metal_MachineType_To_v1alpha1_MachineType(in *metal.MachineType, out *MachineType, s conversion.Scope) error
- func Convert_metal_MetallbConfig_To_v1alpha1_MetallbConfig(in *metal.MetallbConfig, out *MetallbConfig, s conversion.Scope) error
- func Convert_metal_RegionConfig_To_v1alpha1_RegionConfig(in *metal.RegionConfig, out *RegionConfig, s conversion.Scope) error
- func Convert_metal_WorkerConfig_To_v1alpha1_WorkerConfig(in *metal.WorkerConfig, out *WorkerConfig, s conversion.Scope) error
- func Convert_metal_WorkerStatus_To_v1alpha1_WorkerStatus(in *metal.WorkerStatus, out *WorkerStatus, s conversion.Scope) error
- func Convert_v1alpha1_BgpPeer_To_metal_BgpPeer(in *BgpPeer, out *metal.BgpPeer, s conversion.Scope) error
- func Convert_v1alpha1_CalicoBgpConfig_To_metal_CalicoBgpConfig(in *CalicoBgpConfig, out *metal.CalicoBgpConfig, s conversion.Scope) error
- func Convert_v1alpha1_CloudControllerManagerConfig_To_metal_CloudControllerManagerConfig(in *CloudControllerManagerConfig, out *metal.CloudControllerManagerConfig, ...) error
- func Convert_v1alpha1_CloudProfileConfig_To_metal_CloudProfileConfig(in *CloudProfileConfig, out *metal.CloudProfileConfig, s conversion.Scope) error
- func Convert_v1alpha1_ControlPlaneConfig_To_metal_ControlPlaneConfig(in *ControlPlaneConfig, out *metal.ControlPlaneConfig, s conversion.Scope) error
- func Convert_v1alpha1_IgnitionConfig_To_metal_IgnitionConfig(in *IgnitionConfig, out *metal.IgnitionConfig, s conversion.Scope) error
- func Convert_v1alpha1_InfrastructureConfig_To_metal_InfrastructureConfig(in *InfrastructureConfig, out *metal.InfrastructureConfig, s conversion.Scope) error
- func Convert_v1alpha1_InfrastructureStatus_To_metal_InfrastructureStatus(in *InfrastructureStatus, out *metal.InfrastructureStatus, s conversion.Scope) error
- func Convert_v1alpha1_LoadBalancerConfig_To_metal_LoadBalancerConfig(in *LoadBalancerConfig, out *metal.LoadBalancerConfig, s conversion.Scope) error
- func Convert_v1alpha1_MachineImageVersion_To_metal_MachineImageVersion(in *MachineImageVersion, out *metal.MachineImageVersion, s conversion.Scope) error
- func Convert_v1alpha1_MachineImage_To_metal_MachineImage(in *MachineImage, out *metal.MachineImage, s conversion.Scope) error
- func Convert_v1alpha1_MachineImages_To_metal_MachineImages(in *MachineImages, out *metal.MachineImages, s conversion.Scope) error
- func Convert_v1alpha1_MachineType_To_metal_MachineType(in *MachineType, out *metal.MachineType, s conversion.Scope) error
- func Convert_v1alpha1_MetallbConfig_To_metal_MetallbConfig(in *MetallbConfig, out *metal.MetallbConfig, s conversion.Scope) error
- func Convert_v1alpha1_RegionConfig_To_metal_RegionConfig(in *RegionConfig, out *metal.RegionConfig, s conversion.Scope) error
- func Convert_v1alpha1_WorkerConfig_To_metal_WorkerConfig(in *WorkerConfig, out *metal.WorkerConfig, s conversion.Scope) error
- func Convert_v1alpha1_WorkerStatus_To_metal_WorkerStatus(in *WorkerStatus, out *metal.WorkerStatus, s conversion.Scope) error
- func RegisterConversions(s *runtime.Scheme) error
- func RegisterDefaults(scheme *runtime.Scheme) error
- func Resource(resource string) schema.GroupResource
- type BgpPeer
- type CalicoBgpConfig
- type CloudControllerManagerConfig
- type CloudProfileConfig
- type ControlPlaneConfig
- type IgnitionConfig
- type InfrastructureConfig
- type InfrastructureStatus
- type LoadBalancerConfig
- type MachineImage
- type MachineImageVersion
- type MachineImages
- type MachineType
- type MetallbConfig
- type RegionConfig
- type WorkerConfig
- type WorkerStatus
Constants ¶
const GroupName = "metal.provider.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: "v1alpha1"}
SchemeGroupVersion is group version used to register these objects
Functions ¶
func Convert_metal_BgpPeer_To_v1alpha1_BgpPeer ¶
func Convert_metal_BgpPeer_To_v1alpha1_BgpPeer(in *metal.BgpPeer, out *BgpPeer, s conversion.Scope) error
Convert_metal_BgpPeer_To_v1alpha1_BgpPeer is an autogenerated conversion function.
func Convert_metal_CalicoBgpConfig_To_v1alpha1_CalicoBgpConfig ¶
func Convert_metal_CalicoBgpConfig_To_v1alpha1_CalicoBgpConfig(in *metal.CalicoBgpConfig, out *CalicoBgpConfig, s conversion.Scope) error
Convert_metal_CalicoBgpConfig_To_v1alpha1_CalicoBgpConfig is an autogenerated conversion function.
func Convert_metal_CloudControllerManagerConfig_To_v1alpha1_CloudControllerManagerConfig ¶
func Convert_metal_CloudControllerManagerConfig_To_v1alpha1_CloudControllerManagerConfig(in *metal.CloudControllerManagerConfig, out *CloudControllerManagerConfig, s conversion.Scope) error
Convert_metal_CloudControllerManagerConfig_To_v1alpha1_CloudControllerManagerConfig is an autogenerated conversion function.
func Convert_metal_CloudProfileConfig_To_v1alpha1_CloudProfileConfig ¶
func Convert_metal_CloudProfileConfig_To_v1alpha1_CloudProfileConfig(in *metal.CloudProfileConfig, out *CloudProfileConfig, s conversion.Scope) error
Convert_metal_CloudProfileConfig_To_v1alpha1_CloudProfileConfig is an autogenerated conversion function.
func Convert_metal_ControlPlaneConfig_To_v1alpha1_ControlPlaneConfig ¶
func Convert_metal_ControlPlaneConfig_To_v1alpha1_ControlPlaneConfig(in *metal.ControlPlaneConfig, out *ControlPlaneConfig, s conversion.Scope) error
Convert_metal_ControlPlaneConfig_To_v1alpha1_ControlPlaneConfig is an autogenerated conversion function.
func Convert_metal_IgnitionConfig_To_v1alpha1_IgnitionConfig ¶
func Convert_metal_IgnitionConfig_To_v1alpha1_IgnitionConfig(in *metal.IgnitionConfig, out *IgnitionConfig, s conversion.Scope) error
Convert_metal_IgnitionConfig_To_v1alpha1_IgnitionConfig is an autogenerated conversion function.
func Convert_metal_InfrastructureConfig_To_v1alpha1_InfrastructureConfig ¶
func Convert_metal_InfrastructureConfig_To_v1alpha1_InfrastructureConfig(in *metal.InfrastructureConfig, out *InfrastructureConfig, s conversion.Scope) error
Convert_metal_InfrastructureConfig_To_v1alpha1_InfrastructureConfig is an autogenerated conversion function.
func Convert_metal_InfrastructureStatus_To_v1alpha1_InfrastructureStatus ¶
func Convert_metal_InfrastructureStatus_To_v1alpha1_InfrastructureStatus(in *metal.InfrastructureStatus, out *InfrastructureStatus, s conversion.Scope) error
Convert_metal_InfrastructureStatus_To_v1alpha1_InfrastructureStatus is an autogenerated conversion function.
func Convert_metal_LoadBalancerConfig_To_v1alpha1_LoadBalancerConfig ¶
func Convert_metal_LoadBalancerConfig_To_v1alpha1_LoadBalancerConfig(in *metal.LoadBalancerConfig, out *LoadBalancerConfig, s conversion.Scope) error
Convert_metal_LoadBalancerConfig_To_v1alpha1_LoadBalancerConfig is an autogenerated conversion function.
func Convert_metal_MachineImageVersion_To_v1alpha1_MachineImageVersion ¶
func Convert_metal_MachineImageVersion_To_v1alpha1_MachineImageVersion(in *metal.MachineImageVersion, out *MachineImageVersion, s conversion.Scope) error
Convert_metal_MachineImageVersion_To_v1alpha1_MachineImageVersion is an autogenerated conversion function.
func Convert_metal_MachineImage_To_v1alpha1_MachineImage ¶
func Convert_metal_MachineImage_To_v1alpha1_MachineImage(in *metal.MachineImage, out *MachineImage, s conversion.Scope) error
Convert_metal_MachineImage_To_v1alpha1_MachineImage is an autogenerated conversion function.
func Convert_metal_MachineImages_To_v1alpha1_MachineImages ¶
func Convert_metal_MachineImages_To_v1alpha1_MachineImages(in *metal.MachineImages, out *MachineImages, s conversion.Scope) error
Convert_metal_MachineImages_To_v1alpha1_MachineImages is an autogenerated conversion function.
func Convert_metal_MachineType_To_v1alpha1_MachineType ¶
func Convert_metal_MachineType_To_v1alpha1_MachineType(in *metal.MachineType, out *MachineType, s conversion.Scope) error
Convert_metal_MachineType_To_v1alpha1_MachineType is an autogenerated conversion function.
func Convert_metal_MetallbConfig_To_v1alpha1_MetallbConfig ¶
func Convert_metal_MetallbConfig_To_v1alpha1_MetallbConfig(in *metal.MetallbConfig, out *MetallbConfig, s conversion.Scope) error
Convert_metal_MetallbConfig_To_v1alpha1_MetallbConfig is an autogenerated conversion function.
func Convert_metal_RegionConfig_To_v1alpha1_RegionConfig ¶
func Convert_metal_RegionConfig_To_v1alpha1_RegionConfig(in *metal.RegionConfig, out *RegionConfig, s conversion.Scope) error
Convert_metal_RegionConfig_To_v1alpha1_RegionConfig is an autogenerated conversion function.
func Convert_metal_WorkerConfig_To_v1alpha1_WorkerConfig ¶
func Convert_metal_WorkerConfig_To_v1alpha1_WorkerConfig(in *metal.WorkerConfig, out *WorkerConfig, s conversion.Scope) error
Convert_metal_WorkerConfig_To_v1alpha1_WorkerConfig is an autogenerated conversion function.
func Convert_metal_WorkerStatus_To_v1alpha1_WorkerStatus ¶
func Convert_metal_WorkerStatus_To_v1alpha1_WorkerStatus(in *metal.WorkerStatus, out *WorkerStatus, s conversion.Scope) error
Convert_metal_WorkerStatus_To_v1alpha1_WorkerStatus is an autogenerated conversion function.
func Convert_v1alpha1_BgpPeer_To_metal_BgpPeer ¶
func Convert_v1alpha1_BgpPeer_To_metal_BgpPeer(in *BgpPeer, out *metal.BgpPeer, s conversion.Scope) error
Convert_v1alpha1_BgpPeer_To_metal_BgpPeer is an autogenerated conversion function.
func Convert_v1alpha1_CalicoBgpConfig_To_metal_CalicoBgpConfig ¶
func Convert_v1alpha1_CalicoBgpConfig_To_metal_CalicoBgpConfig(in *CalicoBgpConfig, out *metal.CalicoBgpConfig, s conversion.Scope) error
Convert_v1alpha1_CalicoBgpConfig_To_metal_CalicoBgpConfig is an autogenerated conversion function.
func Convert_v1alpha1_CloudControllerManagerConfig_To_metal_CloudControllerManagerConfig ¶
func Convert_v1alpha1_CloudControllerManagerConfig_To_metal_CloudControllerManagerConfig(in *CloudControllerManagerConfig, out *metal.CloudControllerManagerConfig, s conversion.Scope) error
Convert_v1alpha1_CloudControllerManagerConfig_To_metal_CloudControllerManagerConfig is an autogenerated conversion function.
func Convert_v1alpha1_CloudProfileConfig_To_metal_CloudProfileConfig ¶
func Convert_v1alpha1_CloudProfileConfig_To_metal_CloudProfileConfig(in *CloudProfileConfig, out *metal.CloudProfileConfig, s conversion.Scope) error
Convert_v1alpha1_CloudProfileConfig_To_metal_CloudProfileConfig is an autogenerated conversion function.
func Convert_v1alpha1_ControlPlaneConfig_To_metal_ControlPlaneConfig ¶
func Convert_v1alpha1_ControlPlaneConfig_To_metal_ControlPlaneConfig(in *ControlPlaneConfig, out *metal.ControlPlaneConfig, s conversion.Scope) error
Convert_v1alpha1_ControlPlaneConfig_To_metal_ControlPlaneConfig is an autogenerated conversion function.
func Convert_v1alpha1_IgnitionConfig_To_metal_IgnitionConfig ¶
func Convert_v1alpha1_IgnitionConfig_To_metal_IgnitionConfig(in *IgnitionConfig, out *metal.IgnitionConfig, s conversion.Scope) error
Convert_v1alpha1_IgnitionConfig_To_metal_IgnitionConfig is an autogenerated conversion function.
func Convert_v1alpha1_InfrastructureConfig_To_metal_InfrastructureConfig ¶
func Convert_v1alpha1_InfrastructureConfig_To_metal_InfrastructureConfig(in *InfrastructureConfig, out *metal.InfrastructureConfig, s conversion.Scope) error
Convert_v1alpha1_InfrastructureConfig_To_metal_InfrastructureConfig is an autogenerated conversion function.
func Convert_v1alpha1_InfrastructureStatus_To_metal_InfrastructureStatus ¶
func Convert_v1alpha1_InfrastructureStatus_To_metal_InfrastructureStatus(in *InfrastructureStatus, out *metal.InfrastructureStatus, s conversion.Scope) error
Convert_v1alpha1_InfrastructureStatus_To_metal_InfrastructureStatus is an autogenerated conversion function.
func Convert_v1alpha1_LoadBalancerConfig_To_metal_LoadBalancerConfig ¶
func Convert_v1alpha1_LoadBalancerConfig_To_metal_LoadBalancerConfig(in *LoadBalancerConfig, out *metal.LoadBalancerConfig, s conversion.Scope) error
Convert_v1alpha1_LoadBalancerConfig_To_metal_LoadBalancerConfig is an autogenerated conversion function.
func Convert_v1alpha1_MachineImageVersion_To_metal_MachineImageVersion ¶
func Convert_v1alpha1_MachineImageVersion_To_metal_MachineImageVersion(in *MachineImageVersion, out *metal.MachineImageVersion, s conversion.Scope) error
Convert_v1alpha1_MachineImageVersion_To_metal_MachineImageVersion is an autogenerated conversion function.
func Convert_v1alpha1_MachineImage_To_metal_MachineImage ¶
func Convert_v1alpha1_MachineImage_To_metal_MachineImage(in *MachineImage, out *metal.MachineImage, s conversion.Scope) error
Convert_v1alpha1_MachineImage_To_metal_MachineImage is an autogenerated conversion function.
func Convert_v1alpha1_MachineImages_To_metal_MachineImages ¶
func Convert_v1alpha1_MachineImages_To_metal_MachineImages(in *MachineImages, out *metal.MachineImages, s conversion.Scope) error
Convert_v1alpha1_MachineImages_To_metal_MachineImages is an autogenerated conversion function.
func Convert_v1alpha1_MachineType_To_metal_MachineType ¶
func Convert_v1alpha1_MachineType_To_metal_MachineType(in *MachineType, out *metal.MachineType, s conversion.Scope) error
Convert_v1alpha1_MachineType_To_metal_MachineType is an autogenerated conversion function.
func Convert_v1alpha1_MetallbConfig_To_metal_MetallbConfig ¶
func Convert_v1alpha1_MetallbConfig_To_metal_MetallbConfig(in *MetallbConfig, out *metal.MetallbConfig, s conversion.Scope) error
Convert_v1alpha1_MetallbConfig_To_metal_MetallbConfig is an autogenerated conversion function.
func Convert_v1alpha1_RegionConfig_To_metal_RegionConfig ¶
func Convert_v1alpha1_RegionConfig_To_metal_RegionConfig(in *RegionConfig, out *metal.RegionConfig, s conversion.Scope) error
Convert_v1alpha1_RegionConfig_To_metal_RegionConfig is an autogenerated conversion function.
func Convert_v1alpha1_WorkerConfig_To_metal_WorkerConfig ¶
func Convert_v1alpha1_WorkerConfig_To_metal_WorkerConfig(in *WorkerConfig, out *metal.WorkerConfig, s conversion.Scope) error
Convert_v1alpha1_WorkerConfig_To_metal_WorkerConfig is an autogenerated conversion function.
func Convert_v1alpha1_WorkerStatus_To_metal_WorkerStatus ¶
func Convert_v1alpha1_WorkerStatus_To_metal_WorkerStatus(in *WorkerStatus, out *metal.WorkerStatus, s conversion.Scope) error
Convert_v1alpha1_WorkerStatus_To_metal_WorkerStatus 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 BgpPeer ¶
type BgpPeer struct { // PeerIP contains IP address of BGP peer followed by an optional port number to peer with. // +required PeerIP string `json:"peerIP"` // ASNumber contains the AS number of the BGP peer. // +required ASNumber int `json:"asNumber"` // NodeSelector is a key-value pair to select nodes that should have this peering. // +optional NodeSelector string `json:"nodeSelector,omitempty"` }
BgpPeer contains configuration for BGPPeer resource.
func (*BgpPeer) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BgpPeer.
func (*BgpPeer) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type CalicoBgpConfig ¶
type CalicoBgpConfig struct { // ASNumber is the default AS number used by a node. // +required ASNumber int `json:"asNumber"` // ServiceLoadBalancerIPs are the CIDR blocks for Kubernetes Service LoadBalancer IPs. // +optional ServiceLoadBalancerIPs []string `json:"serviceLoadBalancerIPs,omitempty"` // ServiceExternalIPs are the CIDR blocks for Kubernetes Service External IPs. // +optional ServiceExternalIPs []string `json:"serviceExternalIPs,omitempty"` // ServiceClusterIPs are the CIDR blocks from which service cluster IPs are allocated. // +optional ServiceClusterIPs []string `json:"serviceClusterIPs,omitempty"` // BGPPeer contains configuration for BGPPeer resource. // +optional BgpPeer []BgpPeer `json:"bgpPeer,omitempty"` }
CalicoBgpConfig contains BGP configuration settings for calico.
func (*CalicoBgpConfig) DeepCopy ¶
func (in *CalicoBgpConfig) DeepCopy() *CalicoBgpConfig
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CalicoBgpConfig.
func (*CalicoBgpConfig) DeepCopyInto ¶
func (in *CalicoBgpConfig) DeepCopyInto(out *CalicoBgpConfig)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type CloudControllerManagerConfig ¶
type CloudControllerManagerConfig struct { // FeatureGates contains information about enabled feature gates. // +optional FeatureGates map[string]bool `json:"featureGates,omitempty"` }
CloudControllerManagerConfig contains configuration settings for the cloud-controller-manager.
func (*CloudControllerManagerConfig) DeepCopy ¶
func (in *CloudControllerManagerConfig) DeepCopy() *CloudControllerManagerConfig
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CloudControllerManagerConfig.
func (*CloudControllerManagerConfig) DeepCopyInto ¶
func (in *CloudControllerManagerConfig) DeepCopyInto(out *CloudControllerManagerConfig)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type CloudProfileConfig ¶
type CloudProfileConfig struct { metav1.TypeMeta `json:",inline"` // MachineImages is the list of machine images that are understood by the controller. It maps // logical names and versions to provider-specific identifiers. MachineImages []MachineImages `json:"machineImages"` // RegionConfigs is the list of supported regions. RegionConfigs []RegionConfig `json:"regionConfigs,omitempty"` MachineTypes []MachineType `json:"machineTypes,omitempty"` }
CloudProfileConfig contains provider-specific configuration that is embedded into Gardener's `CloudProfile` resource.
func (*CloudProfileConfig) DeepCopy ¶
func (in *CloudProfileConfig) DeepCopy() *CloudProfileConfig
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CloudProfileConfig.
func (*CloudProfileConfig) DeepCopyInto ¶
func (in *CloudProfileConfig) DeepCopyInto(out *CloudProfileConfig)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*CloudProfileConfig) DeepCopyObject ¶
func (in *CloudProfileConfig) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type ControlPlaneConfig ¶
type ControlPlaneConfig struct { metav1.TypeMeta `json:",inline"` // CloudControllerManager contains configuration settings for the cloud-controller-manager. // +optional CloudControllerManager *CloudControllerManagerConfig `json:"cloudControllerManager,omitempty"` // LoadBalancerConfig contains configuration settings for the shoot loadbalancing. // +optional LoadBalancerConfig *LoadBalancerConfig `json:"loadBalancerConfig,omitempty"` }
ControlPlaneConfig contains configuration settings for the control plane.
func (*ControlPlaneConfig) DeepCopy ¶
func (in *ControlPlaneConfig) DeepCopy() *ControlPlaneConfig
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ControlPlaneConfig.
func (*ControlPlaneConfig) DeepCopyInto ¶
func (in *ControlPlaneConfig) DeepCopyInto(out *ControlPlaneConfig)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ControlPlaneConfig) DeepCopyObject ¶
func (in *ControlPlaneConfig) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type IgnitionConfig ¶
type IgnitionConfig struct { // Raw contains an inline ignition config, which is merged with the config from the os extension. // +optional Raw string `json:"raw,omitempty"` // SecretRef is a reference to a secret containing the ignition config. // +optional SecretRef *corev1.LocalObjectReference `json:"secretRef,omitempty"` // Override configures, if ignition keys set by the os-extension are overridden // by extra ignition. // +optional Override bool `json:"override,omitempty"` }
IgnitionConfig contains ignition settings.
func (*IgnitionConfig) DeepCopy ¶
func (in *IgnitionConfig) DeepCopy() *IgnitionConfig
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IgnitionConfig.
func (*IgnitionConfig) DeepCopyInto ¶
func (in *IgnitionConfig) DeepCopyInto(out *IgnitionConfig)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type InfrastructureConfig ¶
InfrastructureConfig infrastructure configuration resource
func (*InfrastructureConfig) DeepCopy ¶
func (in *InfrastructureConfig) DeepCopy() *InfrastructureConfig
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new InfrastructureConfig.
func (*InfrastructureConfig) DeepCopyInto ¶
func (in *InfrastructureConfig) DeepCopyInto(out *InfrastructureConfig)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*InfrastructureConfig) DeepCopyObject ¶
func (in *InfrastructureConfig) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type InfrastructureStatus ¶
InfrastructureStatus contains information about created infrastructure resources.
func (*InfrastructureStatus) DeepCopy ¶
func (in *InfrastructureStatus) DeepCopy() *InfrastructureStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new InfrastructureStatus.
func (*InfrastructureStatus) DeepCopyInto ¶
func (in *InfrastructureStatus) DeepCopyInto(out *InfrastructureStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*InfrastructureStatus) DeepCopyObject ¶
func (in *InfrastructureStatus) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type LoadBalancerConfig ¶
type LoadBalancerConfig struct { // MetallbConfig contains configuration settings for metallb. // +optional MetallbConfig *MetallbConfig `json:"metallbConfig,omitempty"` // CalicoBgpConfig contains configuration settings for calico. // +optional CalicoBgpConfig *CalicoBgpConfig `json:"calicoBgpConfig,omitempty"` }
LoadBalancerConfig contains configuration settings for the shoot loadbalancing.
func (*LoadBalancerConfig) DeepCopy ¶
func (in *LoadBalancerConfig) DeepCopy() *LoadBalancerConfig
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LoadBalancerConfig.
func (*LoadBalancerConfig) DeepCopyInto ¶
func (in *LoadBalancerConfig) DeepCopyInto(out *LoadBalancerConfig)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type MachineImage ¶
type MachineImage struct { // Name is the logical name of the machine image. Name string `json:"name"` // Version is the logical version of the machine image. Version string `json:"version"` // Image is the path to the image. Image string `json:"image"` // Architecture is the CPU architecture of the machine image. // +optional Architecture *string `json:"architecture,omitempty"` }
MachineImage is a mapping from logical names and versions to metal-specific identifiers.
func (*MachineImage) DeepCopy ¶
func (in *MachineImage) DeepCopy() *MachineImage
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MachineImage.
func (*MachineImage) DeepCopyInto ¶
func (in *MachineImage) DeepCopyInto(out *MachineImage)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type MachineImageVersion ¶
type MachineImageVersion struct { // Version is the version of the image. Version string `json:"version"` // Image is the path to the image. Image string `json:"image"` // Architecture is the CPU architecture of the machine image. // +optional Architecture *string `json:"architecture,omitempty"` }
MachineImageVersion contains a version and a provider-specific identifier.
func (*MachineImageVersion) DeepCopy ¶
func (in *MachineImageVersion) DeepCopy() *MachineImageVersion
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MachineImageVersion.
func (*MachineImageVersion) DeepCopyInto ¶
func (in *MachineImageVersion) DeepCopyInto(out *MachineImageVersion)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type MachineImages ¶
type MachineImages struct { // Name is the logical name of the machine image. Name string `json:"name"` // Versions contains versions and a provider-specific identifier. Versions []MachineImageVersion `json:"versions"` }
MachineImages is a mapping from logical names and versions to provider-specific identifiers.
func (*MachineImages) DeepCopy ¶
func (in *MachineImages) DeepCopy() *MachineImages
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MachineImages.
func (*MachineImages) DeepCopyInto ¶
func (in *MachineImages) DeepCopyInto(out *MachineImages)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type MachineType ¶
type MachineType struct { Name string `json:"name"` ServerLabels map[string]string `json:"serverLabels,omitempty"` }
func (*MachineType) DeepCopy ¶
func (in *MachineType) DeepCopy() *MachineType
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MachineType.
func (*MachineType) DeepCopyInto ¶
func (in *MachineType) DeepCopyInto(out *MachineType)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type MetallbConfig ¶
type MetallbConfig struct { // IPAddressPool contains IP address pools for metallb. // +optional IPAddressPool []string `json:"ipAddressPool,omitempty"` // EnableSpeaker enables the metallb speaker. // +optional EnableSpeaker bool `json:"enableSpeaker,omitempty"` // EnableL2Advertisement enables L2 advertisement. // +optional EnableL2Advertisement bool `json:"enableL2Advertisement,omitempty"` }
MetallbConfig contains configuration settings for metallb.
func (*MetallbConfig) DeepCopy ¶
func (in *MetallbConfig) DeepCopy() *MetallbConfig
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MetallbConfig.
func (*MetallbConfig) DeepCopyInto ¶
func (in *MetallbConfig) DeepCopyInto(out *MetallbConfig)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type RegionConfig ¶
type RegionConfig struct { // Name is the name of a region. Name string `json:"name"` // Server is the server endpoint of this region. Server string `json:"server"` // CertificateAuthorityData is the CA data of the region server. CertificateAuthorityData []byte `json:"certificateAuthorityData"` }
RegionConfig is the definition of a region.
func (*RegionConfig) DeepCopy ¶
func (in *RegionConfig) DeepCopy() *RegionConfig
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RegionConfig.
func (*RegionConfig) DeepCopyInto ¶
func (in *RegionConfig) DeepCopyInto(out *RegionConfig)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type WorkerConfig ¶
type WorkerConfig struct { metav1.TypeMeta // ExtraIgnition contains additional Ignition for Worker nodes. // +optional ExtraIgnition *IgnitionConfig `json:"extraIgnition,omitempty"` // ExtraServerLabels is a map of additional labels that are applied to the ServerClaim for Server selection. // +optional ExtraServerLabels map[string]string `json:"extraServerLabels,omitempty"` }
WorkerConfig contains configuration settings for the worker nodes.
func (*WorkerConfig) DeepCopy ¶
func (in *WorkerConfig) DeepCopy() *WorkerConfig
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new WorkerConfig.
func (*WorkerConfig) DeepCopyInto ¶
func (in *WorkerConfig) DeepCopyInto(out *WorkerConfig)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*WorkerConfig) DeepCopyObject ¶
func (in *WorkerConfig) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type WorkerStatus ¶
type WorkerStatus struct { metav1.TypeMeta `json:",inline"` // MachineImages is a list of machine images that have been used in this worker. Usually, the extension controller // gets the mapping from name/version to the provider-specific machine image data in its componentconfig. However, if // a version that is still in use gets removed from this componentconfig it cannot reconcile anymore existing `Worker` // resources that are still using this version. Hence, it stores the used versions in the provider status to ensure // reconciliation is possible. // +optional MachineImages []MachineImage `json:"machineImages,omitempty"` }
WorkerStatus contains information about created worker resources.
func (*WorkerStatus) DeepCopy ¶
func (in *WorkerStatus) DeepCopy() *WorkerStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new WorkerStatus.
func (*WorkerStatus) DeepCopyInto ¶
func (in *WorkerStatus) DeepCopyInto(out *WorkerStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*WorkerStatus) DeepCopyObject ¶
func (in *WorkerStatus) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.