Documentation ¶
Overview ¶
Package agent contains API Schema definitions for assisted agent based installations. +k8s:deepcopy-gen=package
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BareMetalPlatform ¶
type BareMetalPlatform struct { // AgentSelector is a label selector used for associating relevant custom resources with this cluster. // (Agent, BareMetalHost, etc) AgentSelector metav1.LabelSelector `json:"agentSelector"` }
BareMetalPlatform defines agent based install configuration specific to bare metal clusters. Can only be used with spec.installStrategy.agent.
func (*BareMetalPlatform) DeepCopy ¶
func (in *BareMetalPlatform) DeepCopy() *BareMetalPlatform
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BareMetalPlatform.
func (*BareMetalPlatform) DeepCopyInto ¶
func (in *BareMetalPlatform) DeepCopyInto(out *BareMetalPlatform)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
Click to show internal directories.
Click to hide internal directories.