Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BindAPIServiceOptions ¶
BindAPIServiceOptions are the options for the kubectl-bind-apiservice command.
func NewBindAPIServiceOptions ¶
func NewBindAPIServiceOptions(streams genericclioptions.IOStreams) *BindAPIServiceOptions
NewBindAPIServiceOptions returns new BindAPIServiceOptions.
func (*BindAPIServiceOptions) BindFlags ¶
func (b *BindAPIServiceOptions) BindFlags(cmd *cobra.Command)
BindFlags binds fields to cmd's flagset.
func (*BindAPIServiceOptions) Complete ¶
func (b *BindAPIServiceOptions) Complete(args []string) error
Complete ensures all fields are initialized.
func (*BindAPIServiceOptions) Run ¶
func (b *BindAPIServiceOptions) Run(ctx context.Context) error
Run starts the binding process.
func (*BindAPIServiceOptions) Validate ¶
func (b *BindAPIServiceOptions) Validate() error
Validate validates the BindAPIServiceOptions are complete and usable.
Click to show internal directories.
Click to hide internal directories.