Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetAPIBindingOptions ¶
type GetAPIBindingOptions struct { *base.Options // Name of the APIbinding whose claims we need to list. APIBindingName string // contains filtered or unexported fields }
GetAPIBindingOptions contains the options for fetching claims and their status corresponding to a specific API Binding.
func NewGetAPIBindingOptions ¶
func NewGetAPIBindingOptions(streams genericclioptions.IOStreams) *GetAPIBindingOptions
func (*GetAPIBindingOptions) BindFlags ¶
func (g *GetAPIBindingOptions) BindFlags(cmd *cobra.Command)
func (*GetAPIBindingOptions) Complete ¶
func (g *GetAPIBindingOptions) Complete(args []string) error
func (*GetAPIBindingOptions) Validate ¶
func (g *GetAPIBindingOptions) Validate() error
Click to show internal directories.
Click to hide internal directories.