Documentation ¶
Index ¶
- type ApiGatewayTest
- func (t ApiGatewayTest) CreateResources(stop <-chan struct{}, log logrus.FieldLogger, namespace string) error
- func (t ApiGatewayTest) CreateResourcesError(namespace string) error
- func (t ApiGatewayTest) TestResources(stop <-chan struct{}, log logrus.FieldLogger, namespace string) error
- func (t ApiGatewayTest) TestResourcesError(namespace string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApiGatewayTest ¶
type ApiGatewayTest struct {
// contains filtered or unexported fields
}
func NewApiGatewayTest ¶
func NewApiGatewayTest(coreInterface kubernetes.Interface, dynamicInterface dynamic.Interface, domainName string, dexConfig dex.IdProviderConfig) ApiGatewayTest
func (ApiGatewayTest) CreateResources ¶
func (t ApiGatewayTest) CreateResources(stop <-chan struct{}, log logrus.FieldLogger, namespace string) error
func (ApiGatewayTest) CreateResourcesError ¶
func (t ApiGatewayTest) CreateResourcesError(namespace string) error
func (ApiGatewayTest) TestResources ¶
func (t ApiGatewayTest) TestResources(stop <-chan struct{}, log logrus.FieldLogger, namespace string) error
func (ApiGatewayTest) TestResourcesError ¶
func (t ApiGatewayTest) TestResourcesError(namespace string) error
Click to show internal directories.
Click to hide internal directories.