Documentation ¶
Index ¶
- func NewDeploymentTest() (deploymentTest, error)
- func NewFunctionTest() (functionTest, error)
- func NewGrafanaTest() (*grafanaTest, error)
- func NewMicrofrontendTest() (microfrontendTest, error)
- func NewPrometheusTest() (*prometheusTest, error)
- func NewStatefulSetTest() (*statefulSetTest, error)
- type ApiControllerTest
- func (t ApiControllerTest) CreateResources(namespace string)
- func (t ApiControllerTest) CreateResourcesError(namespace string) error
- func (t ApiControllerTest) DeleteResources(namespace string)
- func (t ApiControllerTest) TestResources(namespace string)
- func (t ApiControllerTest) TestResourcesError(namespace string) error
- type BackupTest
- type Connector
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewDeploymentTest ¶
func NewDeploymentTest() (deploymentTest, error)
func NewFunctionTest ¶
func NewFunctionTest() (functionTest, error)
func NewGrafanaTest ¶
func NewGrafanaTest() (*grafanaTest, error)
func NewMicrofrontendTest ¶
func NewMicrofrontendTest() (microfrontendTest, error)
func NewPrometheusTest ¶
func NewPrometheusTest() (*prometheusTest, error)
func NewStatefulSetTest ¶
func NewStatefulSetTest() (*statefulSetTest, error)
Types ¶
type ApiControllerTest ¶
type ApiControllerTest struct {
// contains filtered or unexported fields
}
func NewApiControllerTest ¶
func NewApiControllerTest(gatewayInterface gateway.Interface, coreInterface kubernetes.Interface, kubelessInterface kubeless.Interface, domainName string, dexConfig dex.IdProviderConfig) ApiControllerTest
func NewApiControllerTestFromEnv ¶
func NewApiControllerTestFromEnv() (ApiControllerTest, error)
func (ApiControllerTest) CreateResources ¶
func (t ApiControllerTest) CreateResources(namespace string)
func (ApiControllerTest) CreateResourcesError ¶
func (t ApiControllerTest) CreateResourcesError(namespace string) error
func (ApiControllerTest) DeleteResources ¶
func (t ApiControllerTest) DeleteResources(namespace string)
func (ApiControllerTest) TestResources ¶
func (t ApiControllerTest) TestResources(namespace string)
func (ApiControllerTest) TestResourcesError ¶
func (t ApiControllerTest) TestResourcesError(namespace string) error
type BackupTest ¶
Source Files ¶
Click to show internal directories.
Click to hide internal directories.