Class DeploymentFluent.SpecNested<N>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.apps.DeploymentSpecFluent<DeploymentFluent.SpecNested<N>>
-
- io.fabric8.kubernetes.api.model.apps.DeploymentFluent.SpecNested<N>
-
- All Implemented Interfaces:
Nested<N>
- Enclosing class:
- DeploymentFluent<A extends DeploymentFluent<A>>
public class DeploymentFluent.SpecNested<N> extends DeploymentSpecFluent<DeploymentFluent.SpecNested<N>> implements Nested<N>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.kubernetes.api.model.apps.DeploymentSpecFluent
DeploymentSpecFluent.SelectorNested<N>, DeploymentSpecFluent.StrategyNested<N>, DeploymentSpecFluent.TemplateNested<N>
-
-
Field Summary
-
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables, VISIT
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Nand()NendSpec()-
Methods inherited from class io.fabric8.kubernetes.api.model.apps.DeploymentSpecFluent
addToAdditionalProperties, addToAdditionalProperties, buildSelector, buildStrategy, buildTemplate, copyInstance, editOrNewSelector, editOrNewSelectorLike, editOrNewStrategy, editOrNewStrategyLike, editOrNewTemplate, editOrNewTemplateLike, editSelector, editStrategy, editTemplate, equals, getAdditionalProperties, getMinReadySeconds, getPaused, getProgressDeadlineSeconds, getReplicas, getRevisionHistoryLimit, hasAdditionalProperties, hashCode, hasMinReadySeconds, hasPaused, hasProgressDeadlineSeconds, hasReplicas, hasRevisionHistoryLimit, hasSelector, hasStrategy, hasTemplate, removeFromAdditionalProperties, removeFromAdditionalProperties, toString, withAdditionalProperties, withMinReadySeconds, withNewSelector, withNewSelectorLike, withNewStrategy, withNewStrategyLike, withNewTemplate, withNewTemplateLike, withPaused, withPaused, withProgressDeadlineSeconds, withReplicas, withRevisionHistoryLimit, withSelector, withStrategy, withTemplate
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-