class Kubernetes::Script::LabelsAndTaintsGenerator

Defined in:

kubernetes/script/labels_and_taints_generator.cr

Constant 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

Class Method Detail

def self.build_labels(label_collection, automatic_labels = [] of Tuple(String, String)) #

[View source]
def self.build_taints(taint_collection) #

[View source]
def self.labels_and_taints(settings, pool) #

[View source]