Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var SubCommandFactories = []SubCommandFactory{}
Functions ¶
This section is empty.
Types ¶
type CatalogCommand ¶
type CatalogCommandIndex ¶
type CatalogIndex ¶
type CatalogIndex struct {
Commands map[string]*CatalogCommand `json:"commands,omitempty"`
}
type Options ¶
type Options struct { Context context.Context Kubeconfig string Master string CacheExpires time.Time InfoLog io.Writer DebugLog io.Writer CatalogIndex *CatalogIndex CommandVersion string }
func (*Options) LoadBuildConfig ¶
func (o *Options) LoadBuildConfig() (*restclient.Config, error)
func (*Options) NewApiClient ¶
func (o *Options) NewApiClient() (*kubernetes.Clientset, error)
type SubCommandFactory ¶
Directories ¶
Path | Synopsis |
---|---|
This package implements a sub command plugin for camel-k.
|
This package implements a sub command plugin for camel-k. |
This package implements a sub command plugin for kubectl.
|
This package implements a sub command plugin for kubectl. |
This package implements a sub command plugin for version.
|
This package implements a sub command plugin for version. |
Click to show internal directories.
Click to hide internal directories.