Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Interface ¶
type Interface interface { K8sGet(groupKind, namespace, name string) ([]byte, error) K8sList(groupKind, namespace string) ([]byte, error) K8sCreateOrUpdate(obj *unstructured.Unstructured) error K8sDelete(groupKind, namespace, name string) error MustGather(ctx context.Context, w http.ResponseWriter) error ResourcesList(ctx context.Context) ([]byte, error) Upgrade(ctx context.Context) error VMRedeployAndWait(ctx context.Context, vmName string) error VMSerialConsole(ctx context.Context, w http.ResponseWriter, log *logrus.Entry, vmName string) error }
Interface for adminactions
Click to show internal directories.
Click to hide internal directories.