Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateAndWaitForCustomResourceDefinition ¶
func CreateAndWaitForCustomResourceDefinition(kubeClient kubernetes.Interface, crdClient crdc.CustomResourceDefinitionInterface, relativePath string, apiPath string) error
func CreateSecret ¶
func CreateSecret(kubeClient kubernetes.Interface, namespace string, relativePath string) error
func WaitForCustomResourceDefinition ¶
func WaitForCustomResourceDefinition(kubeClient kubernetes.Interface, crdClient crdc.CustomResourceDefinitionInterface, apiPath string) error
Types ¶
type Framework ¶
type Framework struct { CRDClient crdc.CustomResourceDefinitionInterface KubeClient kubernetes.Interface MonitoringClient *monClient.MonitoringV1alpha1Client Ns string OpImageName string }
Click to show internal directories.
Click to hide internal directories.