 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
- Variables
- func CreateApiGatewayCR(t *testing.T, options ...ApiGatewayCROption) error
- func CreateDeprecatedV1configMap(t *testing.T) error
- func CreateIstioOperatorCR(t *testing.T, options ...IstioCROption) error
- func DeleteDeprecatedV1beta1ConfigMap(t *testing.T) error
- func TeardownApiGatewayCR(t *testing.T, options ...ApiGatewayCROption) error
- func TeardownIstioCR(t *testing.T, options ...IstioCROption) error
- type ApiGatewayCROption
- type ApiGatewayCROptions
- type IstioCROption
- type IstioCROptions
Constants ¶
This section is empty.
Variables ¶
      View Source
      
  
    var IstioDefaultTemplate string
    
      View Source
      
  
var IstioExtAuthorizersTemplate string
    Functions ¶
func CreateApiGatewayCR ¶
func CreateApiGatewayCR(t *testing.T, options ...ApiGatewayCROption) error
func CreateIstioOperatorCR ¶
func CreateIstioOperatorCR(t *testing.T, options ...IstioCROption) error
func TeardownApiGatewayCR ¶
func TeardownApiGatewayCR(t *testing.T, options ...ApiGatewayCROption) error
func TeardownIstioCR ¶
func TeardownIstioCR(t *testing.T, options ...IstioCROption) error
Types ¶
type ApiGatewayCROption ¶
type ApiGatewayCROption func(*ApiGatewayCROptions)
func WithAPIGatewayTemplate ¶
func WithAPIGatewayTemplate(template string) ApiGatewayCROption
type ApiGatewayCROptions ¶
type ApiGatewayCROptions struct {
	Template []byte
}
    type IstioCROption ¶
type IstioCROption func(options *IstioCROptions)
func WithIstioOperatorTemplate ¶
func WithIstioOperatorTemplate(template string) IstioCROption
type IstioCROptions ¶
type IstioCROptions struct {
	Template []byte
}
     Click to show internal directories. 
   Click to hide internal directories.