mirror of https://github.com/k3s-io/k3s
Fix broken list of 'Service/Publishing services - service types'
parent
97f526665b
commit
550c91c99d
|
@ -10675,7 +10675,7 @@
|
||||||
"description": "sessionAffinityConfig contains the configurations of session affinity."
|
"description": "sessionAffinityConfig contains the configurations of session affinity."
|
||||||
},
|
},
|
||||||
"type": {
|
"type": {
|
||||||
"description": "type determines how the Service is exposed. Defaults to ClusterIP. Valid options are ExternalName, ClusterIP, NodePort, and LoadBalancer. \"ExternalName\" maps to the specified externalName. \"ClusterIP\" allocates a cluster-internal IP address for load-balancing to endpoints. Endpoints are determined by the selector or if that is not specified, by manual construction of an Endpoints object. If clusterIP is \"None\", no virtual IP is allocated and the endpoints are published as a set of endpoints rather than a stable IP. \"NodePort\" builds on ClusterIP and allocates a port on every node which routes to the clusterIP. \"LoadBalancer\" builds on NodePort and creates an external load-balancer (if supported in the current cloud) which routes to the clusterIP. More info: https://kubernetes.io/docs/concepts/services-networking/service/#publishing-services---service-types",
|
"description": "type determines how the Service is exposed. Defaults to ClusterIP. Valid options are ExternalName, ClusterIP, NodePort, and LoadBalancer. \"ExternalName\" maps to the specified externalName. \"ClusterIP\" allocates a cluster-internal IP address for load-balancing to endpoints. Endpoints are determined by the selector or if that is not specified, by manual construction of an Endpoints object. If clusterIP is \"None\", no virtual IP is allocated and the endpoints are published as a set of endpoints rather than a stable IP. \"NodePort\" builds on ClusterIP and allocates a port on every node which routes to the clusterIP. \"LoadBalancer\" builds on NodePort and creates an external load-balancer (if supported in the current cloud) which routes to the clusterIP. More info: https://kubernetes.io/docs/concepts/services-networking/service/#publishing-services-service-types",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
@ -4292,7 +4292,7 @@ message ServiceSpec {
|
||||||
// "LoadBalancer" builds on NodePort and creates an
|
// "LoadBalancer" builds on NodePort and creates an
|
||||||
// external load-balancer (if supported in the current cloud) which routes
|
// external load-balancer (if supported in the current cloud) which routes
|
||||||
// to the clusterIP.
|
// to the clusterIP.
|
||||||
// More info: https://kubernetes.io/docs/concepts/services-networking/service/#publishing-services---service-types
|
// More info: https://kubernetes.io/docs/concepts/services-networking/service/#publishing-services-service-types
|
||||||
// +optional
|
// +optional
|
||||||
optional string type = 4;
|
optional string type = 4;
|
||||||
|
|
||||||
|
|
|
@ -3495,7 +3495,7 @@ type ServiceSpec struct {
|
||||||
// "LoadBalancer" builds on NodePort and creates an
|
// "LoadBalancer" builds on NodePort and creates an
|
||||||
// external load-balancer (if supported in the current cloud) which routes
|
// external load-balancer (if supported in the current cloud) which routes
|
||||||
// to the clusterIP.
|
// to the clusterIP.
|
||||||
// More info: https://kubernetes.io/docs/concepts/services-networking/service/#publishing-services---service-types
|
// More info: https://kubernetes.io/docs/concepts/services-networking/service/#publishing-services-service-types
|
||||||
// +optional
|
// +optional
|
||||||
Type ServiceType `json:"type,omitempty" protobuf:"bytes,4,opt,name=type,casttype=ServiceType"`
|
Type ServiceType `json:"type,omitempty" protobuf:"bytes,4,opt,name=type,casttype=ServiceType"`
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue