class
Kubernetes::Script::LabelsAndTaintsGenerator
- Kubernetes::Script::LabelsAndTaintsGenerator
- Reference
- Object
Defined in:
kubernetes/script/labels_and_taints_generator.crConstant Summary
-
EXCLUDE_FROM_LB_LABEL =
"node.kubernetes.io/exclude-from-external-load-balancers" -
EXTERNAL_NODE_LABEL =
"hetzner-k3s.io/external" -
EXTERNAL_NODE_PROVIDER_LABEL =
"hetzner-k3s.io/external-provider"
Class Method Summary
- .build_labels(label_collection, automatic_labels = [] of Tuple(String, String))
- .build_taints(taint_collection)
- .labels_and_taints(settings, pool)