| Package | Description |
|---|---|
| com.google.jenkins.plugins.k8sengine |
| Modifier and Type | Method and Description |
|---|---|
KubeConfig |
KubeConfig.Builder.build() |
static KubeConfig |
KubeConfig.fromCluster(String projectId,
com.google.api.services.container.model.Cluster cluster)
Creates a
KubeConfig from the specified Cluster. |
| Modifier and Type | Method and Description |
|---|---|
static void |
KubectlWrapper.runKubectlCommand(JenkinsRunContext context,
KubeConfig kubeConfig,
String command,
com.google.common.collect.ImmutableList<String> args)
Runs the specified kubectl command within the specified
JenkinsRunContext's
environment. |
Copyright © 2016–2019 Google. All rights reserved.