Documentation
¶
Index ¶
- func TestAddRoutes(t *testing.T)
- func TestGetSWIFTv2IPConfigFailure(t *testing.T)
- func TestGetSWIFTv2IPConfigMultiInterfaceFailure(t *testing.T)
- func TestGetSWIFTv2IPConfigMultiInterfaceSuccess(t *testing.T)
- func TestGetSWIFTv2IPConfigSuccess(t *testing.T)
- func TestIPConfigsRequestHandlerWrapperFailure(t *testing.T)
- func TestIPConfigsRequestHandlerWrapperSuccess(t *testing.T)
- func TestMain(m *testing.M)
- func TestNICTypeConfigSuccess(t *testing.T)
- func TestSetRoutesFailure(t *testing.T)
- func TestSetRoutesSuccess(t *testing.T)
- func TestValidateMultitenantIPConfigsRequestFailure(t *testing.T)
- func TestValidateMultitenantIPConfigsRequestSuccess(t *testing.T)
- type K8sSWIFTv2Middleware
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func TestAddRoutes ¶ added in v1.5.30
func TestGetSWIFTv2IPConfigFailure ¶ added in v1.5.30
func TestGetSWIFTv2IPConfigMultiInterfaceFailure ¶ added in v1.5.30
func TestGetSWIFTv2IPConfigMultiInterfaceSuccess ¶ added in v1.5.30
func TestGetSWIFTv2IPConfigSuccess ¶ added in v1.5.30
func TestIPConfigsRequestHandlerWrapperFailure ¶ added in v1.5.30
func TestIPConfigsRequestHandlerWrapperSuccess ¶ added in v1.5.30
func TestNICTypeConfigSuccess ¶ added in v1.5.30
func TestSetRoutesFailure ¶ added in v1.5.30
func TestSetRoutesSuccess ¶ added in v1.5.30
func TestValidateMultitenantIPConfigsRequestFailure ¶ added in v1.5.30
func TestValidateMultitenantIPConfigsRequestSuccess ¶ added in v1.5.30
Types ¶
type K8sSWIFTv2Middleware ¶ added in v1.5.19
func (*K8sSWIFTv2Middleware) IPConfigsRequestHandlerWrapper ¶ added in v1.5.19
func (k *K8sSWIFTv2Middleware) IPConfigsRequestHandlerWrapper(defaultHandler, failureHandler cns.IPConfigsHandlerFunc) cns.IPConfigsHandlerFunc
IPConfigsRequestHandlerWrapper is the middleware function for handling SWIFT v2 IP configs requests for AKS-SWIFT. This function wrapped the default SWIFT request and release IP configs handlers.
Click to show internal directories.
Click to hide internal directories.