Class KubectlBuildStep
- java.lang.Object
-
- hudson.model.AbstractDescribableImpl<org.jenkinsci.plugins.workflow.steps.Step>
-
- org.jenkinsci.plugins.workflow.steps.Step
-
- org.jenkinsci.plugins.kubernetes.cli.KubectlBuildStep
-
- All Implemented Interfaces:
ExtensionPoint
,Describable<org.jenkinsci.plugins.workflow.steps.Step>
public class KubectlBuildStep extends org.jenkinsci.plugins.workflow.steps.Step
- Author:
- Max Laverse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
KubectlBuildStep.DescriptorImpl
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Field Summary
Fields Modifier and Type Field Description String
caCertificate
String
clusterName
String
contextName
String
credentialsId
String
namespace
Boolean
restrictKubeConfigAccess
String
serverUrl
-
Constructor Summary
Constructors Constructor Description KubectlBuildStep()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jenkinsci.plugins.workflow.steps.StepExecution
start(org.jenkinsci.plugins.workflow.steps.StepContext context)
-
-
-
Field Detail
-
serverUrl
@DataBoundSetter public String serverUrl
-
credentialsId
@DataBoundSetter public String credentialsId
-
caCertificate
@DataBoundSetter public String caCertificate
-
contextName
@DataBoundSetter public String contextName
-
clusterName
@DataBoundSetter public String clusterName
-
namespace
@DataBoundSetter public String namespace
-
restrictKubeConfigAccess
@DataBoundSetter public Boolean restrictKubeConfigAccess
-
-