updated vendor

This commit is contained in:
2026-06-16 08:02:19 +02:00
parent 2f7f99d3f0
commit 77299d0c64
1283 changed files with 67302 additions and 208958 deletions
+4
View File
@@ -142,15 +142,19 @@ message PodDisruptionBudgetStatus {
map<string, .k8s.io.apimachinery.pkg.apis.meta.v1.Time> disruptedPods = 2;
// Number of pod disruptions that are currently allowed.
// +optional
optional int32 disruptionsAllowed = 3;
// current number of healthy pods
// +optional
optional int32 currentHealthy = 4;
// minimum desired number of healthy pods
// +optional
optional int32 desiredHealthy = 5;
// total number of pods counted by this disruption budget
// +optional
optional int32 expectedPods = 6;
// Conditions contain conditions for PDB. The disruption controller sets the
-32
View File
@@ -1,32 +0,0 @@
//go:build kubernetes_protomessage_one_more_release
// +build kubernetes_protomessage_one_more_release
/*
Copyright The Kubernetes Authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
// Code generated by go-to-protobuf. DO NOT EDIT.
package v1
func (*Eviction) ProtoMessage() {}
func (*PodDisruptionBudget) ProtoMessage() {}
func (*PodDisruptionBudgetList) ProtoMessage() {}
func (*PodDisruptionBudgetSpec) ProtoMessage() {}
func (*PodDisruptionBudgetStatus) ProtoMessage() {}
+4
View File
@@ -117,15 +117,19 @@ type PodDisruptionBudgetStatus struct {
DisruptedPods map[string]metav1.Time `json:"disruptedPods,omitempty" protobuf:"bytes,2,rep,name=disruptedPods"`
// Number of pod disruptions that are currently allowed.
// +optional
DisruptionsAllowed int32 `json:"disruptionsAllowed" protobuf:"varint,3,opt,name=disruptionsAllowed"`
// current number of healthy pods
// +optional
CurrentHealthy int32 `json:"currentHealthy" protobuf:"varint,4,opt,name=currentHealthy"`
// minimum desired number of healthy pods
// +optional
DesiredHealthy int32 `json:"desiredHealthy" protobuf:"varint,5,opt,name=desiredHealthy"`
// total number of pods counted by this disruption budget
// +optional
ExpectedPods int32 `json:"expectedPods" protobuf:"varint,6,opt,name=expectedPods"`
// Conditions contain conditions for PDB. The disruption controller sets the
+4
View File
@@ -142,15 +142,19 @@ message PodDisruptionBudgetStatus {
map<string, .k8s.io.apimachinery.pkg.apis.meta.v1.Time> disruptedPods = 2;
// Number of pod disruptions that are currently allowed.
// +optional
optional int32 disruptionsAllowed = 3;
// current number of healthy pods
// +optional
optional int32 currentHealthy = 4;
// minimum desired number of healthy pods
// +optional
optional int32 desiredHealthy = 5;
// total number of pods counted by this disruption budget
// +optional
optional int32 expectedPods = 6;
// Conditions contain conditions for PDB. The disruption controller sets the
-32
View File
@@ -1,32 +0,0 @@
//go:build kubernetes_protomessage_one_more_release
// +build kubernetes_protomessage_one_more_release
/*
Copyright The Kubernetes Authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
// Code generated by go-to-protobuf. DO NOT EDIT.
package v1beta1
func (*Eviction) ProtoMessage() {}
func (*PodDisruptionBudget) ProtoMessage() {}
func (*PodDisruptionBudgetList) ProtoMessage() {}
func (*PodDisruptionBudgetSpec) ProtoMessage() {}
func (*PodDisruptionBudgetStatus) ProtoMessage() {}
+4
View File
@@ -114,15 +114,19 @@ type PodDisruptionBudgetStatus struct {
DisruptedPods map[string]metav1.Time `json:"disruptedPods,omitempty" protobuf:"bytes,2,rep,name=disruptedPods"`
// Number of pod disruptions that are currently allowed.
// +optional
DisruptionsAllowed int32 `json:"disruptionsAllowed" protobuf:"varint,3,opt,name=disruptionsAllowed"`
// current number of healthy pods
// +optional
CurrentHealthy int32 `json:"currentHealthy" protobuf:"varint,4,opt,name=currentHealthy"`
// minimum desired number of healthy pods
// +optional
DesiredHealthy int32 `json:"desiredHealthy" protobuf:"varint,5,opt,name=desiredHealthy"`
// total number of pods counted by this disruption budget
// +optional
ExpectedPods int32 `json:"expectedPods" protobuf:"varint,6,opt,name=expectedPods"`
// Conditions contain conditions for PDB. The disruption controller sets the