Documentation
¶
Index ¶
- func CreateGateway(metakey string) core.BeforeFunc
- func CreateGatewayNetwork(metakey string) core.BeforeFunc
- func CreatePN() core.BeforeFunc
- func DeleteGateway(metakey string) core.AfterFunc
- func DeleteGatewayNetwork() core.AfterFunc
- func DeleteIPVpcGw(metakey string) core.AfterFunc
- func DeletePN() core.AfterFunc
- func MapTValue[T any](t *testing.T, m map[string]T, key string) T
- func MapValue[T any](t *testing.T, m map[string]any, key string) T
- func PushRegistryImage(dockerImage, namespaceMetaKey string) core.BeforeFunc
- func StoreImageIdentifierInMeta(namespaceMetaKey, dockerImageName, imageMetaKey string) core.BeforeFunc
- func StoreTagIDInMeta(namespaceMetaKey, dockerImageName, tagMetaKey string) core.BeforeFunc
- func Value[T any](t *testing.T, v any) T
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateGateway ¶
func CreateGateway(metakey string) core.BeforeFunc
func CreateGatewayNetwork ¶
func CreateGatewayNetwork(metakey string) core.BeforeFunc
func CreatePN ¶
func CreatePN() core.BeforeFunc
func DeleteGateway ¶
func DeleteGatewayNetwork ¶
func DeleteIPVpcGw ¶
func MapValue ¶ added in v2.36.0
MapValue gets a value from a map[string]any using a given key. If key does not exist or type is invalid, test will fail.
func PushRegistryImage ¶ added in v2.46.0
func PushRegistryImage(dockerImage, namespaceMetaKey string) core.BeforeFunc
func StoreImageIdentifierInMeta ¶ added in v2.46.0
func StoreImageIdentifierInMeta( namespaceMetaKey, dockerImageName, imageMetaKey string, ) core.BeforeFunc
func StoreTagIDInMeta ¶ added in v2.46.0
func StoreTagIDInMeta(namespaceMetaKey, dockerImageName, tagMetaKey string) core.BeforeFunc
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.