pub const K8S_SERVICE_TYPE: &'static str;Expand description
The type of the Kubernetes Service.
§Notes
This attribute aligns with the type field of the
K8s ServiceSpec.
§Examples
"ClusterIP""NodePort""LoadBalancer"
pub const K8S_SERVICE_TYPE: &'static str;The type of the Kubernetes Service.
This attribute aligns with the type field of the
K8s ServiceSpec.
"ClusterIP""NodePort""LoadBalancer"