Documentation ¶
Overview ¶
Package v1alpha1 contains the AliCloud provider API resources. +groupName=alicloud.provider.extensions.gardener.cloud
Index ¶
- Constants
- Variables
- func Convert_alicloud_CloudControllerManagerConfig_To_v1alpha1_CloudControllerManagerConfig(in *alicloud.CloudControllerManagerConfig, out *CloudControllerManagerConfig, ...) error
- func Convert_alicloud_CloudProfileConfig_To_v1alpha1_CloudProfileConfig(in *alicloud.CloudProfileConfig, out *CloudProfileConfig, s conversion.Scope) error
- func Convert_alicloud_ControlPlaneConfig_To_v1alpha1_ControlPlaneConfig(in *alicloud.ControlPlaneConfig, out *ControlPlaneConfig, s conversion.Scope) error
- func Convert_alicloud_InfrastructureConfig_To_v1alpha1_InfrastructureConfig(in *alicloud.InfrastructureConfig, out *InfrastructureConfig, ...) error
- func Convert_alicloud_InfrastructureStatus_To_v1alpha1_InfrastructureStatus(in *alicloud.InfrastructureStatus, out *InfrastructureStatus, ...) error
- func Convert_alicloud_MachineImageVersion_To_v1alpha1_MachineImageVersion(in *alicloud.MachineImageVersion, out *MachineImageVersion, s conversion.Scope) error
- func Convert_alicloud_MachineImage_To_v1alpha1_MachineImage(in *alicloud.MachineImage, out *MachineImage, s conversion.Scope) error
- func Convert_alicloud_MachineImages_To_v1alpha1_MachineImages(in *alicloud.MachineImages, out *MachineImages, s conversion.Scope) error
- func Convert_alicloud_Networks_To_v1alpha1_Networks(in *alicloud.Networks, out *Networks, s conversion.Scope) error
- func Convert_alicloud_RegionIDMapping_To_v1alpha1_RegionIDMapping(in *alicloud.RegionIDMapping, out *RegionIDMapping, s conversion.Scope) error
- func Convert_alicloud_SecurityGroup_To_v1alpha1_SecurityGroup(in *alicloud.SecurityGroup, out *SecurityGroup, s conversion.Scope) error
- func Convert_alicloud_VPCStatus_To_v1alpha1_VPCStatus(in *alicloud.VPCStatus, out *VPCStatus, s conversion.Scope) error
- func Convert_alicloud_VPC_To_v1alpha1_VPC(in *alicloud.VPC, out *VPC, s conversion.Scope) error
- func Convert_alicloud_VSwitch_To_v1alpha1_VSwitch(in *alicloud.VSwitch, out *VSwitch, s conversion.Scope) error
- func Convert_alicloud_WorkerStatus_To_v1alpha1_WorkerStatus(in *alicloud.WorkerStatus, out *WorkerStatus, s conversion.Scope) error
- func Convert_alicloud_Zone_To_v1alpha1_Zone(in *alicloud.Zone, out *Zone, s conversion.Scope) error
- func Convert_v1alpha1_CloudControllerManagerConfig_To_alicloud_CloudControllerManagerConfig(in *CloudControllerManagerConfig, out *alicloud.CloudControllerManagerConfig, ...) error
- func Convert_v1alpha1_CloudProfileConfig_To_alicloud_CloudProfileConfig(in *CloudProfileConfig, out *alicloud.CloudProfileConfig, s conversion.Scope) error
- func Convert_v1alpha1_ControlPlaneConfig_To_alicloud_ControlPlaneConfig(in *ControlPlaneConfig, out *alicloud.ControlPlaneConfig, s conversion.Scope) error
- func Convert_v1alpha1_InfrastructureConfig_To_alicloud_InfrastructureConfig(in *InfrastructureConfig, out *alicloud.InfrastructureConfig, ...) error
- func Convert_v1alpha1_InfrastructureStatus_To_alicloud_InfrastructureStatus(in *InfrastructureStatus, out *alicloud.InfrastructureStatus, ...) error
- func Convert_v1alpha1_MachineImageVersion_To_alicloud_MachineImageVersion(in *MachineImageVersion, out *alicloud.MachineImageVersion, s conversion.Scope) error
- func Convert_v1alpha1_MachineImage_To_alicloud_MachineImage(in *MachineImage, out *alicloud.MachineImage, s conversion.Scope) error
- func Convert_v1alpha1_MachineImages_To_alicloud_MachineImages(in *MachineImages, out *alicloud.MachineImages, s conversion.Scope) error
- func Convert_v1alpha1_Networks_To_alicloud_Networks(in *Networks, out *alicloud.Networks, s conversion.Scope) error
- func Convert_v1alpha1_RegionIDMapping_To_alicloud_RegionIDMapping(in *RegionIDMapping, out *alicloud.RegionIDMapping, s conversion.Scope) error
- func Convert_v1alpha1_SecurityGroup_To_alicloud_SecurityGroup(in *SecurityGroup, out *alicloud.SecurityGroup, s conversion.Scope) error
- func Convert_v1alpha1_VPCStatus_To_alicloud_VPCStatus(in *VPCStatus, out *alicloud.VPCStatus, s conversion.Scope) error
- func Convert_v1alpha1_VPC_To_alicloud_VPC(in *VPC, out *alicloud.VPC, s conversion.Scope) error
- func Convert_v1alpha1_VSwitch_To_alicloud_VSwitch(in *VSwitch, out *alicloud.VSwitch, s conversion.Scope) error
- func Convert_v1alpha1_WorkerStatus_To_alicloud_WorkerStatus(in *WorkerStatus, out *alicloud.WorkerStatus, s conversion.Scope) error
- func Convert_v1alpha1_Zone_To_alicloud_Zone(in *Zone, out *alicloud.Zone, s conversion.Scope) error
- func RegisterConversions(s *runtime.Scheme) error
- func RegisterDefaults(scheme *runtime.Scheme) error
- func Resource(resource string) schema.GroupResource
- type CloudControllerManagerConfig
- type CloudProfileConfig
- type ControlPlaneConfig
- type InfrastructureConfig
- type InfrastructureStatus
- type MachineImage
- type MachineImageVersion
- type MachineImages
- type Networks
- type Purpose
- type RegionIDMapping
- type SecurityGroup
- type VPC
- type VPCStatus
- type VSwitch
- type WorkerStatus
- type Zone
Constants ¶
const GroupName = "alicloud.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: "v1alpha1"}
SchemeGroupVersion is group version used to register these objects
Functions ¶
func Convert_alicloud_CloudControllerManagerConfig_To_v1alpha1_CloudControllerManagerConfig ¶
func Convert_alicloud_CloudControllerManagerConfig_To_v1alpha1_CloudControllerManagerConfig(in *alicloud.CloudControllerManagerConfig, out *CloudControllerManagerConfig, s conversion.Scope) error
Convert_alicloud_CloudControllerManagerConfig_To_v1alpha1_CloudControllerManagerConfig is an autogenerated conversion function.
func Convert_alicloud_CloudProfileConfig_To_v1alpha1_CloudProfileConfig ¶
func Convert_alicloud_CloudProfileConfig_To_v1alpha1_CloudProfileConfig(in *alicloud.CloudProfileConfig, out *CloudProfileConfig, s conversion.Scope) error
Convert_alicloud_CloudProfileConfig_To_v1alpha1_CloudProfileConfig is an autogenerated conversion function.
func Convert_alicloud_ControlPlaneConfig_To_v1alpha1_ControlPlaneConfig ¶
func Convert_alicloud_ControlPlaneConfig_To_v1alpha1_ControlPlaneConfig(in *alicloud.ControlPlaneConfig, out *ControlPlaneConfig, s conversion.Scope) error
Convert_alicloud_ControlPlaneConfig_To_v1alpha1_ControlPlaneConfig is an autogenerated conversion function.
func Convert_alicloud_InfrastructureConfig_To_v1alpha1_InfrastructureConfig ¶
func Convert_alicloud_InfrastructureConfig_To_v1alpha1_InfrastructureConfig(in *alicloud.InfrastructureConfig, out *InfrastructureConfig, s conversion.Scope) error
Convert_alicloud_InfrastructureConfig_To_v1alpha1_InfrastructureConfig is an autogenerated conversion function.
func Convert_alicloud_InfrastructureStatus_To_v1alpha1_InfrastructureStatus ¶
func Convert_alicloud_InfrastructureStatus_To_v1alpha1_InfrastructureStatus(in *alicloud.InfrastructureStatus, out *InfrastructureStatus, s conversion.Scope) error
Convert_alicloud_InfrastructureStatus_To_v1alpha1_InfrastructureStatus is an autogenerated conversion function.
func Convert_alicloud_MachineImageVersion_To_v1alpha1_MachineImageVersion ¶
func Convert_alicloud_MachineImageVersion_To_v1alpha1_MachineImageVersion(in *alicloud.MachineImageVersion, out *MachineImageVersion, s conversion.Scope) error
Convert_alicloud_MachineImageVersion_To_v1alpha1_MachineImageVersion is an autogenerated conversion function.
func Convert_alicloud_MachineImage_To_v1alpha1_MachineImage ¶
func Convert_alicloud_MachineImage_To_v1alpha1_MachineImage(in *alicloud.MachineImage, out *MachineImage, s conversion.Scope) error
Convert_alicloud_MachineImage_To_v1alpha1_MachineImage is an autogenerated conversion function.
func Convert_alicloud_MachineImages_To_v1alpha1_MachineImages ¶
func Convert_alicloud_MachineImages_To_v1alpha1_MachineImages(in *alicloud.MachineImages, out *MachineImages, s conversion.Scope) error
Convert_alicloud_MachineImages_To_v1alpha1_MachineImages is an autogenerated conversion function.
func Convert_alicloud_Networks_To_v1alpha1_Networks ¶
func Convert_alicloud_Networks_To_v1alpha1_Networks(in *alicloud.Networks, out *Networks, s conversion.Scope) error
Convert_alicloud_Networks_To_v1alpha1_Networks is an autogenerated conversion function.
func Convert_alicloud_RegionIDMapping_To_v1alpha1_RegionIDMapping ¶ added in v1.2.0
func Convert_alicloud_RegionIDMapping_To_v1alpha1_RegionIDMapping(in *alicloud.RegionIDMapping, out *RegionIDMapping, s conversion.Scope) error
Convert_alicloud_RegionIDMapping_To_v1alpha1_RegionIDMapping is an autogenerated conversion function.
func Convert_alicloud_SecurityGroup_To_v1alpha1_SecurityGroup ¶
func Convert_alicloud_SecurityGroup_To_v1alpha1_SecurityGroup(in *alicloud.SecurityGroup, out *SecurityGroup, s conversion.Scope) error
Convert_alicloud_SecurityGroup_To_v1alpha1_SecurityGroup is an autogenerated conversion function.
func Convert_alicloud_VPCStatus_To_v1alpha1_VPCStatus ¶
func Convert_alicloud_VPCStatus_To_v1alpha1_VPCStatus(in *alicloud.VPCStatus, out *VPCStatus, s conversion.Scope) error
Convert_alicloud_VPCStatus_To_v1alpha1_VPCStatus is an autogenerated conversion function.
func Convert_alicloud_VPC_To_v1alpha1_VPC ¶
Convert_alicloud_VPC_To_v1alpha1_VPC is an autogenerated conversion function.
func Convert_alicloud_VSwitch_To_v1alpha1_VSwitch ¶
func Convert_alicloud_VSwitch_To_v1alpha1_VSwitch(in *alicloud.VSwitch, out *VSwitch, s conversion.Scope) error
Convert_alicloud_VSwitch_To_v1alpha1_VSwitch is an autogenerated conversion function.
func Convert_alicloud_WorkerStatus_To_v1alpha1_WorkerStatus ¶
func Convert_alicloud_WorkerStatus_To_v1alpha1_WorkerStatus(in *alicloud.WorkerStatus, out *WorkerStatus, s conversion.Scope) error
Convert_alicloud_WorkerStatus_To_v1alpha1_WorkerStatus is an autogenerated conversion function.
func Convert_alicloud_Zone_To_v1alpha1_Zone ¶
Convert_alicloud_Zone_To_v1alpha1_Zone is an autogenerated conversion function.
func Convert_v1alpha1_CloudControllerManagerConfig_To_alicloud_CloudControllerManagerConfig ¶
func Convert_v1alpha1_CloudControllerManagerConfig_To_alicloud_CloudControllerManagerConfig(in *CloudControllerManagerConfig, out *alicloud.CloudControllerManagerConfig, s conversion.Scope) error
Convert_v1alpha1_CloudControllerManagerConfig_To_alicloud_CloudControllerManagerConfig is an autogenerated conversion function.
func Convert_v1alpha1_CloudProfileConfig_To_alicloud_CloudProfileConfig ¶
func Convert_v1alpha1_CloudProfileConfig_To_alicloud_CloudProfileConfig(in *CloudProfileConfig, out *alicloud.CloudProfileConfig, s conversion.Scope) error
Convert_v1alpha1_CloudProfileConfig_To_alicloud_CloudProfileConfig is an autogenerated conversion function.
func Convert_v1alpha1_ControlPlaneConfig_To_alicloud_ControlPlaneConfig ¶
func Convert_v1alpha1_ControlPlaneConfig_To_alicloud_ControlPlaneConfig(in *ControlPlaneConfig, out *alicloud.ControlPlaneConfig, s conversion.Scope) error
Convert_v1alpha1_ControlPlaneConfig_To_alicloud_ControlPlaneConfig is an autogenerated conversion function.
func Convert_v1alpha1_InfrastructureConfig_To_alicloud_InfrastructureConfig ¶
func Convert_v1alpha1_InfrastructureConfig_To_alicloud_InfrastructureConfig(in *InfrastructureConfig, out *alicloud.InfrastructureConfig, s conversion.Scope) error
Convert_v1alpha1_InfrastructureConfig_To_alicloud_InfrastructureConfig is an autogenerated conversion function.
func Convert_v1alpha1_InfrastructureStatus_To_alicloud_InfrastructureStatus ¶
func Convert_v1alpha1_InfrastructureStatus_To_alicloud_InfrastructureStatus(in *InfrastructureStatus, out *alicloud.InfrastructureStatus, s conversion.Scope) error
Convert_v1alpha1_InfrastructureStatus_To_alicloud_InfrastructureStatus is an autogenerated conversion function.
func Convert_v1alpha1_MachineImageVersion_To_alicloud_MachineImageVersion ¶
func Convert_v1alpha1_MachineImageVersion_To_alicloud_MachineImageVersion(in *MachineImageVersion, out *alicloud.MachineImageVersion, s conversion.Scope) error
Convert_v1alpha1_MachineImageVersion_To_alicloud_MachineImageVersion is an autogenerated conversion function.
func Convert_v1alpha1_MachineImage_To_alicloud_MachineImage ¶
func Convert_v1alpha1_MachineImage_To_alicloud_MachineImage(in *MachineImage, out *alicloud.MachineImage, s conversion.Scope) error
Convert_v1alpha1_MachineImage_To_alicloud_MachineImage is an autogenerated conversion function.
func Convert_v1alpha1_MachineImages_To_alicloud_MachineImages ¶
func Convert_v1alpha1_MachineImages_To_alicloud_MachineImages(in *MachineImages, out *alicloud.MachineImages, s conversion.Scope) error
Convert_v1alpha1_MachineImages_To_alicloud_MachineImages is an autogenerated conversion function.
func Convert_v1alpha1_Networks_To_alicloud_Networks ¶
func Convert_v1alpha1_Networks_To_alicloud_Networks(in *Networks, out *alicloud.Networks, s conversion.Scope) error
Convert_v1alpha1_Networks_To_alicloud_Networks is an autogenerated conversion function.
func Convert_v1alpha1_RegionIDMapping_To_alicloud_RegionIDMapping ¶ added in v1.2.0
func Convert_v1alpha1_RegionIDMapping_To_alicloud_RegionIDMapping(in *RegionIDMapping, out *alicloud.RegionIDMapping, s conversion.Scope) error
Convert_v1alpha1_RegionIDMapping_To_alicloud_RegionIDMapping is an autogenerated conversion function.
func Convert_v1alpha1_SecurityGroup_To_alicloud_SecurityGroup ¶
func Convert_v1alpha1_SecurityGroup_To_alicloud_SecurityGroup(in *SecurityGroup, out *alicloud.SecurityGroup, s conversion.Scope) error
Convert_v1alpha1_SecurityGroup_To_alicloud_SecurityGroup is an autogenerated conversion function.
func Convert_v1alpha1_VPCStatus_To_alicloud_VPCStatus ¶
func Convert_v1alpha1_VPCStatus_To_alicloud_VPCStatus(in *VPCStatus, out *alicloud.VPCStatus, s conversion.Scope) error
Convert_v1alpha1_VPCStatus_To_alicloud_VPCStatus is an autogenerated conversion function.
func Convert_v1alpha1_VPC_To_alicloud_VPC ¶
Convert_v1alpha1_VPC_To_alicloud_VPC is an autogenerated conversion function.
func Convert_v1alpha1_VSwitch_To_alicloud_VSwitch ¶
func Convert_v1alpha1_VSwitch_To_alicloud_VSwitch(in *VSwitch, out *alicloud.VSwitch, s conversion.Scope) error
Convert_v1alpha1_VSwitch_To_alicloud_VSwitch is an autogenerated conversion function.
func Convert_v1alpha1_WorkerStatus_To_alicloud_WorkerStatus ¶
func Convert_v1alpha1_WorkerStatus_To_alicloud_WorkerStatus(in *WorkerStatus, out *alicloud.WorkerStatus, s conversion.Scope) error
Convert_v1alpha1_WorkerStatus_To_alicloud_WorkerStatus is an autogenerated conversion function.
func Convert_v1alpha1_Zone_To_alicloud_Zone ¶
Convert_v1alpha1_Zone_To_alicloud_Zone 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 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"` }
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"` // Zone is the Alicloud zone Zone string `json:"zone"` // CloudControllerManager contains configuration settings for the cloud-controller-manager. // +optional CloudControllerManager *CloudControllerManagerConfig `json:"cloudControllerManager,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 InfrastructureConfig ¶
type InfrastructureConfig struct { metav1.TypeMeta `json:",inline"` // Networks specifies the networks for an infrastructure. Networks Networks `json:"networks"` }
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 ¶
type InfrastructureStatus struct { metav1.TypeMeta `json:",inline"` VPC VPCStatus `json:"vpc"` KeyPairName string `json:"keyPairName"` // MachineImages is a list of machine images that have been used in this infrastructure. 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 and Shoot's access to the this version is revoked, // it cannot reconcile anymore existing `Infrastructure` 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"` }
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 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"` // ID is the id of the image. ID string `json:"id"` }
MachineImage is a mapping from logical names and versions to provider-specific machine image data.
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"` // Regions is a mapping to the correct ID for the machine image in the supported regions. Regions []RegionIDMapping `json:"regions"` }
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 Networks ¶
type Networks struct { // VPC contains information about whether to create a new or use an existing VPC. VPC VPC `json:"vpc"` // Zones are the network zones for an infrastructure. Zones []Zone `json:"zones"` }
Networks specifies the networks for an infrastructure.
func (*Networks) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Networks.
func (*Networks) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type RegionIDMapping ¶ added in v1.2.0
type RegionIDMapping struct { // Name is the name of the region. Name string `json:"name"` // ID is the id of the image. ID string `json:"id"` }
RegionIDMapping is a mapping to the correct ID for the machine image in the given region.
func (*RegionIDMapping) DeepCopy ¶ added in v1.2.0
func (in *RegionIDMapping) DeepCopy() *RegionIDMapping
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RegionIDMapping.
func (*RegionIDMapping) DeepCopyInto ¶ added in v1.2.0
func (in *RegionIDMapping) DeepCopyInto(out *RegionIDMapping)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type SecurityGroup ¶
type SecurityGroup struct { // Purpose is the purpose for which the security group was created. Purpose Purpose `json:"purpose"` // ID is the id of the security group. ID string `json:"id"` }
SecurityGroup contains information about a security group.
func (*SecurityGroup) DeepCopy ¶
func (in *SecurityGroup) DeepCopy() *SecurityGroup
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SecurityGroup.
func (*SecurityGroup) DeepCopyInto ¶
func (in *SecurityGroup) DeepCopyInto(out *SecurityGroup)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type VPC ¶
type VPC struct { // ID is the ID of an existing VPC. // +optional ID *string `json:"id,omitempty"` // CIDR is the CIDR of a VPC to create. // +optional CIDR *string `json:"cidr,omitempty"` }
VPC contains information about whether to create a new or use an existing VPC.
func (*VPC) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VPC.
func (*VPC) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type VPCStatus ¶
type VPCStatus struct { // ID is the ID of the VPC. ID string `json:"id"` // VSwitches is a list of vswitches. VSwitches []VSwitch `json:"vswitches"` // SecurityGroups is a list of security groups. SecurityGroups []SecurityGroup `json:"securityGroups"` }
VPCStatus contains output information about the VPC.
func (*VPCStatus) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VPCStatus.
func (*VPCStatus) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type VSwitch ¶
type VSwitch struct { // Purpose is the purpose for which the vswitch was created. Purpose Purpose `json:"purpose"` // ID is the id of the vswitch. ID string `json:"id"` // Zone is the name of the zone. Zone string `json:"zone"` }
VSwitch contains information about a vswitch.
func (*VSwitch) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VSwitch.
func (*VSwitch) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
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.
type Zone ¶
type Zone struct { // Name is the name of a zone. Name string `json:"name"` // Worker specifies the worker CIDR to use. // Deprecated - use `workers` instead. Worker string `json:"worker"` // Workers specifies the worker CIDR to use. Workers string `json:"workers"` }
Zone is a zone with a name and worker CIDR.
func (*Zone) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Zone.
func (*Zone) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.