Documentation ¶
Index ¶
Constants ¶
View Source
const ( DeleteSonobuoyEnvWaitTime = time.Hour * 1 NonOpenShiftNamespace = "e2e-.*" )
Variables ¶
This section is empty.
Functions ¶
func NewCmdDestroy ¶
Types ¶
type DestroyOptions ¶
type DestroyOptions struct { }
func NewDestroyOptions ¶
func NewDestroyOptions() *DestroyOptions
func (*DestroyOptions) DeleteSonobuoyEnv ¶
func (d *DestroyOptions) DeleteSonobuoyEnv(sclient sonobuoyclient.Interface) error
DeleteSonobuoyEnv initiates deletion of Sonobuoy environment and waits until completion.
func (*DestroyOptions) DeleteTestNamespaces ¶
func (d *DestroyOptions) DeleteTestNamespaces(kclient kubernetes.Interface) error
DeleteTestNamespaces deletes any non-openshift namespace.
func (*DestroyOptions) RestoreSCC ¶
func (d *DestroyOptions) RestoreSCC(kclient kubernetes.Interface) error
Click to show internal directories.
Click to hide internal directories.