Class NamedInstallStrategy

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

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class NamedInstallStrategy
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<NamedInstallStrategyBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    NamedInstallStrategy represents the block of an ClusterServiceVersion resource where the install strategy is specified.
    See Also:
    Serialized Form
    • Constructor Detail

      • NamedInstallStrategy

        public NamedInstallStrategy()
        No args constructor for use in serialization
    • Method Detail

      • getSpec

        public StrategyDetailsDeployment getSpec()
        NamedInstallStrategy represents the block of an ClusterServiceVersion resource where the install strategy is specified.
      • setSpec

        public void setSpec​(StrategyDetailsDeployment spec)
        NamedInstallStrategy represents the block of an ClusterServiceVersion resource where the install strategy is specified.
      • getStrategy

        public String getStrategy()
        NamedInstallStrategy represents the block of an ClusterServiceVersion resource where the install strategy is specified.
      • setStrategy

        public void setStrategy​(String strategy)
        NamedInstallStrategy represents the block of an ClusterServiceVersion resource where the install strategy is specified.
      • getAdditionalProperties

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

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

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