| Package | Description |
|---|---|
| com.google.jenkins.plugins.k8sengine |
| Modifier and Type | Method and Description |
|---|---|
KubectlWrapper |
KubectlWrapper.Builder.build()
Builds a new
KubectlWrapper. |
| Modifier and Type | Method and Description |
|---|---|
static KubernetesVerifiers.VerificationResult |
KubernetesVerifiers.verify(KubectlWrapper kubectl,
Manifests.ManifestObject object)
Verify that the Kubernetes object was successfully applied to the Kubernetes cluster.
|
KubernetesVerifiers.VerificationResult |
KubernetesVerifiers.Verifier.verify(KubectlWrapper kubectl,
Manifests.ManifestObject object)
Verify the Kubernetes object represented by the
Manifests.ManifestObject was applied
to the Kubernetes cluster. |
static boolean |
VerificationTask.verifyObjects(KubectlWrapper kubectl,
List<Manifests.ManifestObject> manifestObjects,
PrintStream consoleLogger,
int timeoutInMinutes)
The caller's entrypoint for verifying that a list of
Manifests.ManifestObject's were
applied to the Kubernetes cluster. |
Copyright © 2016–2020 Google. All rights reserved.