Skip to main content

K8S_SERVICE_TYPE

Constant K8S_SERVICE_TYPE 

Source
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"