Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cleanup ¶
type Cleanup struct {
// contains filtered or unexported fields
}
Cleanup holds the clients for the various resource controllers.
func NewCleanup ¶
func NewCleanup(logger logrus.FieldLogger, kubeClient kubernetes.Interface, namespace string) *Cleanup
NewCleanup returns an initialized cleanup object.
func (*Cleanup) CleanShadowServices ¶
CleanShadowServices deletes all shadow services from the cluster.
Click to show internal directories.
Click to hide internal directories.