mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-13 02:33:34 +00:00
rebase: update kubernetes to 1.30
updating kubernetes to 1.30 release Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
committed by
mergify[bot]
parent
62ddcf715b
commit
e727bd351e
5
vendor/k8s.io/cloud-provider/cloud.go
generated
vendored
5
vendor/k8s.io/cloud-provider/cloud.go
generated
vendored
@ -327,4 +327,9 @@ type InstanceMetadata struct {
|
||||
// * topology.kubernetes.io/region=<region>
|
||||
// * failure-domain.beta.kubernetes.io/region=<region> (DEPRECATED)
|
||||
Region string
|
||||
|
||||
// AdditionalLabels is a map of additional labels provided by the cloud provider.
|
||||
// When provided, they will be applied to the node and enable cloud providers
|
||||
// to labels nodes with information that may be valuable to that provider.
|
||||
AdditionalLabels map[string]string
|
||||
}
|
||||
|
Reference in New Issue
Block a user