Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClientStorage ¶
type ClientStorage struct {
// contains filtered or unexported fields
}
ClientStorage stores all required clients in upgrade tests
func NewClientStorage ¶
func NewClientStorage(k8sKubeconfig *rest.Config) (*ClientStorage, error)
NewClientStorage returns pointer to new ClientStorage struct
func (*ClientStorage) KubernetesClient ¶
func (cs *ClientStorage) KubernetesClient() kubernetes.Interface
KubernetesClient returns kubernetes clientset
func (*ClientStorage) ServiceCatalogClient ¶
func (cs *ClientStorage) ServiceCatalogClient() sc.Interface
ServiceCatalogClient returns ServiceCatalog clientset
Click to show internal directories.
Click to hide internal directories.