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