Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Deployer ¶
type Deployer interface {
Deploy(unsObj *unstructured.Unstructured) error
}
Deployer is the interface for the kubernetes resource deployer
func NewHoHDeployer ¶
NewHoHDeployer creates a new HoHDeployer
type HoHDeployer ¶
type HoHDeployer struct {
// contains filtered or unexported fields
}
HoHDeployer is an implementation of Deployer interface
func (*HoHDeployer) Deploy ¶
func (d *HoHDeployer) Deploy(unsObj *unstructured.Unstructured) error
Click to show internal directories.
Click to hide internal directories.