public class ReplicationControllerSpecFluentImpl<T extends ReplicationControllerSpecFluent<T>> extends BaseFluent<T> implements ReplicationControllerSpecFluent<T>
| Modifier and Type | Class and Description |
|---|---|
class |
ReplicationControllerSpecFluentImpl.TemplateNestedImpl<N> |
ReplicationControllerSpecFluent.TemplateNested<N>_visitables| Constructor and Description |
|---|
ReplicationControllerSpecFluentImpl() |
| Modifier and Type | Method and Description |
|---|---|
T |
addToAdditionalProperties(String key,
Object value) |
T |
addToSelector(String key,
String value) |
ReplicationControllerSpecFluent.TemplateNested<T> |
editTemplate() |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
Integer |
getReplicas() |
Map<String,String> |
getSelector() |
PodTemplateSpec |
getTemplate() |
T |
removeFromAdditionalProperties(String key) |
T |
removeFromSelector(String key) |
T |
withAdditionalProperties(Map<String,Object> additionalProperties) |
ReplicationControllerSpecFluent.TemplateNested<T> |
withNewTemplate() |
ReplicationControllerSpecFluent.TemplateNested<T> |
withNewTemplateLike(PodTemplateSpec item) |
T |
withReplicas(Integer replicas) |
T |
withSelector(Map<String,String> selector) |
T |
withTemplate(PodTemplateSpec template) |
public Integer getReplicas()
getReplicas in interface ReplicationControllerSpecFluent<T extends ReplicationControllerSpecFluent<T>>public T withReplicas(Integer replicas)
withReplicas in interface ReplicationControllerSpecFluent<T extends ReplicationControllerSpecFluent<T>>public T addToSelector(String key, String value)
addToSelector in interface ReplicationControllerSpecFluent<T extends ReplicationControllerSpecFluent<T>>public T removeFromSelector(String key)
removeFromSelector in interface ReplicationControllerSpecFluent<T extends ReplicationControllerSpecFluent<T>>public Map<String,String> getSelector()
getSelector in interface ReplicationControllerSpecFluent<T extends ReplicationControllerSpecFluent<T>>public T withSelector(Map<String,String> selector)
withSelector in interface ReplicationControllerSpecFluent<T extends ReplicationControllerSpecFluent<T>>public PodTemplateSpec getTemplate()
getTemplate in interface ReplicationControllerSpecFluent<T extends ReplicationControllerSpecFluent<T>>public T withTemplate(PodTemplateSpec template)
withTemplate in interface ReplicationControllerSpecFluent<T extends ReplicationControllerSpecFluent<T>>public ReplicationControllerSpecFluent.TemplateNested<T> withNewTemplate()
withNewTemplate in interface ReplicationControllerSpecFluent<T extends ReplicationControllerSpecFluent<T>>public ReplicationControllerSpecFluent.TemplateNested<T> withNewTemplateLike(PodTemplateSpec item)
withNewTemplateLike in interface ReplicationControllerSpecFluent<T extends ReplicationControllerSpecFluent<T>>public ReplicationControllerSpecFluent.TemplateNested<T> editTemplate()
editTemplate in interface ReplicationControllerSpecFluent<T extends ReplicationControllerSpecFluent<T>>public T addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface ReplicationControllerSpecFluent<T extends ReplicationControllerSpecFluent<T>>public T removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface ReplicationControllerSpecFluent<T extends ReplicationControllerSpecFluent<T>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface ReplicationControllerSpecFluent<T extends ReplicationControllerSpecFluent<T>>public T withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface ReplicationControllerSpecFluent<T extends ReplicationControllerSpecFluent<T>>Copyright © 2011–2015 Red Hat. All rights reserved.