Versions in this module Expand all Collapse all v1 v1.2.1 Jan 28, 2020 v1.2.0 Jan 15, 2020 Changes in this version type NetworkConfig + Workers string v1.1.1 Jan 10, 2020 v1.1.0 Dec 19, 2019 Changes in this version + const GroupName + var AddToScheme = localSchemeBuilder.AddToScheme + var SchemeGroupVersion = schema.GroupVersion + func Convert_gcp_CloudControllerManagerConfig_To_v1alpha1_CloudControllerManagerConfig(in *gcp.CloudControllerManagerConfig, out *CloudControllerManagerConfig, ...) error + func Convert_gcp_CloudNAT_To_v1alpha1_CloudNAT(in *gcp.CloudNAT, out *CloudNAT, s conversion.Scope) error + func Convert_gcp_CloudProfileConfig_To_v1alpha1_CloudProfileConfig(in *gcp.CloudProfileConfig, out *CloudProfileConfig, s conversion.Scope) error + func Convert_gcp_CloudRouter_To_v1alpha1_CloudRouter(in *gcp.CloudRouter, out *CloudRouter, s conversion.Scope) error + func Convert_gcp_ControlPlaneConfig_To_v1alpha1_ControlPlaneConfig(in *gcp.ControlPlaneConfig, out *ControlPlaneConfig, s conversion.Scope) error + func Convert_gcp_InfrastructureConfig_To_v1alpha1_InfrastructureConfig(in *gcp.InfrastructureConfig, out *InfrastructureConfig, s conversion.Scope) error + func Convert_gcp_InfrastructureStatus_To_v1alpha1_InfrastructureStatus(in *gcp.InfrastructureStatus, out *InfrastructureStatus, s conversion.Scope) error + func Convert_gcp_MachineImageVersion_To_v1alpha1_MachineImageVersion(in *gcp.MachineImageVersion, out *MachineImageVersion, s conversion.Scope) error + func Convert_gcp_MachineImage_To_v1alpha1_MachineImage(in *gcp.MachineImage, out *MachineImage, s conversion.Scope) error + func Convert_gcp_MachineImages_To_v1alpha1_MachineImages(in *gcp.MachineImages, out *MachineImages, s conversion.Scope) error + func Convert_gcp_NetworkConfig_To_v1alpha1_NetworkConfig(in *gcp.NetworkConfig, out *NetworkConfig, s conversion.Scope) error + func Convert_gcp_NetworkStatus_To_v1alpha1_NetworkStatus(in *gcp.NetworkStatus, out *NetworkStatus, s conversion.Scope) error + func Convert_gcp_Subnet_To_v1alpha1_Subnet(in *gcp.Subnet, out *Subnet, s conversion.Scope) error + func Convert_gcp_VPC_To_v1alpha1_VPC(in *gcp.VPC, out *VPC, s conversion.Scope) error + func Convert_gcp_WorkerStatus_To_v1alpha1_WorkerStatus(in *gcp.WorkerStatus, out *WorkerStatus, s conversion.Scope) error + func Convert_v1alpha1_CloudControllerManagerConfig_To_gcp_CloudControllerManagerConfig(in *CloudControllerManagerConfig, out *gcp.CloudControllerManagerConfig, ...) error + func Convert_v1alpha1_CloudNAT_To_gcp_CloudNAT(in *CloudNAT, out *gcp.CloudNAT, s conversion.Scope) error + func Convert_v1alpha1_CloudProfileConfig_To_gcp_CloudProfileConfig(in *CloudProfileConfig, out *gcp.CloudProfileConfig, s conversion.Scope) error + func Convert_v1alpha1_CloudRouter_To_gcp_CloudRouter(in *CloudRouter, out *gcp.CloudRouter, s conversion.Scope) error + func Convert_v1alpha1_ControlPlaneConfig_To_gcp_ControlPlaneConfig(in *ControlPlaneConfig, out *gcp.ControlPlaneConfig, s conversion.Scope) error + func Convert_v1alpha1_InfrastructureConfig_To_gcp_InfrastructureConfig(in *InfrastructureConfig, out *gcp.InfrastructureConfig, s conversion.Scope) error + func Convert_v1alpha1_InfrastructureStatus_To_gcp_InfrastructureStatus(in *InfrastructureStatus, out *gcp.InfrastructureStatus, s conversion.Scope) error + func Convert_v1alpha1_MachineImageVersion_To_gcp_MachineImageVersion(in *MachineImageVersion, out *gcp.MachineImageVersion, s conversion.Scope) error + func Convert_v1alpha1_MachineImage_To_gcp_MachineImage(in *MachineImage, out *gcp.MachineImage, s conversion.Scope) error + func Convert_v1alpha1_MachineImages_To_gcp_MachineImages(in *MachineImages, out *gcp.MachineImages, s conversion.Scope) error + func Convert_v1alpha1_NetworkConfig_To_gcp_NetworkConfig(in *NetworkConfig, out *gcp.NetworkConfig, s conversion.Scope) error + func Convert_v1alpha1_NetworkStatus_To_gcp_NetworkStatus(in *NetworkStatus, out *gcp.NetworkStatus, s conversion.Scope) error + func Convert_v1alpha1_Subnet_To_gcp_Subnet(in *Subnet, out *gcp.Subnet, s conversion.Scope) error + func Convert_v1alpha1_VPC_To_gcp_VPC(in *VPC, out *gcp.VPC, s conversion.Scope) error + func Convert_v1alpha1_WorkerStatus_To_gcp_WorkerStatus(in *WorkerStatus, out *gcp.WorkerStatus, s conversion.Scope) error + func RegisterConversions(s *runtime.Scheme) error + func RegisterDefaults(scheme *runtime.Scheme) error + func Resource(resource string) schema.GroupResource + type CloudControllerManagerConfig struct + FeatureGates map[string]bool + func (in *CloudControllerManagerConfig) DeepCopy() *CloudControllerManagerConfig + func (in *CloudControllerManagerConfig) DeepCopyInto(out *CloudControllerManagerConfig) + type CloudNAT struct + MinPortsPerVM *int32 + func (in *CloudNAT) DeepCopy() *CloudNAT + func (in *CloudNAT) DeepCopyInto(out *CloudNAT) + type CloudProfileConfig struct + MachineImages []MachineImages + func (in *CloudProfileConfig) DeepCopy() *CloudProfileConfig + func (in *CloudProfileConfig) DeepCopyInto(out *CloudProfileConfig) + func (in *CloudProfileConfig) DeepCopyObject() runtime.Object + type CloudRouter struct + Name string + func (in *CloudRouter) DeepCopy() *CloudRouter + func (in *CloudRouter) DeepCopyInto(out *CloudRouter) + type ControlPlaneConfig struct + CloudControllerManager *CloudControllerManagerConfig + Zone string + func (in *ControlPlaneConfig) DeepCopy() *ControlPlaneConfig + func (in *ControlPlaneConfig) DeepCopyInto(out *ControlPlaneConfig) + func (in *ControlPlaneConfig) DeepCopyObject() runtime.Object + type InfrastructureConfig struct + Networks NetworkConfig + func (in *InfrastructureConfig) DeepCopy() *InfrastructureConfig + func (in *InfrastructureConfig) DeepCopyInto(out *InfrastructureConfig) + func (in *InfrastructureConfig) DeepCopyObject() runtime.Object + type InfrastructureStatus struct + Networks NetworkStatus + ServiceAccountEmail string + func (in *InfrastructureStatus) DeepCopy() *InfrastructureStatus + func (in *InfrastructureStatus) DeepCopyInto(out *InfrastructureStatus) + func (in *InfrastructureStatus) DeepCopyObject() runtime.Object + type MachineImage struct + Image string + Name string + Version string + func (in *MachineImage) DeepCopy() *MachineImage + func (in *MachineImage) DeepCopyInto(out *MachineImage) + type MachineImageVersion struct + Image string + Version string + func (in *MachineImageVersion) DeepCopy() *MachineImageVersion + func (in *MachineImageVersion) DeepCopyInto(out *MachineImageVersion) + type MachineImages struct + Name string + Versions []MachineImageVersion + func (in *MachineImages) DeepCopy() *MachineImages + func (in *MachineImages) DeepCopyInto(out *MachineImages) + type NetworkConfig struct + CloudNAT *CloudNAT + Internal *string + VPC *VPC + Worker string + func (in *NetworkConfig) DeepCopy() *NetworkConfig + func (in *NetworkConfig) DeepCopyInto(out *NetworkConfig) + type NetworkStatus struct + Subnets []Subnet + VPC VPC + func (in *NetworkStatus) DeepCopy() *NetworkStatus + func (in *NetworkStatus) DeepCopyInto(out *NetworkStatus) + type Subnet struct + Name string + Purpose SubnetPurpose + func (in *Subnet) DeepCopy() *Subnet + func (in *Subnet) DeepCopyInto(out *Subnet) + type SubnetPurpose string + const PurposeInternal + const PurposeNodes + type VPC struct + CloudRouter *CloudRouter + Name string + func (in *VPC) DeepCopy() *VPC + func (in *VPC) DeepCopyInto(out *VPC) + type WorkerStatus struct + MachineImages []MachineImage + func (in *WorkerStatus) DeepCopy() *WorkerStatus + func (in *WorkerStatus) DeepCopyInto(out *WorkerStatus) + func (in *WorkerStatus) DeepCopyObject() runtime.Object