Documentation ¶
Index ¶
Constants ¶
View Source
const ( // ConfigmapMergeFailedStatus is set in the CR status when there is an failure during // merge configmaps. ConfigmapMergeFailedStatus = "configmap-merge-failed" // ResourceNotFoundStatus is set in the CR status when there is an failure during // finding dependents kubernete resources. ResourceNotFoundStatus = "resource-not-found" // SecretMergeFailedStatus is set in the CR status when there is an failure during // merge secrets. SecretMergeFailedStatus = "secret-merge-failed" )
Variables ¶
View Source
var ( FailedStatus = map[string]bool{ ConfigmapMergeFailedStatus: true, SecretMergeFailedStatus: true, } )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.