mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-13 10:33:35 +00:00
rebase: update kubernetes to latest
updating the kubernetes release to the latest in main go.mod Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
committed by
mergify[bot]
parent
63c4c05b35
commit
5a66991bb3
4
vendor/k8s.io/client-go/applyconfigurations/meta/v1/condition.go
generated
vendored
4
vendor/k8s.io/client-go/applyconfigurations/meta/v1/condition.go
generated
vendored
@ -22,7 +22,7 @@ import (
|
||||
v1 "k8s.io/apimachinery/pkg/apis/meta/v1"
|
||||
)
|
||||
|
||||
// ConditionApplyConfiguration represents an declarative configuration of the Condition type for use
|
||||
// ConditionApplyConfiguration represents a declarative configuration of the Condition type for use
|
||||
// with apply.
|
||||
type ConditionApplyConfiguration struct {
|
||||
Type *string `json:"type,omitempty"`
|
||||
@ -33,7 +33,7 @@ type ConditionApplyConfiguration struct {
|
||||
Message *string `json:"message,omitempty"`
|
||||
}
|
||||
|
||||
// ConditionApplyConfiguration constructs an declarative configuration of the Condition type for use with
|
||||
// ConditionApplyConfiguration constructs a declarative configuration of the Condition type for use with
|
||||
// apply.
|
||||
func Condition() *ConditionApplyConfiguration {
|
||||
return &ConditionApplyConfiguration{}
|
||||
|
4
vendor/k8s.io/client-go/applyconfigurations/meta/v1/deleteoptions.go
generated
vendored
4
vendor/k8s.io/client-go/applyconfigurations/meta/v1/deleteoptions.go
generated
vendored
@ -22,7 +22,7 @@ import (
|
||||
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
|
||||
)
|
||||
|
||||
// DeleteOptionsApplyConfiguration represents an declarative configuration of the DeleteOptions type for use
|
||||
// DeleteOptionsApplyConfiguration represents a declarative configuration of the DeleteOptions type for use
|
||||
// with apply.
|
||||
type DeleteOptionsApplyConfiguration struct {
|
||||
TypeMetaApplyConfiguration `json:",inline"`
|
||||
@ -33,7 +33,7 @@ type DeleteOptionsApplyConfiguration struct {
|
||||
DryRun []string `json:"dryRun,omitempty"`
|
||||
}
|
||||
|
||||
// DeleteOptionsApplyConfiguration constructs an declarative configuration of the DeleteOptions type for use with
|
||||
// DeleteOptionsApplyConfiguration constructs a declarative configuration of the DeleteOptions type for use with
|
||||
// apply.
|
||||
func DeleteOptions() *DeleteOptionsApplyConfiguration {
|
||||
b := &DeleteOptionsApplyConfiguration{}
|
||||
|
4
vendor/k8s.io/client-go/applyconfigurations/meta/v1/labelselector.go
generated
vendored
4
vendor/k8s.io/client-go/applyconfigurations/meta/v1/labelselector.go
generated
vendored
@ -18,14 +18,14 @@ limitations under the License.
|
||||
|
||||
package v1
|
||||
|
||||
// LabelSelectorApplyConfiguration represents an declarative configuration of the LabelSelector type for use
|
||||
// LabelSelectorApplyConfiguration represents a declarative configuration of the LabelSelector type for use
|
||||
// with apply.
|
||||
type LabelSelectorApplyConfiguration struct {
|
||||
MatchLabels map[string]string `json:"matchLabels,omitempty"`
|
||||
MatchExpressions []LabelSelectorRequirementApplyConfiguration `json:"matchExpressions,omitempty"`
|
||||
}
|
||||
|
||||
// LabelSelectorApplyConfiguration constructs an declarative configuration of the LabelSelector type for use with
|
||||
// LabelSelectorApplyConfiguration constructs a declarative configuration of the LabelSelector type for use with
|
||||
// apply.
|
||||
func LabelSelector() *LabelSelectorApplyConfiguration {
|
||||
return &LabelSelectorApplyConfiguration{}
|
||||
|
4
vendor/k8s.io/client-go/applyconfigurations/meta/v1/labelselectorrequirement.go
generated
vendored
4
vendor/k8s.io/client-go/applyconfigurations/meta/v1/labelselectorrequirement.go
generated
vendored
@ -22,7 +22,7 @@ import (
|
||||
v1 "k8s.io/apimachinery/pkg/apis/meta/v1"
|
||||
)
|
||||
|
||||
// LabelSelectorRequirementApplyConfiguration represents an declarative configuration of the LabelSelectorRequirement type for use
|
||||
// LabelSelectorRequirementApplyConfiguration represents a declarative configuration of the LabelSelectorRequirement type for use
|
||||
// with apply.
|
||||
type LabelSelectorRequirementApplyConfiguration struct {
|
||||
Key *string `json:"key,omitempty"`
|
||||
@ -30,7 +30,7 @@ type LabelSelectorRequirementApplyConfiguration struct {
|
||||
Values []string `json:"values,omitempty"`
|
||||
}
|
||||
|
||||
// LabelSelectorRequirementApplyConfiguration constructs an declarative configuration of the LabelSelectorRequirement type for use with
|
||||
// LabelSelectorRequirementApplyConfiguration constructs a declarative configuration of the LabelSelectorRequirement type for use with
|
||||
// apply.
|
||||
func LabelSelectorRequirement() *LabelSelectorRequirementApplyConfiguration {
|
||||
return &LabelSelectorRequirementApplyConfiguration{}
|
||||
|
4
vendor/k8s.io/client-go/applyconfigurations/meta/v1/managedfieldsentry.go
generated
vendored
4
vendor/k8s.io/client-go/applyconfigurations/meta/v1/managedfieldsentry.go
generated
vendored
@ -22,7 +22,7 @@ import (
|
||||
v1 "k8s.io/apimachinery/pkg/apis/meta/v1"
|
||||
)
|
||||
|
||||
// ManagedFieldsEntryApplyConfiguration represents an declarative configuration of the ManagedFieldsEntry type for use
|
||||
// ManagedFieldsEntryApplyConfiguration represents a declarative configuration of the ManagedFieldsEntry type for use
|
||||
// with apply.
|
||||
type ManagedFieldsEntryApplyConfiguration struct {
|
||||
Manager *string `json:"manager,omitempty"`
|
||||
@ -34,7 +34,7 @@ type ManagedFieldsEntryApplyConfiguration struct {
|
||||
Subresource *string `json:"subresource,omitempty"`
|
||||
}
|
||||
|
||||
// ManagedFieldsEntryApplyConfiguration constructs an declarative configuration of the ManagedFieldsEntry type for use with
|
||||
// ManagedFieldsEntryApplyConfiguration constructs a declarative configuration of the ManagedFieldsEntry type for use with
|
||||
// apply.
|
||||
func ManagedFieldsEntry() *ManagedFieldsEntryApplyConfiguration {
|
||||
return &ManagedFieldsEntryApplyConfiguration{}
|
||||
|
9
vendor/k8s.io/client-go/applyconfigurations/meta/v1/objectmeta.go
generated
vendored
9
vendor/k8s.io/client-go/applyconfigurations/meta/v1/objectmeta.go
generated
vendored
@ -23,7 +23,7 @@ import (
|
||||
types "k8s.io/apimachinery/pkg/types"
|
||||
)
|
||||
|
||||
// ObjectMetaApplyConfiguration represents an declarative configuration of the ObjectMeta type for use
|
||||
// ObjectMetaApplyConfiguration represents a declarative configuration of the ObjectMeta type for use
|
||||
// with apply.
|
||||
type ObjectMetaApplyConfiguration struct {
|
||||
Name *string `json:"name,omitempty"`
|
||||
@ -41,7 +41,7 @@ type ObjectMetaApplyConfiguration struct {
|
||||
Finalizers []string `json:"finalizers,omitempty"`
|
||||
}
|
||||
|
||||
// ObjectMetaApplyConfiguration constructs an declarative configuration of the ObjectMeta type for use with
|
||||
// ObjectMetaApplyConfiguration constructs a declarative configuration of the ObjectMeta type for use with
|
||||
// apply.
|
||||
func ObjectMeta() *ObjectMetaApplyConfiguration {
|
||||
return &ObjectMetaApplyConfiguration{}
|
||||
@ -169,3 +169,8 @@ func (b *ObjectMetaApplyConfiguration) WithFinalizers(values ...string) *ObjectM
|
||||
}
|
||||
return b
|
||||
}
|
||||
|
||||
// GetName retrieves the value of the Name field in the declarative configuration.
|
||||
func (b *ObjectMetaApplyConfiguration) GetName() *string {
|
||||
return b.Name
|
||||
}
|
||||
|
4
vendor/k8s.io/client-go/applyconfigurations/meta/v1/ownerreference.go
generated
vendored
4
vendor/k8s.io/client-go/applyconfigurations/meta/v1/ownerreference.go
generated
vendored
@ -22,7 +22,7 @@ import (
|
||||
types "k8s.io/apimachinery/pkg/types"
|
||||
)
|
||||
|
||||
// OwnerReferenceApplyConfiguration represents an declarative configuration of the OwnerReference type for use
|
||||
// OwnerReferenceApplyConfiguration represents a declarative configuration of the OwnerReference type for use
|
||||
// with apply.
|
||||
type OwnerReferenceApplyConfiguration struct {
|
||||
APIVersion *string `json:"apiVersion,omitempty"`
|
||||
@ -33,7 +33,7 @@ type OwnerReferenceApplyConfiguration struct {
|
||||
BlockOwnerDeletion *bool `json:"blockOwnerDeletion,omitempty"`
|
||||
}
|
||||
|
||||
// OwnerReferenceApplyConfiguration constructs an declarative configuration of the OwnerReference type for use with
|
||||
// OwnerReferenceApplyConfiguration constructs a declarative configuration of the OwnerReference type for use with
|
||||
// apply.
|
||||
func OwnerReference() *OwnerReferenceApplyConfiguration {
|
||||
return &OwnerReferenceApplyConfiguration{}
|
||||
|
4
vendor/k8s.io/client-go/applyconfigurations/meta/v1/preconditions.go
generated
vendored
4
vendor/k8s.io/client-go/applyconfigurations/meta/v1/preconditions.go
generated
vendored
@ -22,14 +22,14 @@ import (
|
||||
types "k8s.io/apimachinery/pkg/types"
|
||||
)
|
||||
|
||||
// PreconditionsApplyConfiguration represents an declarative configuration of the Preconditions type for use
|
||||
// PreconditionsApplyConfiguration represents a declarative configuration of the Preconditions type for use
|
||||
// with apply.
|
||||
type PreconditionsApplyConfiguration struct {
|
||||
UID *types.UID `json:"uid,omitempty"`
|
||||
ResourceVersion *string `json:"resourceVersion,omitempty"`
|
||||
}
|
||||
|
||||
// PreconditionsApplyConfiguration constructs an declarative configuration of the Preconditions type for use with
|
||||
// PreconditionsApplyConfiguration constructs a declarative configuration of the Preconditions type for use with
|
||||
// apply.
|
||||
func Preconditions() *PreconditionsApplyConfiguration {
|
||||
return &PreconditionsApplyConfiguration{}
|
||||
|
4
vendor/k8s.io/client-go/applyconfigurations/meta/v1/typemeta.go
generated
vendored
4
vendor/k8s.io/client-go/applyconfigurations/meta/v1/typemeta.go
generated
vendored
@ -18,14 +18,14 @@ limitations under the License.
|
||||
|
||||
package v1
|
||||
|
||||
// TypeMetaApplyConfiguration represents an declarative configuration of the TypeMeta type for use
|
||||
// TypeMetaApplyConfiguration represents a declarative configuration of the TypeMeta type for use
|
||||
// with apply.
|
||||
type TypeMetaApplyConfiguration struct {
|
||||
Kind *string `json:"kind,omitempty"`
|
||||
APIVersion *string `json:"apiVersion,omitempty"`
|
||||
}
|
||||
|
||||
// TypeMetaApplyConfiguration constructs an declarative configuration of the TypeMeta type for use with
|
||||
// TypeMetaApplyConfiguration constructs a declarative configuration of the TypeMeta type for use with
|
||||
// apply.
|
||||
func TypeMeta() *TypeMetaApplyConfiguration {
|
||||
return &TypeMetaApplyConfiguration{}
|
||||
|
Reference in New Issue
Block a user