mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-13 18:43:34 +00:00
rebase: update kubernetes to v1.23.0
updating go dependency to latest kubernetes released version i.e v1.23.0 Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
committed by
mergify[bot]
parent
42403e2ba7
commit
5762da3e91
3
vendor/k8s.io/api/networking/v1/generated.proto
generated
vendored
3
vendor/k8s.io/api/networking/v1/generated.proto
generated
vendored
@ -167,16 +167,13 @@ message IngressClassParametersReference {
|
||||
|
||||
// Scope represents if this refers to a cluster or namespace scoped resource.
|
||||
// This may be set to "Cluster" (default) or "Namespace".
|
||||
// Field can be enabled with IngressClassNamespacedParams feature gate.
|
||||
// +optional
|
||||
// +featureGate=IngressClassNamespacedParams
|
||||
optional string scope = 4;
|
||||
|
||||
// Namespace is the namespace of the resource being referenced. This field is
|
||||
// required when scope is set to "Namespace" and must be unset when scope is set to
|
||||
// "Cluster".
|
||||
// +optional
|
||||
// +featureGate=IngressClassNamespacedParams
|
||||
optional string namespace = 5;
|
||||
}
|
||||
|
||||
|
5
vendor/k8s.io/api/networking/v1/types.go
generated
vendored
5
vendor/k8s.io/api/networking/v1/types.go
generated
vendored
@ -40,6 +40,7 @@ type NetworkPolicy struct {
|
||||
|
||||
// PolicyType string describes the NetworkPolicy type
|
||||
// This type is beta-level in 1.8
|
||||
// +enum
|
||||
type PolicyType string
|
||||
|
||||
const (
|
||||
@ -373,6 +374,7 @@ type HTTPIngressRuleValue struct {
|
||||
}
|
||||
|
||||
// PathType represents the type of path referred to by a HTTPIngressPath.
|
||||
// +enum
|
||||
type PathType string
|
||||
|
||||
const (
|
||||
@ -534,15 +536,12 @@ type IngressClassParametersReference struct {
|
||||
Name string `json:"name" protobuf:"bytes,3,opt,name=name"`
|
||||
// Scope represents if this refers to a cluster or namespace scoped resource.
|
||||
// This may be set to "Cluster" (default) or "Namespace".
|
||||
// Field can be enabled with IngressClassNamespacedParams feature gate.
|
||||
// +optional
|
||||
// +featureGate=IngressClassNamespacedParams
|
||||
Scope *string `json:"scope" protobuf:"bytes,4,opt,name=scope"`
|
||||
// Namespace is the namespace of the resource being referenced. This field is
|
||||
// required when scope is set to "Namespace" and must be unset when scope is set to
|
||||
// "Cluster".
|
||||
// +optional
|
||||
// +featureGate=IngressClassNamespacedParams
|
||||
Namespace *string `json:"namespace,omitempty" protobuf:"bytes,5,opt,name=namespace"`
|
||||
}
|
||||
|
||||
|
2
vendor/k8s.io/api/networking/v1/types_swagger_doc_generated.go
generated
vendored
2
vendor/k8s.io/api/networking/v1/types_swagger_doc_generated.go
generated
vendored
@ -103,7 +103,7 @@ var map_IngressClassParametersReference = map[string]string{
|
||||
"apiGroup": "APIGroup is the group for the resource being referenced. If APIGroup is not specified, the specified Kind must be in the core API group. For any other third-party types, APIGroup is required.",
|
||||
"kind": "Kind is the type of resource being referenced.",
|
||||
"name": "Name is the name of resource being referenced.",
|
||||
"scope": "Scope represents if this refers to a cluster or namespace scoped resource. This may be set to \"Cluster\" (default) or \"Namespace\". Field can be enabled with IngressClassNamespacedParams feature gate.",
|
||||
"scope": "Scope represents if this refers to a cluster or namespace scoped resource. This may be set to \"Cluster\" (default) or \"Namespace\".",
|
||||
"namespace": "Namespace is the namespace of the resource being referenced. This field is required when scope is set to \"Namespace\" and must be unset when scope is set to \"Cluster\".",
|
||||
}
|
||||
|
||||
|
1
vendor/k8s.io/api/networking/v1/zz_generated.deepcopy.go
generated
vendored
1
vendor/k8s.io/api/networking/v1/zz_generated.deepcopy.go
generated
vendored
@ -1,3 +1,4 @@
|
||||
//go:build !ignore_autogenerated
|
||||
// +build !ignore_autogenerated
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user