Documentation ¶
Index ¶
- Constants
- Variables
- func Convert_alicloud_CloudControllerManagerConfig_To_v1alpha1_CloudControllerManagerConfig(in *alicloud.CloudControllerManagerConfig, out *CloudControllerManagerConfig, ...) 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_Networks_To_v1alpha1_Networks(in *alicloud.Networks, out *Networks, 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_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_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_Networks_To_alicloud_Networks(in *Networks, out *alicloud.Networks, 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_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 ControlPlaneConfig
- type InfrastructureConfig
- type InfrastructureStatus
- type Networks
- type Purpose
- type SecurityGroup
- type VPC
- type VPCStatus
- type VSwitch
- 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_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_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_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_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_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_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_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_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 {
gardenv1beta1.KubernetesConfig `json:",inline"`
}
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 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"` }
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 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 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 *gardencorev1alpha1.CIDR `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 Zone ¶
type Zone struct { // Name is the name of a zone. Name string `json:"name"` // Worker specifies the worker CIDR to use. Worker gardencorev1alpha1.CIDR `json:"worker"` }
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.