package
0.9.8
Repository: https://github.com/aws/aws-k8s-tester.git
Documentation: pkg.go.dev

# Functions

Allow creates an ApiCallOptions that allows (ignores) errors matching the given predicate.
CreateNamespace creates a single namespace with given name.
CreateObject creates object based on given object description.
DeleteNamespace deletes namespace with given name.
DeleteNamespaceAndWait deletes namespace with given name and waits for its deletion.
IsRetryableAPIError verifies whether the error is retryable.
IsRetryableNetError determines whether the error is a retryable net error.
ListEvents retrieves events for the object with the given name.
ListNamespaces returns list of existing namespace names.
ListNodes returns list of cluster nodes.
ListNodesWithOptions lists the cluster nodes using the provided options.
ListPodsWithOptions lists the pods using the provided options.
Retry creates an ApiCallOptions that retries errors matching the given predicate.
RetryFunction opaques given function into retryable function.
RetryWithExponentialBackOff a utility for retrying the given function with exponential backoff.
WaitForDeleteNamespace waits untils namespace is terminated.

# Constants

No description provided by the author
Parameters for namespace deletion operations.

# Structs

ApiCallOptions describes how api call errors should be treated, i.e.