Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmdStatusCert ¶
func NewCmdStatusCert(ioStreams genericclioptions.IOStreams, factory cmdutil.Factory) *cobra.Command
NewCmdStatusCert returns a cobra command for status certificate
Types ¶
type Options ¶
type Options struct {
CMClient cmclient.Interface
RESTConfig *restclient.Config
// The Namespace that the Certificate to be queried about resides in.
// This flag registration is handled by cmdutil.Factory
Namespace string
genericclioptions.IOStreams
}
Options is a struct to support status certificate command
func NewOptions ¶
func NewOptions(ioStreams genericclioptions.IOStreams) *Options
NewOptions returns initialized Options
Click to show internal directories.
Click to hide internal directories.