Uses of Class
com.google.jenkins.plugins.k8sengine.KubectlWrapper
-
Packages that use KubectlWrapper Package Description com.google.jenkins.plugins.k8sengine -
-
Uses of KubectlWrapper in com.google.jenkins.plugins.k8sengine
Methods in com.google.jenkins.plugins.k8sengine that return KubectlWrapper Modifier and Type Method Description KubectlWrapper
KubectlWrapper.Builder. build()
Builds a newKubectlWrapper
.Methods in com.google.jenkins.plugins.k8sengine with parameters of type KubectlWrapper Modifier and Type Method Description KubernetesVerifiers.VerificationResult
KubernetesVerifiers.Verifier. verify(KubectlWrapper kubectl, Manifests.ManifestObject object)
Verify the Kubernetes object represented by theManifests.ManifestObject
was applied to the Kubernetes cluster.static KubernetesVerifiers.VerificationResult
KubernetesVerifiers. verify(KubectlWrapper kubectl, Manifests.ManifestObject object)
Verify that the Kubernetes object was successfully 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 ofManifests.ManifestObject
's were applied to the Kubernetes cluster.
-