Class StrategyDeploymentSpec

  • All Implemented Interfaces:
    io.fabric8.kubernetes.api.builder.Editable<StrategyDeploymentSpecBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource, Serializable

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class StrategyDeploymentSpec
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<StrategyDeploymentSpecBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    StrategyDeploymentSpec contains the name, spec and labels for the deployment ALM should create
    See Also:
    Serialized Form
    • Constructor Detail

      • StrategyDeploymentSpec

        public StrategyDeploymentSpec()
        No args constructor for use in serialization
      • StrategyDeploymentSpec

        public StrategyDeploymentSpec​(Map<String,​String> label,
                                      String name,
                                      io.fabric8.kubernetes.api.model.apps.DeploymentSpec spec)
    • Method Detail

      • getLabel

        public Map<String,​String> getLabel()
        StrategyDeploymentSpec contains the name, spec and labels for the deployment ALM should create
      • setLabel

        public void setLabel​(Map<String,​String> label)
        StrategyDeploymentSpec contains the name, spec and labels for the deployment ALM should create
      • getName

        public String getName()
        StrategyDeploymentSpec contains the name, spec and labels for the deployment ALM should create
      • setName

        public void setName​(String name)
        StrategyDeploymentSpec contains the name, spec and labels for the deployment ALM should create
      • getSpec

        public io.fabric8.kubernetes.api.model.apps.DeploymentSpec getSpec()
        StrategyDeploymentSpec contains the name, spec and labels for the deployment ALM should create
      • setSpec

        public void setSpec​(io.fabric8.kubernetes.api.model.apps.DeploymentSpec spec)
        StrategyDeploymentSpec contains the name, spec and labels for the deployment ALM should create
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • setAdditionalProperty

        public void setAdditionalProperty​(String name,
                                          Object value)
      • setAdditionalProperties

        public void setAdditionalProperties​(Map<String,​Object> additionalProperties)