Package | Description |
---|---|
com.google.jenkins.plugins.k8sengine |
Modifier and Type | Method and Description |
---|---|
Manifests.ManifestObject |
KubernetesVerifiers.VerificationResult.getManifestObject() |
Modifier and Type | Method and Description |
---|---|
List<Manifests.ManifestObject> |
Manifests.getObjectManifests() |
List<Manifests.ManifestObject> |
Manifests.getObjectManifestsOfKinds(Set<String> includedKinds)
Get the list of
Manifests.ManifestObject that match the given kind. |
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. |
Modifier and Type | Method and Description |
---|---|
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. |
Constructor and Description |
---|
VerificationResult(String log,
boolean status,
Manifests.ManifestObject object)
Constructs a new
KubernetesVerifiers.VerificationResult . |
Copyright © 2016–2021 Google. All rights reserved.