Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BindOptions ¶
func BindOptions(opts *RawOptions, cmd *cobra.Command) error
func NewCommand ¶
Types ¶
type RawOptions ¶
type RawOptions struct {
*cmdutils.RawOptions
KeyVault string
KeyEncryptionKey string
ConfigFile string
}
RawOptions holds input values.
func DefaultOptions ¶
func DefaultOptions() *RawOptions
func (*RawOptions) Validate ¶
func (o *RawOptions) Validate() (*ValidatedOptions, error)
type ValidatedOptions ¶
type ValidatedOptions struct {
// contains filtered or unexported fields
}
func (*ValidatedOptions) Complete ¶
func (o *ValidatedOptions) Complete() (*Options, error)
Click to show internal directories.
Click to hide internal directories.