Documentation ¶
Index ¶
- type CLIOptions
- func (c *CLIOptions) GetAllowReplace() bool
- func (c *CLIOptions) GetDataObjectManifest() string
- func (c *CLIOptions) GetDataObjectNamespace() string
- func (c *CLIOptions) GetDebugLevel() zapcore.Level
- func (c *CLIOptions) GetDeleteObject() bool
- func (c *CLIOptions) GetName() string
- func (c *CLIOptions) GetObjectKind() string
- func (c *CLIOptions) GetUnstructuredDataObject() unstructured.Unstructured
- func (c *CLIOptions) GetWaitForSuccess() bool
- func (c *CLIOptions) Init() error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CLIOptions ¶
type CLIOptions struct { DataObjectManifest string `` /* 179-byte string literal not displayed */ DataObjectNamespace string `` /* 180-byte string literal not displayed */ WaitForSuccess string `` /* 189-byte string literal not displayed */ DeleteObjectName string `` /* 141-byte string literal not displayed */ DeleteObject string `` /* 131-byte string literal not displayed */ DeleteObjectKind string `` /* 141-byte string literal not displayed */ AllowReplace string `` /* 219-byte string literal not displayed */ Output output.OutputType `arg:"-o" placeholder:"FORMAT" help:"Output format. One of: yaml|json"` Debug bool `arg:"--debug" help:"Sets DEBUG log level"` // contains filtered or unexported fields }
func (*CLIOptions) GetAllowReplace ¶
func (c *CLIOptions) GetAllowReplace() bool
func (*CLIOptions) GetDataObjectManifest ¶
func (c *CLIOptions) GetDataObjectManifest() string
func (*CLIOptions) GetDataObjectNamespace ¶
func (c *CLIOptions) GetDataObjectNamespace() string
func (*CLIOptions) GetDebugLevel ¶
func (c *CLIOptions) GetDebugLevel() zapcore.Level
func (*CLIOptions) GetDeleteObject ¶
func (c *CLIOptions) GetDeleteObject() bool
func (*CLIOptions) GetName ¶
func (c *CLIOptions) GetName() string
func (*CLIOptions) GetObjectKind ¶
func (c *CLIOptions) GetObjectKind() string
func (*CLIOptions) GetUnstructuredDataObject ¶
func (c *CLIOptions) GetUnstructuredDataObject() unstructured.Unstructured
func (*CLIOptions) GetWaitForSuccess ¶
func (c *CLIOptions) GetWaitForSuccess() bool
func (*CLIOptions) Init ¶
func (c *CLIOptions) Init() error
Click to show internal directories.
Click to hide internal directories.