Documentation
¶
Index ¶
Constants ¶
View Source
const ( EnsureJobRBAC string = "ensure-job-rbac" ApplyK8sJob string = "apply-k8s-job" DeleteK8sJob string = "delete-k8s-job" )
View Source
const ( AnnApplyJobPhase string = "kloudlite.io/job-apply-phase" AnnDeleteJobPhase string = "kloudlite.io/job-delete-phase" )
Variables ¶
View Source
var ApplyCheckList = []rApi.CheckMeta{ {Name: EnsureJobRBAC, Title: "Ensures K8s Lifecycle RBACs"}, {Name: ApplyK8sJob, Title: "Apply Kubernetes Lifecycle"}, }
View Source
var DeleteCheckList = []rApi.CheckMeta{ {Name: EnsureJobRBAC, Title: "Ensures K8s Lifecycle RBACs"}, {Name: DeleteK8sJob, Title: "Delete Kubernetes Lifecycle"}, }
DefaultsPatched string = "defaults-patched"
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.