Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vendor gardener/gardener@v1.40.2 #442

Merged
merged 4 commits into from
Feb 24, 2022
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
5 changes: 3 additions & 2 deletions example/20-crd-extensions.gardener.cloud_backupbuckets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,15 @@ spec:
metadata:
type: object
spec:
description: BackupBucketSpec is the spec for an BackupBucket resource.
description: Specification of the BackupBucket. If the object's deletion
timestamp is set, this field is immutable.
properties:
providerConfig:
description: ProviderConfig is the provider specific configuration.
type: object
x-kubernetes-preserve-unknown-fields: true
region:
description: Region is the region of this bucket.
description: Region is the region of this bucket. This field is immutable.
type: string
secretRef:
description: SecretRef is a reference to a secret that contains the
Expand Down
5 changes: 3 additions & 2 deletions example/20-crd-extensions.gardener.cloud_backupentries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ spec:
metadata:
type: object
spec:
description: BackupEntrySpec is the spec for an BackupEntry resource.
description: Specification of the BackupEntry. If the object's deletion
timestamp is set, this field is immutable.
properties:
backupBucketProviderStatus:
description: BackupBucketProviderStatus contains the provider status
Expand All @@ -75,7 +76,7 @@ spec:
type: object
x-kubernetes-preserve-unknown-fields: true
region:
description: Region is the region of this Entry.
description: Region is the region of this Entry. This field is immutable.
type: string
secretRef:
description: SecretRef is a reference to a secret that contains the
Expand Down
5 changes: 3 additions & 2 deletions example/20-crd-extensions.gardener.cloud_bastions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ spec:
metadata:
type: object
spec:
description: Spec is the specification of this Bastion.
description: Spec is the specification of this Bastion. If the object's
deletion timestamp is set, this field is immutable.
properties:
ingress:
description: Ingress controls from where the created bastion host
Expand Down Expand Up @@ -90,7 +91,7 @@ spec:
userData:
description: UserData is the base64-encoded user data for the bastion
instance. This should contain code to provision the SSH key on the
bastion instance.
bastion instance. This field is immutable.
format: byte
type: string
required:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ spec:
metadata:
type: object
spec:
description: ContainerRuntimeSpec is the spec for a ContainerRuntime resource.
description: Specification of the ContainerRuntime. If the object's deletion
timestamp is set, this field is immutable.
properties:
binaryPath:
description: BinaryPath is the Worker's machine path where container
Expand All @@ -69,7 +70,7 @@ spec:
properties:
name:
description: Name specifies the name of the worker pool the container
runtime should be available for.
runtime should be available for. This field is immutable.
type: string
selector:
description: Selector is the label selector used by the extension
Expand Down
8 changes: 5 additions & 3 deletions example/20-crd-extensions.gardener.cloud_controlplanes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ spec:
metadata:
type: object
spec:
description: ControlPlaneSpec is the spec of a ControlPlane resource.
description: Specification of the ControlPlane. If the object's deletion
timestamp is set, this field is immutable.
properties:
infrastructureProviderStatus:
description: InfrastructureProviderStatus contains the provider status
Expand All @@ -67,10 +68,11 @@ spec:
x-kubernetes-preserve-unknown-fields: true
purpose:
description: Purpose contains the data if a cloud provider needs additional
components in order to expose the control plane.
components in order to expose the control plane. This field is immutable.
type: string
region:
description: Region is the region of this control plane.
description: Region is the region of this control plane. This field
is immutable.
type: string
secretRef:
description: SecretRef is a reference to a secret that contains the
Expand Down
7 changes: 4 additions & 3 deletions example/20-crd-extensions.gardener.cloud_dnsrecords.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,19 +55,20 @@ spec:
metadata:
type: object
spec:
description: DNSRecordSpec is the spec of a DNSRecord resource.
description: Specification of the DNSRecord. If the object's deletion
timestamp is set, this field is immutable.
properties:
name:
description: Name is the fully qualified domain name, e.g. "api.<shoot
domain>".
domain>". This field is immutable.
type: string
providerConfig:
description: ProviderConfig is the provider specific configuration.
type: object
x-kubernetes-preserve-unknown-fields: true
recordType:
description: RecordType is the DNS record type. Only A, CNAME, and
TXT records are currently supported.
TXT records are currently supported. This field is immutable.
type: string
region:
description: Region is the region of this DNS record. If not specified,
Expand Down
3 changes: 2 additions & 1 deletion example/20-crd-extensions.gardener.cloud_extensions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ spec:
metadata:
type: object
spec:
description: ExtensionSpec is the spec for a Extension resource.
description: Specification of the Extension. If the object's deletion
timestamp is set, this field is immutable.
properties:
providerConfig:
description: ProviderConfig is the provider specific configuration.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,16 @@ spec:
metadata:
type: object
spec:
description: InfrastructureSpec is the spec for an Infrastructure resource.
description: Specification of the Infrastructure. If the object's deletion
timestamp is set, this field is immutable.
properties:
providerConfig:
description: ProviderConfig is the provider specific configuration.
type: object
x-kubernetes-preserve-unknown-fields: true
region:
description: Region is the region of this infrastructure.
description: Region is the region of this infrastructure. This field
is immutable.
type: string
secretRef:
description: SecretRef is a reference to a secret that contains the
Expand Down
5 changes: 4 additions & 1 deletion example/20-crd-extensions.gardener.cloud_networks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,17 +55,20 @@ spec:
metadata:
type: object
spec:
description: NetworkSpec is the spec for an Network resource.
description: Specification of the Network. If the object's deletion timestamp
is set, this field is immutable.
properties:
podCIDR:
description: PodCIDR defines the CIDR that will be used for pods.
This field is immutable.
type: string
providerConfig:
description: ProviderConfig is the provider specific configuration.
type: object
x-kubernetes-preserve-unknown-fields: true
serviceCIDR:
description: ServiceCIDR defines the CIDR that will be used for services.
This field is immutable.
type: string
type:
description: Type contains the instance of the resource's kind.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ spec:
metadata:
type: object
spec:
description: OperatingSystemConfigSpec is the spec for a OperatingSystemConfig
resource.
description: Specification of the OperatingSystemConfig. If the object's
deletion timestamp is set, this field is immutable.
properties:
criConfig:
description: CRI config is a structure contains configurations of
Expand Down Expand Up @@ -138,7 +138,7 @@ spec:
description: Purpose describes how the result of this OperatingSystemConfig
is used by Gardener. Either it gets sent to the `Worker` extension
controller to bootstrap a VM, or it is downloaded by the cloud-config-downloader
script already running on a bootstrapped VM.
script already running on a bootstrapped VM. This field is immutable.
type: string
reloadConfigFilePath:
description: ReloadConfigFilePath is the path to the generated operating
Expand Down
5 changes: 3 additions & 2 deletions example/20-crd-extensions.gardener.cloud_workers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ spec:
metadata:
type: object
spec:
description: WorkerSpec is the spec for a Worker resource.
description: Specification of the Worker. If the object's deletion timestamp
is set, this field is immutable.
properties:
infrastructureProviderStatus:
description: InfrastructureProviderStatus is a raw extension field
Expand Down Expand Up @@ -284,7 +285,7 @@ spec:
x-kubernetes-preserve-unknown-fields: true
region:
description: Region is the name of the region where the worker pool
should be deployed to.
should be deployed to. This field is immutable.
type: string
secretRef:
description: SecretRef is a reference to a secret that contains the
Expand Down
5 changes: 3 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,13 @@ require (
github.com/aliyun/aliyun-oss-go-sdk v2.0.1+incompatible
github.com/coreos/go-systemd/v22 v22.3.2
github.com/gardener/etcd-druid v0.7.0
github.com/gardener/gardener v1.39.5
github.com/gardener/gardener v1.40.2
github.com/gardener/machine-controller-manager v0.41.0
github.com/go-logr/logr v0.4.0
github.com/golang/mock v1.6.0
github.com/onsi/ginkgo v1.16.4
github.com/onsi/gomega v1.15.0
github.com/onsi/ginkgo/v2 v2.1.0
github.com/onsi/gomega v1.18.0
github.com/sirupsen/logrus v1.8.1
github.com/spf13/cobra v1.2.1
github.com/spf13/pflag v1.0.5
Expand Down
Loading