Versions in this module Expand all Collapse all v0 v0.6.0 Sep 9, 2022 Changes in this version + func BeEquivalentToError(expected error) types.GomegaMatcher + func CleanupNodeLabel(ctx context.Context, k8sClient client.Client) error + func CleanupNodePool(ctx context.Context, k8sClient client.Client) error + func InitNodeAndNodePool(ctx context.Context, k8sClient client.Client, ...) error + func JSONMarshal(o interface{}) []byte + func LabelNodeIsEdge(ctx context.Context, k8sClient client.Client) error + type AlreadyExistMatcher struct + func (matcher AlreadyExistMatcher) FailureMessage(actual interface{}) (message string) + func (matcher AlreadyExistMatcher) Match(actual interface{}) (success bool, err error) + func (matcher AlreadyExistMatcher) NegatedFailureMessage(actual interface{}) (message string) + type ErrorMatcher struct + ExpectedError error + func (matcher ErrorMatcher) FailureMessage(actual interface{}) (message string) + func (matcher ErrorMatcher) Match(actual interface{}) (success bool, err error) + func (matcher ErrorMatcher) NegatedFailureMessage(actual interface{}) (message string) + type NotFoundMatcher struct + func (matcher NotFoundMatcher) FailureMessage(actual interface{}) (message string) + func (matcher NotFoundMatcher) Match(actual interface{}) (success bool, err error) + func (matcher NotFoundMatcher) NegatedFailureMessage(actual interface{}) (message string)