class documentation
class NodeMetadataTemplate(pb_classes.Message): (source)
Constructor: NodeMetadataTemplate(initial_message, labels)
Undocumented
Class |
|
Undocumented |
Method | __dir__ |
Undocumented |
Method | __init__ |
Undocumented |
Method | labels |
Undocumented |
Constant | __PB2 |
Undocumented |
Constant | __PY |
Undocumented |
Class Variable | __mask |
Undocumented |
Property | labels |
Kubernetes Node labels. For now change will not be propagated to existing nodes, so will be applied only to Kubernetes Nodes created after the field change. That behaviour may change later. So, for now you will need to manually set them to existing nodes, if that is needed. |
Inherited from Message
:
Class Method | get |
Undocumented |
Class Method | is |
Undocumented |
Class Method | is |
Undocumented |
Method | __repr__ |
Undocumented |
Method | check |
Undocumented |
Method | get |
Undocumented |
Method | get |
Undocumented |
Method | is |
Undocumented |
Method | set |
Undocumented |
Method | which |
Undocumented |
Class Variable | __PB2 |
Undocumented |
Instance Variable | __pb2 |
Undocumented |
Method | _clear |
Undocumented |
Method | _get |
Undocumented |
Method | _set |
Undocumented |
Class Variable | __credentials |
Undocumented |
Class Variable | __default |
Undocumented |
Class Variable | __sensitive |
Undocumented |
Instance Variable | __recorded |
Undocumented |
def __init__(self, initial_message:
message_1.Message | None
= None, *, labels: abc.Mapping[ builtins.str, builtins.str] | None | unset.UnsetType
= unset.Unset):
(source)
¶
Undocumented
Undocumented
Value |
|
Kubernetes Node labels. For now change will not be propagated to existing nodes, so will be applied only to Kubernetes Nodes created after the field change. That behaviour may change later. So, for now you will need to manually set them to existing nodes, if that is needed.
System labels containing "kubernetes.io" and "k8s.io" will be ignored. Field change will NOT trigger NodeGroup roll out.