public static interface KubernetesVerifiers.Verifier
KubectlWrapper to verify that a Manifests.ManifestObject was successfully applied to the Kubernetes cluster.| Modifier and Type | Method and Description |
|---|---|
KubernetesVerifiers.VerificationResult |
verify(KubectlWrapper kubectl,
Manifests.ManifestObject object)
Verify the Kubernetes object represented by the
Manifests.ManifestObject was applied
to the Kubernetes cluster. |
KubernetesVerifiers.VerificationResult verify(KubectlWrapper kubectl, Manifests.ManifestObject object)
Manifests.ManifestObject was applied
to the Kubernetes cluster.kubectl - A KubectlWrapper object for querying the object type in the cluster.object - The manifest to be verified.Copyright © 2016–2021 Google. All rights reserved.