Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Deployment ¶
type Deployment struct { *common.SimpleResource[*v1.Deployment] WaitForConverged bool }
func NewDeployment ¶
func NewDeployment(deployment *v1.Deployment) *Deployment
type StatefulSet ¶
type StatefulSet struct { *common.SimpleResource[*v1.StatefulSet] WaitForConverged bool }
func NewStatefulSet ¶
func NewStatefulSet(statefulSet *v1.StatefulSet) *StatefulSet
Click to show internal directories.
Click to hide internal directories.