Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type YamlDeployer ¶
type YamlDeployer struct { KubeConfig string RestConfig *restclient.Config KubeClient *kubernetes.Clientset }
func NewYamlDeployer ¶
func NewYamlDeployer(kubeCfgPath string) (*YamlDeployer, error)
func (*YamlDeployer) CreateNamespace ¶
func (d *YamlDeployer) CreateNamespace(ctx context.Context, namespace string) error
func (*YamlDeployer) DeployPath ¶
func (*YamlDeployer) Name ¶
func (d *YamlDeployer) Name() string
Click to show internal directories.
Click to hide internal directories.