Update IANA links
Kubernetes-commit: c5fcc0ff44985a88d284b099fc41687750000506
This commit is contained in:
parent
c4379b82cc
commit
61f6ad49fc
|
|
@ -6269,7 +6269,7 @@
|
||||||
"description": "EndpointPort is a tuple that describes a single port.",
|
"description": "EndpointPort is a tuple that describes a single port.",
|
||||||
"properties": {
|
"properties": {
|
||||||
"appProtocol": {
|
"appProtocol": {
|
||||||
"description": "The application protocol for this port. This field follows standard Kubernetes label syntax. Un-prefixed names are reserved for IANA standard service names (as per RFC-6335 and http://www.iana.org/assignments/service-names). Non-standard protocols should use prefixed names such as mycompany.com/my-custom-protocol. This is a beta field that is guarded by the ServiceAppProtocol feature gate and enabled by default.",
|
"description": "The application protocol for this port. This field follows standard Kubernetes label syntax. Un-prefixed names are reserved for IANA standard service names (as per RFC-6335 and https://www.iana.org/assignments/service-names). Non-standard protocols should use prefixed names such as mycompany.com/my-custom-protocol. This is a beta field that is guarded by the ServiceAppProtocol feature gate and enabled by default.",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
"name": {
|
"name": {
|
||||||
|
|
@ -10300,7 +10300,7 @@
|
||||||
"description": "ServicePort contains information on service's port.",
|
"description": "ServicePort contains information on service's port.",
|
||||||
"properties": {
|
"properties": {
|
||||||
"appProtocol": {
|
"appProtocol": {
|
||||||
"description": "The application protocol for this port. This field follows standard Kubernetes label syntax. Un-prefixed names are reserved for IANA standard service names (as per RFC-6335 and http://www.iana.org/assignments/service-names). Non-standard protocols should use prefixed names such as mycompany.com/my-custom-protocol. This is a beta field that is guarded by the ServiceAppProtocol feature gate and enabled by default.",
|
"description": "The application protocol for this port. This field follows standard Kubernetes label syntax. Un-prefixed names are reserved for IANA standard service names (as per RFC-6335 and https://www.iana.org/assignments/service-names). Non-standard protocols should use prefixed names such as mycompany.com/my-custom-protocol. This is a beta field that is guarded by the ServiceAppProtocol feature gate and enabled by default.",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
"name": {
|
"name": {
|
||||||
|
|
@ -11034,7 +11034,7 @@
|
||||||
"description": "EndpointPort represents a Port used by an EndpointSlice",
|
"description": "EndpointPort represents a Port used by an EndpointSlice",
|
||||||
"properties": {
|
"properties": {
|
||||||
"appProtocol": {
|
"appProtocol": {
|
||||||
"description": "The application protocol for this port. This field follows standard Kubernetes label syntax. Un-prefixed names are reserved for IANA standard service names (as per RFC-6335 and http://www.iana.org/assignments/service-names). Non-standard protocols should use prefixed names such as mycompany.com/my-custom-protocol.",
|
"description": "The application protocol for this port. This field follows standard Kubernetes label syntax. Un-prefixed names are reserved for IANA standard service names (as per RFC-6335 and https://www.iana.org/assignments/service-names). Non-standard protocols should use prefixed names such as mycompany.com/my-custom-protocol.",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
"name": {
|
"name": {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue