mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 12:43:23 +00:00
add change requests
This commit is contained in:
parent
6e03bd9fe9
commit
5b71cef342
@ -305,13 +305,13 @@ type IngressSpec struct {
|
|||||||
// IngressClassName is the name of an IngressClass cluster resource. Ingress
|
// IngressClassName is the name of an IngressClass cluster resource. Ingress
|
||||||
// controller implementations use this field to know whether they should be
|
// controller implementations use this field to know whether they should be
|
||||||
// serving this Ingress resource, by a transitive connection
|
// serving this Ingress resource, by a transitive connection
|
||||||
// (controller -> IngressClass -> Ingress resource). Although the
|
// (controller → IngressClass → Ingress resource). Although the
|
||||||
// `kubernetes.io/ingress.class` annotation (simple constant name) was never
|
// `kubernetes.io/ingress.class` annotation (simple constant name) was never
|
||||||
// formally defined, it was widely supported by Ingress controllers to create
|
// formally defined, it was widely supported by Ingress controllers to create
|
||||||
// a direct binding between Ingress controller and Ingress resources. Newly
|
// a direct binding between Ingress controller and Ingress resources. Newly
|
||||||
// created Ingress resources should prefer using the field. However, even
|
// created Ingress resources should prefer using the field. However, even
|
||||||
// though the annotation is officially deprecated, for backwards compatibility
|
// though the annotation is officially deprecated, for backwards compatibility
|
||||||
// reasons the annotation should still be honored if present.
|
// reasons, ingress controllers should still honor that annotation if present.
|
||||||
// +optional
|
// +optional
|
||||||
IngressClassName *string `json:"ingressClassName,omitempty" protobuf:"bytes,4,opt,name=ingressClassName"`
|
IngressClassName *string `json:"ingressClassName,omitempty" protobuf:"bytes,4,opt,name=ingressClassName"`
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user