Documentation ¶
Index ¶
Constants ¶
View Source
const ( Presence = "kubectl.kubernetes.io/presence" PreventDeletion = "PreventDeletion" // Any resource with the annotation // kubectl.kubernetes.io/presence: EnsureDoesNotExist // Will be deleted or skipped in apply. // // It has the following effect in each command // - the resource is skipped in apply // - the resource is deleted in prune // - the resource is deleted in delete EnsureNoExist = "EnsureDoesNotExist" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.