Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Deployment ¶
type Deployment struct {
// contains filtered or unexported fields
}
Deployment -
func NewDeployment ¶
func NewDeployment( deployment *appsv1.Deployment, timeout time.Duration, ) *Deployment
NewDeployment returns an initialized Deployment.
func (*Deployment) CreateOrPatch ¶
CreateOrPatch - creates or patches a deployment, reconciles after Xs if object won't exist.
func (*Deployment) GetDeployment ¶
func (d *Deployment) GetDeployment() appsv1.Deployment
GetDeployment - get the deployment object.
Click to show internal directories.
Click to hide internal directories.