Documentation ¶
Index ¶
- Constants
- Variables
- func Kind(kind string) schema.GroupKind
- func Resource(resource string) schema.GroupResource
- type AvailabilitySet
- type CloudControllerManagerConfig
- type CloudProfileConfig
- type ControlPlaneConfig
- type DomainCount
- type IdentityConfig
- type IdentityStatus
- type InfrastructureConfig
- type InfrastructureStatus
- type MachineImage
- type MachineImageVersion
- type MachineImages
- type MachineType
- type NatGatewayConfig
- type NetworkConfig
- type NetworkStatus
- type PublicIPReference
- type Purpose
- type ResourceGroup
- type RouteTable
- type SecurityGroup
- type Subnet
- type VNet
- type VNetStatus
- type VmoDependency
- type WorkerStatus
Constants ¶
const GroupName = "azure.provider.extensions.gardener.cloud"
GroupName is the group name use in this package
Variables ¶
var (
// AddToScheme is a pointer to schemeBuilder.AddToScheme.
AddToScheme = schemeBuilder.AddToScheme
)
var SchemeGroupVersion = schema.GroupVersion{Group: GroupName, Version: runtime.APIVersionInternal}
SchemeGroupVersion is group version used to register these objects
Functions ¶
func Resource ¶
func Resource(resource string) schema.GroupResource
Resource takes an unqualified resource and returns a Group qualified GroupResource
Types ¶
type AvailabilitySet ¶
type AvailabilitySet struct { // Purpose is the purpose of the availability set Purpose Purpose // ID is the id of the availability set ID string // Name is the name of the availability set Name string // CountFaultDomains is the count of fault domains. CountFaultDomains *int32 // CountUpdateDomains is the count of update domains. CountUpdateDomains *int32 }
AvailabilitySet contains information about the azure availability set
func (*AvailabilitySet) DeepCopy ¶
func (in *AvailabilitySet) DeepCopy() *AvailabilitySet
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AvailabilitySet.
func (*AvailabilitySet) DeepCopyInto ¶
func (in *AvailabilitySet) DeepCopyInto(out *AvailabilitySet)
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. FeatureGates map[string]bool }
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 // CountUpdateDomains is list of update domain counts for each region. CountUpdateDomains []DomainCount // CountFaultDomains is list of fault domain counts for each region. CountFaultDomains []DomainCount // 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 // MachineTypes is a list of machine types complete with provider specific information. MachineTypes []MachineType }
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 // CloudControllerManager contains configuration settings for the cloud-controller-manager. // +optional CloudControllerManager *CloudControllerManagerConfig }
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 DomainCount ¶
type DomainCount struct { // Region is a region. Region string // Count is the count value for the respective domain count. Count int32 }
DomainCount defines the region and the count for this domain count value.
func (*DomainCount) DeepCopy ¶
func (in *DomainCount) DeepCopy() *DomainCount
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DomainCount.
func (*DomainCount) DeepCopyInto ¶
func (in *DomainCount) DeepCopyInto(out *DomainCount)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type IdentityConfig ¶
type IdentityConfig struct { // Name is the name of the identity. Name string // ResourceGroup is the resource group where the identity belongs to. ResourceGroup string // ACRAccess indicated if the identity should be used by the Shoot worker nodes to pull from an Azure Container Registry. ACRAccess *bool }
IdentityConfig contains configuration for the managed identity.
func (*IdentityConfig) DeepCopy ¶
func (in *IdentityConfig) DeepCopy() *IdentityConfig
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IdentityConfig.
func (*IdentityConfig) DeepCopyInto ¶
func (in *IdentityConfig) DeepCopyInto(out *IdentityConfig)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type IdentityStatus ¶
type IdentityStatus struct { // ID is the Azure resource if of the identity. ID string // ClientID is the client id of the identity. ClientID string // ACRAccess specifies if the identity should be used by the Shoot worker nodes to pull from an Azure Container Registry. ACRAccess bool }
IdentityStatus contains the status information of the created managed identity.
func (*IdentityStatus) DeepCopy ¶
func (in *IdentityStatus) DeepCopy() *IdentityStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IdentityStatus.
func (*IdentityStatus) DeepCopyInto ¶
func (in *IdentityStatus) DeepCopyInto(out *IdentityStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type InfrastructureConfig ¶
type InfrastructureConfig struct { metav1.TypeMeta // ResourceGroup is azure resource group ResourceGroup *ResourceGroup // Networks is the network configuration (VNets, subnets, etc.) Networks NetworkConfig // Identity contains configuration for the assigned managed identity. Identity *IdentityConfig // Zoned indicates whether the cluster uses zones Zoned bool }
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 // Networks is the status of the networks of the infrastructure. Networks NetworkStatus // ResourceGroup is azure resource group ResourceGroup ResourceGroup // AvailabilitySets is a list of created availability sets AvailabilitySets []AvailabilitySet // AvailabilitySets is a list of created route tables RouteTables []RouteTable // SecurityGroups is a list of created security groups SecurityGroups []SecurityGroup // Identity is the status of the managed identity. Identity *IdentityStatus // Zoned indicates whether the cluster uses zones Zoned bool // NatGatewayPublicIPMigrated is an indicator if the Gardener managed public ip address is already migrated. // TODO(natipmigration) This can be removed in future versions when the ip migration has been completed. NatGatewayPublicIPMigrated bool }
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 // Version is the logical version of the machine image. Version string // URN is the uniform resource name of the image, it has the format 'publisher:offer:sku:version'. URN *string // ID is the VM image ID ID *string // AcceleratedNetworking is an indicator if the image supports Azure accelerated networking. AcceleratedNetworking *bool }
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 // URN is the uniform resource name of the image, it has the format 'publisher:offer:sku:version'. URN *string // ID is the Shared Image Gallery image id. ID *string // AcceleratedNetworking is an indicator if the image supports Azure accelerated networking. AcceleratedNetworking *bool }
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 // Versions contains versions and a provider-specific identifier. Versions []MachineImageVersion }
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 ¶ added in v1.6.0
type MachineType struct { // Name is the name of the machine type. Name string // AcceleratedNetworking is an indicator if the machine type supports Azure accelerated networking. AcceleratedNetworking *bool }
MachineType contains provider specific information to a machine type.
func (*MachineType) DeepCopy ¶ added in v1.6.0
func (in *MachineType) DeepCopy() *MachineType
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MachineType.
func (*MachineType) DeepCopyInto ¶ added in v1.6.0
func (in *MachineType) DeepCopyInto(out *MachineType)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type NatGatewayConfig ¶ added in v1.4.0
type NatGatewayConfig struct { // Enabled is an indicator if NAT gateway should be deployed. Enabled bool // IdleConnectionTimeoutMinutes specifies the idle connection timeout limit for NAT gateway in minutes. IdleConnectionTimeoutMinutes *int32 // Zone specifies the zone in which the NAT gateway should be deployed to. Zone *int32 // IPAddresses is a list of ip addresses which should be assigned to the NAT gateway. IPAddresses []PublicIPReference }
NatGatewayConfig contains configuration for the NAT gateway and the attached resources.
func (*NatGatewayConfig) DeepCopy ¶ added in v1.4.0
func (in *NatGatewayConfig) DeepCopy() *NatGatewayConfig
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NatGatewayConfig.
func (*NatGatewayConfig) DeepCopyInto ¶ added in v1.4.0
func (in *NatGatewayConfig) DeepCopyInto(out *NatGatewayConfig)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type NetworkConfig ¶
type NetworkConfig struct { // VNet indicates whether to use an existing VNet or create a new one. VNet VNet // Workers is the worker subnet range to create (used for the VMs). Workers string // NatGateway contains the configuration for the NatGateway. NatGateway *NatGatewayConfig // ServiceEndpoints is a list of Azure ServiceEndpoints which should be associated with the worker subnet. ServiceEndpoints []string }
NetworkConfig holds information about the Kubernetes and infrastructure networks.
func (*NetworkConfig) DeepCopy ¶
func (in *NetworkConfig) DeepCopy() *NetworkConfig
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NetworkConfig.
func (*NetworkConfig) DeepCopyInto ¶
func (in *NetworkConfig) DeepCopyInto(out *NetworkConfig)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type NetworkStatus ¶
type NetworkStatus struct { // VNet states the name of the infrastructure VNet. VNet VNetStatus // Subnets are the subnets that have been created. Subnets []Subnet }
NetworkStatus is the current status of the infrastructure networks.
func (*NetworkStatus) DeepCopy ¶
func (in *NetworkStatus) DeepCopy() *NetworkStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NetworkStatus.
func (*NetworkStatus) DeepCopyInto ¶
func (in *NetworkStatus) DeepCopyInto(out *NetworkStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type PublicIPReference ¶ added in v1.18.0
type PublicIPReference struct { // Name is the name of the public ip. Name string // ResourceGroup is the name of the resource group where the public ip is assigned to. ResourceGroup string // Zone is the zone in which the public ip is deployed to. Zone int32 }
PublicIPReference contains information about a public ip.
func (*PublicIPReference) DeepCopy ¶ added in v1.18.0
func (in *PublicIPReference) DeepCopy() *PublicIPReference
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PublicIPReference.
func (*PublicIPReference) DeepCopyInto ¶ added in v1.18.0
func (in *PublicIPReference) DeepCopyInto(out *PublicIPReference)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ResourceGroup ¶
type ResourceGroup struct { // Name is the name of the resource group Name string }
ResourceGroup is azure resource group
func (*ResourceGroup) DeepCopy ¶
func (in *ResourceGroup) DeepCopy() *ResourceGroup
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ResourceGroup.
func (*ResourceGroup) DeepCopyInto ¶
func (in *ResourceGroup) DeepCopyInto(out *ResourceGroup)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type RouteTable ¶
type RouteTable struct { // Purpose is the purpose of the route table Purpose Purpose // Name is the name of the route table Name string }
RouteTable is the azure route table
func (*RouteTable) DeepCopy ¶
func (in *RouteTable) DeepCopy() *RouteTable
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RouteTable.
func (*RouteTable) DeepCopyInto ¶
func (in *RouteTable) DeepCopyInto(out *RouteTable)
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 of the security group Purpose Purpose // Name is the name of the security group Name string }
SecurityGroup contains information about the 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 Subnet ¶
type Subnet struct { // Name is the name of the subnet. Name string // Purpose is the purpose for which the subnet was created. Purpose Purpose }
Subnet is a subnet that was created.
func (*Subnet) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Subnet.
func (*Subnet) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type VNet ¶
type VNet struct { // Name is the VNet name. Name *string // ResourceGroup is the resource group where the existing vNet belongs to. ResourceGroup *string // CIDR is the VNet CIDR CIDR *string }
VNet contains information about the VNet and some related resources.
func (*VNet) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VNet.
func (*VNet) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type VNetStatus ¶
type VNetStatus struct { // Name is the VNet name. Name string // ResourceGroup is the resource group where the existing vNet belongs to. ResourceGroup *string }
VNetStatus contains the VNet name.
func (*VNetStatus) DeepCopy ¶
func (in *VNetStatus) DeepCopy() *VNetStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VNetStatus.
func (*VNetStatus) DeepCopyInto ¶
func (in *VNetStatus) DeepCopyInto(out *VNetStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type VmoDependency ¶ added in v1.18.0
type VmoDependency struct { // PoolName is the name of the worker pool to which the VMO belong to. PoolName string // ID is the id of the VMO resource on Azure. ID string // Name is the name of the VMO resource on Azure. Name string }
VmoDependency is dependency reference for a workerpool to a VirtualMachineScaleSet Orchestration Mode VM (VMO).
func (*VmoDependency) DeepCopy ¶ added in v1.18.0
func (in *VmoDependency) DeepCopy() *VmoDependency
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VmoDependency.
func (*VmoDependency) DeepCopyInto ¶ added in v1.18.0
func (in *VmoDependency) DeepCopyInto(out *VmoDependency)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type WorkerStatus ¶
type WorkerStatus struct { metav1.TypeMeta // 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. MachineImages []MachineImage // VmoDependencies is a list of external VirtualMachineScaleSet Orchestration Mode VM (VMO) dependencies. VmoDependencies []VmoDependency }
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.
Source Files ¶
Directories ¶
Path | Synopsis |
---|---|
Package v1alpha1 contains the Azure provider API resources.
|
Package v1alpha1 contains the Azure provider API resources. |