Documentation ¶
Index ¶
Constants ¶
View Source
const ( InventoryPolicyFlag = "inventory-policy" InventoryPolicyStrict = "strict" InventoryPolicyAdopt = "adopt" InventoryPolicyForceAdopt = "force-adopt" )
Variables ¶
This section is empty.
Functions ¶
func ConvertPropagationPolicy ¶ added in v0.26.0
func ConvertPropagationPolicy(propagationPolicy string) (metav1.DeletionPropagation, error)
ConvertPropagationPolicy converts a propagationPolicy described as a string to a DeletionPropagation type that is passed into the Applier.
func PathFromArgs ¶ added in v0.25.0
PathFromArgs returns the path which is a positional arg from args list returns "-" if there is length of args is 0, which implies no path is provided
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.