Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddCommand ¶
Types ¶
type Options ¶
type Options struct { kubecli.ClusterOptions kubecli.ObjectOptions // NewStateIntoSpecAnnotation is the new value for the state-into-spec annotation NewStateIntoSpecAnnotation string // FieldOwner is the field-manager owner value to use when making changes FieldOwner string // DryRun is true if we should not actually make changes, just print the changes we would make DryRun bool // KeepFields is a list of additional spec fields we should preserve KeepFields []string }
Options configures the behaviour of the ChangeStateIntoSpec operation.
func (*Options) PopulateDefaults ¶
func (o *Options) PopulateDefaults()
Click to show internal directories.
Click to hide internal directories.