Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddRemoveLabelsCommand ¶
AddRemoveLabelsCommand creates the cobra.Command.
Types ¶
type RemoveLabel ¶
type RemoveLabel struct {
Labels []string `json:"labels"`
}
RemoveLabel describes a transform that removes labels.
func (RemoveLabel) Run ¶
func (opt RemoveLabel) Run(ctx context.Context, resourceList *framework.ResourceList) error
Run applies the transform.
Click to show internal directories.
Click to hide internal directories.