Documentation ¶
Index ¶
Constants ¶
View Source
const ( // DefaultCRName is the name of default NHC resource the controller creates in case // there are no others already. DefaultCRName = "nhc-worker-default" )
Variables ¶
View Source
var DefaultSelector = metav1.LabelSelector{ MatchExpressions: []metav1.LabelSelectorRequirement{ { Key: utils.ControlPlaneRoleLabel, Operator: metav1.LabelSelectorOpDoesNotExist, }, { Key: utils.MasterRoleLabel, Operator: metav1.LabelSelectorOpDoesNotExist, }, }, }
View Source
var DefaultTemplateRef = &corev1.ObjectReference{
Kind: "SelfNodeRemediationTemplate",
APIVersion: "self-node-remediation.medik8s.io/v1alpha1",
Name: "self-node-remediation-resource-deletion-template",
}
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.