MCPcopy Index your code
hub / github.com/aws/aws-node-termination-handler / GetNthConfig

Method GetNthConfig

pkg/node/node.go:301–303  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

299}
300
301func (n Node) GetNthConfig() config.Config {
302 return n.nthConfig
303}
304
305// addLabel will add a label to the node given a label key and value
306// Specifying true for the skipExisting parameter will skip adding the label if it already exists

Calls

no outgoing calls

Tested by 1

TestTaintOutOfServiceFunction · 0.64