Documentation ¶
Index ¶
- type CommonCmd
- type CommonOptions
- func (c *CommonOptions) AuthConfig() (auth.Config, error)
- func (c *CommonOptions) DxConfig() (config.Config, error)
- func (c *CommonOptions) FakeKubeClient() kubernetes.Interface
- func (c *CommonOptions) GithubClient() (*api.Client, error)
- func (c *CommonOptions) KubeClient(config *rest.Config) (kubernetes.Interface, error)
- func (c *CommonOptions) Kuber() kube.Kuber
- func (c *CommonOptions) Prompter() prompter.Prompter
- func (c *CommonOptions) SetDxConfig(dxConfig config.Config)
- func (c *CommonOptions) SetGithubClient(h *api.Client)
- func (c *CommonOptions) SetKuber(k kube.Kuber)
- func (c *CommonOptions) SetPrompter(p prompter.Prompter)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommonOptions ¶
type CommonOptions struct {
// contains filtered or unexported fields
}
func (*CommonOptions) AuthConfig ¶
func (c *CommonOptions) AuthConfig() (auth.Config, error)
func (*CommonOptions) FakeKubeClient ¶
func (c *CommonOptions) FakeKubeClient() kubernetes.Interface
func (*CommonOptions) GithubClient ¶
func (c *CommonOptions) GithubClient() (*api.Client, error)
func (*CommonOptions) KubeClient ¶
func (c *CommonOptions) KubeClient(config *rest.Config) (kubernetes.Interface, error)
func (*CommonOptions) Kuber ¶
func (c *CommonOptions) Kuber() kube.Kuber
func (*CommonOptions) Prompter ¶
func (c *CommonOptions) Prompter() prompter.Prompter
func (*CommonOptions) SetDxConfig ¶
func (c *CommonOptions) SetDxConfig(dxConfig config.Config)
func (*CommonOptions) SetGithubClient ¶
func (c *CommonOptions) SetGithubClient(h *api.Client)
func (*CommonOptions) SetKuber ¶
func (c *CommonOptions) SetKuber(k kube.Kuber)
func (*CommonOptions) SetPrompter ¶
func (c *CommonOptions) SetPrompter(p prompter.Prompter)
Click to show internal directories.
Click to hide internal directories.