Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Deployer ¶
type Deployer struct {
// contains filtered or unexported fields
}
Deployer is used create or update the resources.
func (*Deployer) Deploy ¶
func (d *Deployer) Deploy(ctx context.Context, obj *unstructured.Unstructured) error
Deploy is used to create or update the resources.
func (*Deployer) Undeploy ¶
func (d *Deployer) Undeploy(ctx context.Context, obj *unstructured.Unstructured) error
Click to show internal directories.
Click to hide internal directories.