Uses of Class
com.google.jenkins.plugins.k8sengine.Manifests.ManifestObject
Packages that use Manifests.ManifestObject
-
Uses of Manifests.ManifestObject in com.google.jenkins.plugins.k8sengine
Methods in com.google.jenkins.plugins.k8sengine that return Manifests.ManifestObjectMethods in com.google.jenkins.plugins.k8sengine that return types with arguments of type Manifests.ManifestObjectModifier and TypeMethodDescriptionManifests.getObjectManifests()
Manifests.getObjectManifestsOfKinds
(Set<String> includedKinds) Get the list ofManifests.ManifestObject
that match the given kind.Methods in com.google.jenkins.plugins.k8sengine with parameters of type Manifests.ManifestObjectModifier and TypeMethodDescriptionKubernetesVerifiers.Verifier.verify
(KubectlWrapper kubectl, Manifests.ManifestObject object) Verify the Kubernetes object represented by theManifests.ManifestObject
was applied to the Kubernetes cluster.KubernetesVerifiers.verify
(KubectlWrapper kubectl, Manifests.ManifestObject object) Verify that the Kubernetes object was successfully applied to the Kubernetes cluster.Method parameters in com.google.jenkins.plugins.k8sengine with type arguments of type Manifests.ManifestObjectModifier and TypeMethodDescriptionstatic 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.Constructors in com.google.jenkins.plugins.k8sengine with parameters of type Manifests.ManifestObjectModifierConstructorDescriptionVerificationResult
(String log, boolean status, Manifests.ManifestObject object) Constructs a newKubernetesVerifiers.VerificationResult
.