Documentation ¶
Index ¶
- func NewCmdLocateInClusterCerts(streams genericclioptions.IOStreams) *cobra.Command
- type LocateInClusterCertsOptions
- func (o *LocateInClusterCertsOptions) Complete(command *cobra.Command, args []string) error
- func (o *LocateInClusterCertsOptions) GatherCerts() (*certgraphapi.PKIList, error)
- func (o *LocateInClusterCertsOptions) GatherCertsFromFilesystem() (*certgraphapi.PKIList, error)
- func (o *LocateInClusterCertsOptions) Run() error
- func (o *LocateInClusterCertsOptions) Validate() error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmdLocateInClusterCerts ¶
func NewCmdLocateInClusterCerts(streams genericclioptions.IOStreams) *cobra.Command
Types ¶
type LocateInClusterCertsOptions ¶
type LocateInClusterCertsOptions struct { genericclioptions.IOStreams // contains filtered or unexported fields }
func NewLocateInClusterCertsOptions ¶
func NewLocateInClusterCertsOptions(streams genericclioptions.IOStreams) *LocateInClusterCertsOptions
func (*LocateInClusterCertsOptions) Complete ¶
func (o *LocateInClusterCertsOptions) Complete(command *cobra.Command, args []string) error
func (*LocateInClusterCertsOptions) GatherCerts ¶
func (o *LocateInClusterCertsOptions) GatherCerts() (*certgraphapi.PKIList, error)
func (*LocateInClusterCertsOptions) GatherCertsFromFilesystem ¶
func (o *LocateInClusterCertsOptions) GatherCertsFromFilesystem() (*certgraphapi.PKIList, error)
func (*LocateInClusterCertsOptions) Run ¶
func (o *LocateInClusterCertsOptions) Run() error
func (*LocateInClusterCertsOptions) Validate ¶
func (o *LocateInClusterCertsOptions) Validate() error
Source Files ¶
Click to show internal directories.
Click to hide internal directories.