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

Bump github.com/gardener/gardener from 1.110.1 to 1.113.0 #148

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,49 @@ spec:
- path
type: object
type: array
inPlaceUpdates:
description: InPlaceUpdates contains the configuration for in-place
updates.
properties:
credentialsRotation:
description: CredentialsRotation is a structure containing information
about the last initiation time of the certificate authority
and service account key rotation.
properties:
certificateAuthorities:
description: CertificateAuthorities contains information about
the certificate authority credential rotation.
properties:
lastInitiationTime:
description: LastInitiationTime is the most recent time
when the certificate authority credential rotation was
initiated.
format: date-time
type: string
type: object
serviceAccountKey:
description: ServiceAccountKey contains information about
the service account key credential rotation.
properties:
lastInitiationTime:
description: LastInitiationTime is the most recent time
when the service account key credential rotation was
initiated.
format: date-time
type: string
type: object
type: object
kubelet:
description: KubeletVersion is the version of the kubelet.
type: string
operatingSystemVersion:
description: OperatingSystemVersion is the version of the operating
system.
type: string
required:
- kubelet
- operatingSystemVersion
type: object
providerConfig:
description: ProviderConfig is the provider specific configuration.
type: object
Expand Down Expand Up @@ -525,6 +568,28 @@ spec:
- name
type: object
type: array
inPlaceUpdates:
description: InPlaceUpdates contains the configuration for in-place
updates.
properties:
osUpdate:
description: OSUpdate defines the configuration for the operating
system update.
properties:
args:
description: Args provides a mechanism to pass additional
arguments or flags to the Command.
items:
type: string
type: array
command:
description: Command defines the command responsible for performing
machine image updates.
type: string
required:
- command
type: object
type: object
lastError:
description: LastError holds information about the last occurred error
during an operation.
Expand Down
Loading
Loading