Interface | Description |
---|---|
KubernetesVerifiers.Verifier |
A verifier is an adapter that uses a
KubectlWrapper to verify that a Manifests.ManifestObject was successfully applied to the Kubernetes cluster. |
Class | Description |
---|---|
CredentialsUtil |
Provides a library of utility functions for credentials-related work.
|
KubeConfig |
Encapsulates KubeConfig data, its construction from Cluster data, and its output to Yaml.
|
KubeConfig.Builder |
Builder for
KubeConfig . |
KubectlWrapper |
Encapsulates the logic of executing kubectl commands in the workspace.
|
KubectlWrapper.Builder |
Builder for
KubectlWrapper . |
KubernetesEngineBuilder |
Provides a build step for publishing build artifacts to a Kubernetes cluster running on GKE.
|
KubernetesEngineBuilder.DescriptorImpl | |
KubernetesVerifiers |
Verification adapters for verifying ManifestObjects using kubectl and returning and logging the
result.
|
KubernetesVerifiers.VerificationResult |
Represents the result object for verification action.
|
Manifests |
Utility library for loading Kubernetes manifests files from a
FilePath into a list of
descriptive wrappers, Manifests.ManifestObject . |
Manifests.ManifestObject |
ManifestObject wrapper that encapsulates an object spec loaded from a supplied manifest.
|
Messages |
Generated localization support class.
|
VerificationTask |
This a task that verifies the given
Manifests.ManifestObject was applied to the
Kubernetes cluster. |
Copyright © 2016–2021 Google. All rights reserved.