Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CRDSnapshot ¶
type CRDSnapshot struct {
// contains filtered or unexported fields
}
func NewCRDSnapshot ¶
func NewCRDSnapshot(opts *Options) *CRDSnapshot
func (*CRDSnapshot) Execute ¶
func (c *CRDSnapshot) Execute() error
type Options ¶
type Options struct {
KubectlOverrides *clientcmd.ConfigOverrides
genericclioptions.IOStreams
Filename string
Prefix string
OutputFormat string
}
Options for the crd commands.
func NewOptions ¶
func NewOptions(streams genericclioptions.IOStreams) *Options
NewOptions provides an instance of Options with default values
Click to show internal directories.
Click to hide internal directories.