Documentation ¶
Index ¶
- type Provider
- func (p *Provider) Client() *kubectl.Cli
- func (p *Provider) NewApplyManifestAction(manifest string, args ...string) actions.ClusterAction
- func (p *Provider) NewDeleteManifestAction(manifest string, args ...string) actions.ClusterAction
- func (p *Provider) WithClusterCli(kubeCli *kubectl.Cli) *Provider
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Provider ¶
type Provider struct {
// contains filtered or unexported fields
}
Provider provides a mechanism to generation operations that are performed via kubectl
func NewProvider ¶
func NewProvider() *Provider
func (*Provider) NewApplyManifestAction ¶
func (p *Provider) NewApplyManifestAction(manifest string, args ...string) actions.ClusterAction
func (*Provider) NewDeleteManifestAction ¶
func (p *Provider) NewDeleteManifestAction(manifest string, args ...string) actions.ClusterAction
Click to show internal directories.
Click to hide internal directories.