Documentation ¶
Index ¶
Constants ¶
View Source
const ( // RoleLabel is the key name for the role label associated with the asset RoleLabel = "metal3.io/role" // ClusterDeploymentNameLabel is the key name for the name label associated with the asset's clusterDeployment ClusterDeploymentNameLabel = "metal3.io/cluster-deployment-name" // ClusterDeploymentNamespaceLabel is the key name for the namespace label associated with the asset's clusterDeployment ClusterDeploymentNamespaceLabel = "metal3.io/cluster-deployment-namespace" // BareMetalHostKind contains the value of kind BareMetalHost BareMetalHostKind = "BareMetalHost" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ReconcileBareMetalAsset ¶
type ReconcileBareMetalAsset struct {
// contains filtered or unexported fields
}
ReconcileBareMetalAsset reconciles a BareMetalAsset object
func (*ReconcileBareMetalAsset) Reconcile ¶
Reconcile reads that state of the cluster for a BareMetalAsset object and makes changes based on the state read and what is in the BareMetalAsset.Spec The Controller will requeue the Request to be processed again if the returned error is non-nil or Result.Requeue is true, otherwise upon completion it will remove the work from the queue.
Click to show internal directories.
Click to hide internal directories.