Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NodeTemplate ¶
type NodeTemplate struct { // Annotations is an unstructured key value map that is used as default // annotations for Nodes in NodeGroup. // More info: http://kubernetes.io/docs/user-guide/annotations // +optional Annotations map[string]string `json:"annotations,omitempty"` // Map of string keys and values that is used as default // labels for Nodes in NodeGroup. // More info: http://kubernetes.io/docs/user-guide/labels // +optional Labels map[string]string `json:"labels"` // Default taints for Nodes in NodeGroup. Taints []v1.Taint `json:"taints,omitempty"` }
func (*NodeTemplate) DeepCopy ¶
func (in *NodeTemplate) DeepCopy() *NodeTemplate
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NodeTemplate.
func (*NodeTemplate) DeepCopyInto ¶
func (in *NodeTemplate) DeepCopyInto(out *NodeTemplate)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (NodeTemplate) IsEmpty ¶
func (in NodeTemplate) IsEmpty() bool
Click to show internal directories.
Click to hide internal directories.