@Generated(value="org.jsonschema2pojo") public class ReleaseType extends Object implements io.fabric8.kubernetes.api.model.KubernetesResource
| Constructor and Description |
|---|
ReleaseType()
No args constructor for use in serialization
|
ReleaseType(ConfigurationSpec configuration,
List<String> revisions,
Integer rolloutPercent) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
ConfigurationSpec |
getConfiguration() |
List<String> |
getRevisions() |
Integer |
getRolloutPercent() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setConfiguration(ConfigurationSpec configuration) |
void |
setRevisions(List<String> revisions) |
void |
setRolloutPercent(Integer rolloutPercent) |
public ReleaseType()
public ReleaseType(ConfigurationSpec configuration, List<String> revisions, Integer rolloutPercent)
configuration - revisions - rolloutPercent - public ConfigurationSpec getConfiguration()
public void setConfiguration(ConfigurationSpec configuration)
configuration - The configurationpublic Integer getRolloutPercent()
public void setRolloutPercent(Integer rolloutPercent)
rolloutPercent - The rolloutPercentCopyright © 2015–2019 Red Hat. All rights reserved.