mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 10:51:29 +00:00
Remove old comments about IPv6 not being ready
This commit is contained in:
parent
d2504c94a0
commit
57b9656e2b
2
api/openapi-spec/swagger.json
generated
2
api/openapi-spec/swagger.json
generated
@ -5086,7 +5086,7 @@
|
|||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
"ip": {
|
"ip": {
|
||||||
"description": "The IP of this endpoint. May not be loopback (127.0.0.0/8), link-local (169.254.0.0/16), or link-local multicast ((224.0.0.0/24). IPv6 is also accepted but not fully supported on all platforms. Also, certain kubernetes components, like kube-proxy, are not IPv6 ready.",
|
"description": "The IP of this endpoint. May not be loopback (127.0.0.0/8 or ::1), link-local (169.254.0.0/16 or fe80::/10), or link-local multicast (224.0.0.0/24 or ff02::/16).",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
"nodeName": {
|
"nodeName": {
|
||||||
|
@ -1584,7 +1584,7 @@
|
|||||||
},
|
},
|
||||||
"ip": {
|
"ip": {
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "The IP of this endpoint. May not be loopback (127.0.0.0/8), link-local (169.254.0.0/16), or link-local multicast ((224.0.0.0/24). IPv6 is also accepted but not fully supported on all platforms. Also, certain kubernetes components, like kube-proxy, are not IPv6 ready.",
|
"description": "The IP of this endpoint. May not be loopback (127.0.0.0/8 or ::1), link-local (169.254.0.0/16 or fe80::/10), or link-local multicast (224.0.0.0/24 or ff02::/16).",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
"nodeName": {
|
"nodeName": {
|
||||||
|
@ -4207,9 +4207,8 @@ type EndpointSubset struct {
|
|||||||
// EndpointAddress is a tuple that describes single IP address.
|
// EndpointAddress is a tuple that describes single IP address.
|
||||||
type EndpointAddress struct {
|
type EndpointAddress struct {
|
||||||
// The IP of this endpoint.
|
// The IP of this endpoint.
|
||||||
// IPv6 is also accepted but not fully supported on all platforms. Also, certain
|
// May not be loopback (127.0.0.0/8 or ::1), link-local (169.254.0.0/16 or fe80::/10),
|
||||||
// kubernetes components, like kube-proxy, are not IPv6 ready.
|
// or link-local multicast (224.0.0.0/24 or ff02::/16).
|
||||||
// TODO: This should allow hostname or IP, see #4447.
|
|
||||||
IP string
|
IP string
|
||||||
// Optional: Hostname of this endpoint
|
// Optional: Hostname of this endpoint
|
||||||
// Meant to be used by DNS servers etc.
|
// Meant to be used by DNS servers etc.
|
||||||
|
2
pkg/generated/openapi/zz_generated.openapi.go
generated
2
pkg/generated/openapi/zz_generated.openapi.go
generated
@ -17673,7 +17673,7 @@ func schema_k8sio_api_core_v1_EndpointAddress(ref common.ReferenceCallback) comm
|
|||||||
Properties: map[string]spec.Schema{
|
Properties: map[string]spec.Schema{
|
||||||
"ip": {
|
"ip": {
|
||||||
SchemaProps: spec.SchemaProps{
|
SchemaProps: spec.SchemaProps{
|
||||||
Description: "The IP of this endpoint. May not be loopback (127.0.0.0/8), link-local (169.254.0.0/16), or link-local multicast ((224.0.0.0/24). IPv6 is also accepted but not fully supported on all platforms. Also, certain kubernetes components, like kube-proxy, are not IPv6 ready.",
|
Description: "The IP of this endpoint. May not be loopback (127.0.0.0/8 or ::1), link-local (169.254.0.0/16 or fe80::/10), or link-local multicast (224.0.0.0/24 or ff02::/16).",
|
||||||
Default: "",
|
Default: "",
|
||||||
Type: []string{"string"},
|
Type: []string{"string"},
|
||||||
Format: "",
|
Format: "",
|
||||||
|
@ -1048,11 +1048,8 @@ message EmptyDirVolumeSource {
|
|||||||
// +structType=atomic
|
// +structType=atomic
|
||||||
message EndpointAddress {
|
message EndpointAddress {
|
||||||
// The IP of this endpoint.
|
// The IP of this endpoint.
|
||||||
// May not be loopback (127.0.0.0/8), link-local (169.254.0.0/16),
|
// May not be loopback (127.0.0.0/8 or ::1), link-local (169.254.0.0/16 or fe80::/10),
|
||||||
// or link-local multicast ((224.0.0.0/24).
|
// or link-local multicast (224.0.0.0/24 or ff02::/16).
|
||||||
// IPv6 is also accepted but not fully supported on all platforms. Also, certain
|
|
||||||
// kubernetes components, like kube-proxy, are not IPv6 ready.
|
|
||||||
// TODO: This should allow hostname or IP, See #4447.
|
|
||||||
optional string ip = 1;
|
optional string ip = 1;
|
||||||
|
|
||||||
// The Hostname of this endpoint
|
// The Hostname of this endpoint
|
||||||
|
@ -4959,11 +4959,8 @@ type EndpointSubset struct {
|
|||||||
// +structType=atomic
|
// +structType=atomic
|
||||||
type EndpointAddress struct {
|
type EndpointAddress struct {
|
||||||
// The IP of this endpoint.
|
// The IP of this endpoint.
|
||||||
// May not be loopback (127.0.0.0/8), link-local (169.254.0.0/16),
|
// May not be loopback (127.0.0.0/8 or ::1), link-local (169.254.0.0/16 or fe80::/10),
|
||||||
// or link-local multicast ((224.0.0.0/24).
|
// or link-local multicast (224.0.0.0/24 or ff02::/16).
|
||||||
// IPv6 is also accepted but not fully supported on all platforms. Also, certain
|
|
||||||
// kubernetes components, like kube-proxy, are not IPv6 ready.
|
|
||||||
// TODO: This should allow hostname or IP, See #4447.
|
|
||||||
IP string `json:"ip" protobuf:"bytes,1,opt,name=ip"`
|
IP string `json:"ip" protobuf:"bytes,1,opt,name=ip"`
|
||||||
// The Hostname of this endpoint
|
// The Hostname of this endpoint
|
||||||
// +optional
|
// +optional
|
||||||
|
@ -502,7 +502,7 @@ func (EmptyDirVolumeSource) SwaggerDoc() map[string]string {
|
|||||||
|
|
||||||
var map_EndpointAddress = map[string]string{
|
var map_EndpointAddress = map[string]string{
|
||||||
"": "EndpointAddress is a tuple that describes single IP address.",
|
"": "EndpointAddress is a tuple that describes single IP address.",
|
||||||
"ip": "The IP of this endpoint. May not be loopback (127.0.0.0/8), link-local (169.254.0.0/16), or link-local multicast ((224.0.0.0/24). IPv6 is also accepted but not fully supported on all platforms. Also, certain kubernetes components, like kube-proxy, are not IPv6 ready.",
|
"ip": "The IP of this endpoint. May not be loopback (127.0.0.0/8 or ::1), link-local (169.254.0.0/16 or fe80::/10), or link-local multicast (224.0.0.0/24 or ff02::/16).",
|
||||||
"hostname": "The Hostname of this endpoint",
|
"hostname": "The Hostname of this endpoint",
|
||||||
"nodeName": "Optional: Node hosting this endpoint. This can be used to determine endpoints local to a node.",
|
"nodeName": "Optional: Node hosting this endpoint. This can be used to determine endpoints local to a node.",
|
||||||
"targetRef": "Reference to object providing the endpoint.",
|
"targetRef": "Reference to object providing the endpoint.",
|
||||||
|
Loading…
Reference in New Issue
Block a user