Documentation
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApiGateway ¶
type ApiGateway struct {
// contains filtered or unexported fields
}
TODO: Move it to a separate package (e.g: ../apigateway) once dependencies on code in ./pkg can be handled properly in this project. For now it's in the `ory` package because of these shared dependencies.
func NewApiGatewayTest ¶
func NewApiGatewayTest() (*ApiGateway, error)
func (*ApiGateway) CreateResources ¶
func (agt *ApiGateway) CreateResources(t *testing.T, namespace string)
func (*ApiGateway) TestResources ¶
func (agt *ApiGateway) TestResources(t *testing.T, namespace string)
type HydraOathkeeper ¶
type HydraOathkeeper struct {
// contains filtered or unexported fields
}
func NewHydraOathkeeperTest ¶
func NewHydraOathkeeperTest() (*HydraOathkeeper, error)
func (*HydraOathkeeper) CreateResources ¶
func (hct *HydraOathkeeper) CreateResources(t *testing.T, namespace string)
func (*HydraOathkeeper) TestResources ¶
func (hct *HydraOathkeeper) TestResources(t *testing.T, namespace string)
Directories
Path | Synopsis |
---|---|
pkg/client | |
pkg/manifestprocessor | |
pkg/resource |