updated vendor
This commit is contained in:
+10
-1
@@ -88,7 +88,7 @@ message IPAddress {
|
||||
|
||||
// spec is the desired state of the IPAddress.
|
||||
// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
|
||||
// +optional
|
||||
// +required
|
||||
optional IPAddressSpec spec = 2;
|
||||
}
|
||||
|
||||
@@ -108,6 +108,8 @@ message IPAddressSpec {
|
||||
// ParentRef references the resource that an IPAddress is attached to.
|
||||
// An IPAddress must reference a parent object.
|
||||
// +required
|
||||
// +k8s:alpha(since: "1.36")=+k8s:required
|
||||
// +k8s:alpha(since: "1.36")=+k8s:immutable
|
||||
optional ParentReference parentRef = 1;
|
||||
}
|
||||
|
||||
@@ -186,9 +188,13 @@ message IngressClassParametersReference {
|
||||
optional string aPIGroup = 1;
|
||||
|
||||
// kind is the type of resource being referenced.
|
||||
// +required
|
||||
// +k8s:alpha(since: "1.36")=+k8s:required
|
||||
optional string kind = 2;
|
||||
|
||||
// name is the name of resource being referenced.
|
||||
// +required
|
||||
// +k8s:alpha(since: "1.36")=+k8s:required
|
||||
optional string name = 3;
|
||||
|
||||
// scope represents if this refers to a cluster or namespace scoped resource.
|
||||
@@ -216,6 +222,7 @@ message IngressClassSpec {
|
||||
// configuration for the controller. This is optional if the controller does
|
||||
// not require extra parameters.
|
||||
// +optional
|
||||
// +k8s:alpha(since: "1.36")=+k8s:optional
|
||||
optional IngressClassParametersReference parameters = 2;
|
||||
}
|
||||
|
||||
@@ -397,6 +404,7 @@ message ParentReference {
|
||||
|
||||
// Resource is the resource of the object being referenced.
|
||||
// +required
|
||||
// +k8s:alpha(since: "1.36")=+k8s:required
|
||||
optional string resource = 2;
|
||||
|
||||
// Namespace is the namespace of the object being referenced.
|
||||
@@ -405,6 +413,7 @@ message ParentReference {
|
||||
|
||||
// Name is the name of the object being referenced.
|
||||
// +required
|
||||
// +k8s:alpha(since: "1.36")=+k8s:required
|
||||
optional string name = 4;
|
||||
}
|
||||
|
||||
|
||||
-72
@@ -1,72 +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 (*HTTPIngressPath) ProtoMessage() {}
|
||||
|
||||
func (*HTTPIngressRuleValue) ProtoMessage() {}
|
||||
|
||||
func (*IPAddress) ProtoMessage() {}
|
||||
|
||||
func (*IPAddressList) ProtoMessage() {}
|
||||
|
||||
func (*IPAddressSpec) ProtoMessage() {}
|
||||
|
||||
func (*Ingress) ProtoMessage() {}
|
||||
|
||||
func (*IngressBackend) ProtoMessage() {}
|
||||
|
||||
func (*IngressClass) ProtoMessage() {}
|
||||
|
||||
func (*IngressClassList) ProtoMessage() {}
|
||||
|
||||
func (*IngressClassParametersReference) ProtoMessage() {}
|
||||
|
||||
func (*IngressClassSpec) ProtoMessage() {}
|
||||
|
||||
func (*IngressList) ProtoMessage() {}
|
||||
|
||||
func (*IngressLoadBalancerIngress) ProtoMessage() {}
|
||||
|
||||
func (*IngressLoadBalancerStatus) ProtoMessage() {}
|
||||
|
||||
func (*IngressPortStatus) ProtoMessage() {}
|
||||
|
||||
func (*IngressRule) ProtoMessage() {}
|
||||
|
||||
func (*IngressRuleValue) ProtoMessage() {}
|
||||
|
||||
func (*IngressSpec) ProtoMessage() {}
|
||||
|
||||
func (*IngressStatus) ProtoMessage() {}
|
||||
|
||||
func (*IngressTLS) ProtoMessage() {}
|
||||
|
||||
func (*ParentReference) ProtoMessage() {}
|
||||
|
||||
func (*ServiceCIDR) ProtoMessage() {}
|
||||
|
||||
func (*ServiceCIDRList) ProtoMessage() {}
|
||||
|
||||
func (*ServiceCIDRSpec) ProtoMessage() {}
|
||||
|
||||
func (*ServiceCIDRStatus) ProtoMessage() {}
|
||||
+10
-1
@@ -368,6 +368,7 @@ type IngressClassSpec struct {
|
||||
// configuration for the controller. This is optional if the controller does
|
||||
// not require extra parameters.
|
||||
// +optional
|
||||
// +k8s:alpha(since: "1.36")=+k8s:optional
|
||||
Parameters *IngressClassParametersReference `json:"parameters,omitempty" protobuf:"bytes,2,opt,name=parameters"`
|
||||
}
|
||||
|
||||
@@ -390,9 +391,13 @@ type IngressClassParametersReference struct {
|
||||
APIGroup *string `json:"apiGroup,omitempty" protobuf:"bytes,1,opt,name=aPIGroup"`
|
||||
|
||||
// kind is the type of resource being referenced.
|
||||
// +required
|
||||
// +k8s:alpha(since: "1.36")=+k8s:required
|
||||
Kind string `json:"kind" protobuf:"bytes,2,opt,name=kind"`
|
||||
|
||||
// name is the name of resource being referenced.
|
||||
// +required
|
||||
// +k8s:alpha(since: "1.36")=+k8s:required
|
||||
Name string `json:"name" protobuf:"bytes,3,opt,name=name"`
|
||||
|
||||
// scope represents if this refers to a cluster or namespace scoped resource.
|
||||
@@ -442,7 +447,7 @@ type IPAddress struct {
|
||||
metav1.ObjectMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"`
|
||||
// spec is the desired state of the IPAddress.
|
||||
// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
|
||||
// +optional
|
||||
// +required
|
||||
Spec IPAddressSpec `json:"spec,omitempty" protobuf:"bytes,2,opt,name=spec"`
|
||||
}
|
||||
|
||||
@@ -451,6 +456,8 @@ type IPAddressSpec struct {
|
||||
// ParentRef references the resource that an IPAddress is attached to.
|
||||
// An IPAddress must reference a parent object.
|
||||
// +required
|
||||
// +k8s:alpha(since: "1.36")=+k8s:required
|
||||
// +k8s:alpha(since: "1.36")=+k8s:immutable
|
||||
ParentRef *ParentReference `json:"parentRef,omitempty" protobuf:"bytes,1,opt,name=parentRef"`
|
||||
}
|
||||
|
||||
@@ -461,12 +468,14 @@ type ParentReference struct {
|
||||
Group string `json:"group,omitempty" protobuf:"bytes,1,opt,name=group"`
|
||||
// Resource is the resource of the object being referenced.
|
||||
// +required
|
||||
// +k8s:alpha(since: "1.36")=+k8s:required
|
||||
Resource string `json:"resource,omitempty" protobuf:"bytes,2,opt,name=resource"`
|
||||
// Namespace is the namespace of the object being referenced.
|
||||
// +optional
|
||||
Namespace string `json:"namespace,omitempty" protobuf:"bytes,3,opt,name=namespace"`
|
||||
// Name is the name of the object being referenced.
|
||||
// +required
|
||||
// +k8s:alpha(since: "1.36")=+k8s:required
|
||||
Name string `json:"name,omitempty" protobuf:"bytes,4,opt,name=name"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user