Documentation ¶
Index ¶
- func APIServerSourceListHandlers(h hprinters.PrintHandler)
- func NewAPIServerCommand(p *commands.KnParams) *cobra.Command
- func NewAPIServerCreateCommand(p *commands.KnParams) *cobra.Command
- func NewAPIServerDeleteCommand(p *commands.KnParams) *cobra.Command
- func NewAPIServerDescribeCommand(p *commands.KnParams) *cobra.Command
- func NewAPIServerListCommand(p *commands.KnParams) *cobra.Command
- func NewAPIServerUpdateCommand(p *commands.KnParams) *cobra.Command
- type APIServerSourceUpdateFlags
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func APIServerSourceListHandlers ¶
func APIServerSourceListHandlers(h hprinters.PrintHandler)
APIServerSourceListHandlers handles printing human readable table for `kn source apiserver list` command's output
func NewAPIServerCommand ¶
NewAPIServerCommand for managing ApiServer source
func NewAPIServerCreateCommand ¶
NewAPIServerCreateCommand for creating source
func NewAPIServerDeleteCommand ¶
NewAPIServerDeleteCommand for deleting source
func NewAPIServerDescribeCommand ¶
NewAPIServerDescribeCommand to describe an ApiServer source object
func NewAPIServerListCommand ¶
NewAPIServerListCommand is for listing ApiServer source COs
Types ¶
type APIServerSourceUpdateFlags ¶
type APIServerSourceUpdateFlags struct { ServiceAccountName string Mode string Resources []string // contains filtered or unexported fields }
APIServerSourceUpdateFlags are flags for create and update a ApiServerSource
func (*APIServerSourceUpdateFlags) Add ¶
func (f *APIServerSourceUpdateFlags) Add(cmd *cobra.Command)
Add is to set parameters
Click to show internal directories.
Click to hide internal directories.