Class DeploymentConfigRollbackSpec

    • Constructor Detail

      • DeploymentConfigRollbackSpec

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

        public DeploymentConfigRollbackSpec​(io.fabric8.kubernetes.api.model.ObjectReference from,
                                            Boolean includeReplicationMeta,
                                            Boolean includeStrategy,
                                            Boolean includeTemplate,
                                            Boolean includeTriggers,
                                            Long revision)
    • Method Detail

      • getFrom

        public io.fabric8.kubernetes.api.model.ObjectReference getFrom()
        DeploymentConfigRollbackSpec represents the options for rollback generation.
      • setFrom

        public void setFrom​(io.fabric8.kubernetes.api.model.ObjectReference from)
        DeploymentConfigRollbackSpec represents the options for rollback generation.
      • getIncludeReplicationMeta

        public Boolean getIncludeReplicationMeta()
        includeReplicationMeta specifies whether to include the replica count and selector.
      • setIncludeReplicationMeta

        public void setIncludeReplicationMeta​(Boolean includeReplicationMeta)
        includeReplicationMeta specifies whether to include the replica count and selector.
      • getIncludeStrategy

        public Boolean getIncludeStrategy()
        includeStrategy specifies whether to include the deployment Strategy.
      • setIncludeStrategy

        public void setIncludeStrategy​(Boolean includeStrategy)
        includeStrategy specifies whether to include the deployment Strategy.
      • getIncludeTemplate

        public Boolean getIncludeTemplate()
        includeTemplate specifies whether to include the PodTemplateSpec.
      • setIncludeTemplate

        public void setIncludeTemplate​(Boolean includeTemplate)
        includeTemplate specifies whether to include the PodTemplateSpec.
      • getIncludeTriggers

        public Boolean getIncludeTriggers()
        includeTriggers specifies whether to include config Triggers.
      • setIncludeTriggers

        public void setIncludeTriggers​(Boolean includeTriggers)
        includeTriggers specifies whether to include config Triggers.
      • getRevision

        public Long getRevision()
        revision to rollback to. If set to 0, rollback to the last revision.
      • setRevision

        public void setRevision​(Long revision)
        revision to rollback to. If set to 0, rollback to the last revision.
      • getAdditionalProperties

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

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

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