// ServiceTypeNodePort means a service will be exposed on one port of
// every node, in addition to 'ClusterIP' visibility.
// every node, in addition to 'ClusterIP' type.
ServiceTypeNodePortServiceType="NodePort"
// ServiceTypeLoadBalancer means a service will be exposed via an
...
...
@@ -1084,7 +1084,7 @@ type ServicePort struct {
TargetPortutil.IntOrString`json:"targetPort,omitempty" description:"the port to access on the pods targeted by the service; defaults to the service port"`
// The port on each node on which this service is exposed.
// Default is to auto-allocate a port if the visibility of this Service requires one.
// Default is to auto-allocate a port if the ServiceType of this Service requires one.
NodePortint`json:"nodePort" description:"the port on each node on which this service is exposed"`
// ServiceTypeNodePort means a service will be exposed on one port of
// every node, in addition to 'ClusterIP' visibility.
// every node, in addition to 'ClusterIP' type.
ServiceTypeNodePortServiceType="NodePort"
// ServiceTypeLoadBalancer means a service will be exposed via an
...
...
@@ -964,7 +964,7 @@ type ServicePort struct {
ContainerPortutil.IntOrString`json:"containerPort" description:"the port to access on the containers belonging to pods targeted by the service; defaults to the service port"`
// The port on each node on which this service is exposed.
// Default is to auto-allocate a port if the visibility of this Service requires one.
// Default is to auto-allocate a port if the ServiceType of this Service requires one.
NodePortint`json:"nodePort" description:"the port on each node on which this service is exposed"`
// ServiceTypeNodePort means a service will be exposed on one port of
// every node, in addition to 'ClusterIP' visibility.
// every node, in addition to 'ClusterIP' type.
ServiceTypeNodePortServiceType="NodePort"
// ServiceTypeLoadBalancer means a service will be exposed via an
...
...
@@ -968,7 +968,7 @@ type ServicePort struct {
ContainerPortutil.IntOrString`json:"containerPort" description:"the port to access on the containers belonging to pods targeted by the service; defaults to the service port"`
// The port on each node on which this service is exposed.
// Default is to auto-allocate a port if the visibility of this Service requires one.
// Default is to auto-allocate a port if the ServiceType of this Service requires one.
NodePortint`json:"nodePort" description:"the port on each node on which this service is exposed"`
// ServiceTypeNodePort means a service will be exposed on one port of
// every node, in addition to 'ClusterIP' visibility.
// every node, in addition to 'ClusterIP' type.
ServiceTypeNodePortServiceType="NodePort"
// ServiceTypeLoadBalancer means a service will be exposed via an
...
...
@@ -1091,7 +1091,7 @@ type ServicePort struct {
TargetPortutil.IntOrString`json:"targetPort,omitempty" description:"the port to access on the pods targeted by the service; defaults to the service port"`
// The port on each node on which this service is exposed.
// Default is to auto-allocate a port if the visibility of this Service requires one.
// Default is to auto-allocate a port if the ServiceType of this Service requires one.
NodePortint`json:"nodePort" description:"the port on each node on which this service is exposed"`