Documentation ¶
Index ¶
- func ListHandlers(h hprinters.PrintHandler)
- func NewSourceCommand(clients *pkg.Clients) *cobra.Command
- func NewSourceCreateCommand(clients *pkg.Clients, opts *Options) *cobra.Command
- func NewSourceDeleteCommand(clients *pkg.Clients, opts *Options) *cobra.Command
- func NewSourceListCommand(clients *pkg.Clients, opts *Options) *cobra.Command
- type Options
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ListHandlers ¶
func ListHandlers(h hprinters.PrintHandler)
ListHandlers handles printing human-readable table for `kn vsphere source list` command's output
func NewSourceCreateCommand ¶
func NewSourceDeleteCommand ¶
Types ¶
type Options ¶
type Options struct { command.GenericOptions VCAddress string SkipTLSVerify bool SecretRef string SinkURI string SinkAPIVersion string SinkKind string SinkName string ServiceAccountName string CheckpointMaxAge time.Duration CheckpointPeriod time.Duration PayloadEncoding string }
func (*Options) AsSinkDestination ¶
func (so *Options) AsSinkDestination(namespace string) (*duckv1.Destination, error)
Click to show internal directories.
Click to hide internal directories.