Package io.fabric8.openshift.api.model
Interface ParameterFluent<A extends ParameterFluent<A>>
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
TemplateFluent.ParametersNested<N>
- All Known Implementing Classes:
DoneableParameter,ParameterBuilder,ParameterFluentImpl,TemplateFluentImpl.ParametersNestedImpl
public interface ParameterFluent<A extends ParameterFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
-
Method Summary
-
Method Details
-
getDescription
String getDescription() -
withDescription
-
hasDescription
Boolean hasDescription() -
withNewDescription
-
withNewDescription
-
withNewDescription
-
getDisplayName
String getDisplayName() -
withDisplayName
-
hasDisplayName
Boolean hasDisplayName() -
withNewDisplayName
-
withNewDisplayName
-
withNewDisplayName
-
getFrom
String getFrom() -
withFrom
-
hasFrom
Boolean hasFrom() -
withNewFrom
-
withNewFrom
-
withNewFrom
-
getGenerate
String getGenerate() -
withGenerate
-
hasGenerate
Boolean hasGenerate() -
withNewGenerate
-
withNewGenerate
-
withNewGenerate
-
getName
String getName() -
withName
-
hasName
Boolean hasName() -
withNewName
-
withNewName
-
withNewName
-
isRequired
Boolean isRequired() -
withRequired
-
hasRequired
Boolean hasRequired() -
withNewRequired
-
withNewRequired
-
getValue
String getValue() -
withValue
-
hasValue
Boolean hasValue() -
withNewValue
-
withNewValue
-
withNewValue
-