public class KubectlBuildStep
extends org.jenkinsci.plugins.workflow.steps.Step
| Modifier and Type | Class and Description |
|---|---|
static class |
KubectlBuildStep.DescriptorImpl |
ExtensionPoint.LegacyInstancesAreScopedToHudson| Modifier and Type | Field and Description |
|---|---|
String |
caCertificate |
String |
clusterName |
String |
contextName |
String |
credentialsId |
String |
namespace |
String |
serverUrl |
| Constructor and Description |
|---|
KubectlBuildStep() |
| Modifier and Type | Method and Description |
|---|---|
org.jenkinsci.plugins.workflow.steps.StepExecution |
start(org.jenkinsci.plugins.workflow.steps.StepContext context) |
@DataBoundSetter public String serverUrl
@DataBoundSetter public String credentialsId
@DataBoundSetter public String caCertificate
@DataBoundSetter public String contextName
@DataBoundSetter public String clusterName
@DataBoundSetter public String namespace
Copyright © 2016–2021. All rights reserved.