Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConfigMap ¶
type ConfigMap struct {
// contains filtered or unexported fields
}
func NewConfigMap ¶
type DaemonSet ¶
type DaemonSet struct {
// contains filtered or unexported fields
}
func NewDaemonSet ¶
type Deployment ¶
type Deployment struct {
// contains filtered or unexported fields
}
func NewDeployment ¶
func NewDeployment(deploy *appsv1.Deployment) *Deployment
func (Deployment) Install ¶
func (k Deployment) Install() string
func (Deployment) Uninstall ¶
func (k Deployment) Uninstall() string
type StatefulSet ¶
type StatefulSet struct {
// contains filtered or unexported fields
}
func NewStatefulSet ¶
func NewStatefulSet(sts *appsv1.StatefulSet) *StatefulSet
func (StatefulSet) Install ¶
func (k StatefulSet) Install() string
func (StatefulSet) Uninstall ¶
func (k StatefulSet) Uninstall() string
Click to show internal directories.
Click to hide internal directories.