Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmdInterpret ¶
func NewCmdInterpret(f util.Factory, parentCommand string, streams genericclioptions.IOStreams) *cobra.Command
NewCmdInterpret new interpret command.
Types ¶
type Options ¶
type Options struct { resource.FilenameOptions Operation string Check bool // args DesiredFile string ObservedFile string StatusFile string DesiredReplica int32 CustomizationResult *resource.Result DesiredResult *resource.Result ObservedResult *resource.Result StatusResult *genericresource.Result Rules interpreter.Rules genericclioptions.IOStreams }
Options contains the input to the interpret command.
Click to show internal directories.
Click to hide internal directories.