package
1.8.6
Repository: https://github.com/vmware-tanzu/vm-operator.git
Documentation: pkg.go.dev

# Functions

ApplyYAML calls ApplyYAMLWithNamespace with an empty namespace.
ApplyYAMLWithNamespace applies the provided YAML as unstructured data with the given client.
DeleteYAML calls DeleteYAMLWithNamespace with an empty namespace.
DeleteYAMLWithNamespace deletes the provided YAML as unstructured data with the given client.
DoesNotExistYAML calls DoesNotExistYAMLWithNamespace with an empty namespace.
DoesNotExistYAMLWithNamespace verifies each object in the provided YAML no longer exists on the API server.
ExistsYAML calls ExistsYAMLWithNamespace with an empty namespace.
ExistsYAMLWithNamespace verifies each object in the provided YAML exists on the API server.
ForEachObjectInYAML excutes actionFn for each object in the provided YAML.

# Type aliases

ForEachObjectInYAMLActionFunc is a function that is executed against each object found in a YAML document.