Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Provisioner ¶
type Provisioner struct { provisioners.Metadata // contains filtered or unexported fields }
Provisioner is a provisioner that is able to parse and manage resources sourced from a yaml manifest.
func New ¶
func New(resource client.Object) *Provisioner
New returns a new provisioner that is capable of applying a manifest with kubectl. The path argument may be a path on the local file system or a URL.
func (*Provisioner) Deprovision ¶
func (p *Provisioner) Deprovision(ctx context.Context) error
Deprovision implements the Provision interface.
Click to show internal directories.
Click to hide internal directories.