public class ReplicationControllerSpecFluent<T extends ReplicationControllerSpecFluent<T>> extends BaseFluent<T> implements Fluent<T>
Modifier and Type | Class and Description |
---|---|
class |
ReplicationControllerSpecFluent.TemplateNested<N> |
class |
ReplicationControllerSpecFluent.TemplateRefNested<N> |
_visitables
Constructor and Description |
---|
ReplicationControllerSpecFluent() |
public Integer getReplicas()
public PodTemplateSpec getTemplate()
public T withTemplate(PodTemplateSpec template)
public ReplicationControllerSpecFluent.TemplateNested<T> withNewTemplate()
public ReplicationControllerSpecFluent.TemplateNested<T> withNewTemplateLike(PodTemplateSpec item)
public ReplicationControllerSpecFluent.TemplateNested<T> editTemplate()
public ObjectReference getTemplateRef()
public T withTemplateRef(ObjectReference templateRef)
public ReplicationControllerSpecFluent.TemplateRefNested<T> withNewTemplateRef()
public ReplicationControllerSpecFluent.TemplateRefNested<T> withNewTemplateRefLike(ObjectReference item)
public ReplicationControllerSpecFluent.TemplateRefNested<T> editTemplateRef()
Copyright © 2011–2015 Red Hat. All rights reserved.