public interface V1ReplicationControllerSpecFluent<A extends V1ReplicationControllerSpecFluent<A>> extends Fluent<A>
Modifier and Type | Interface and Description |
---|---|
static interface |
V1ReplicationControllerSpecFluent.TemplateNested<N> |
Integer getMinReadySeconds()
Boolean hasMinReadySeconds()
Integer getReplicas()
Boolean hasReplicas()
Boolean hasSelector()
@Deprecated io.kubernetes.client.openapi.models.V1PodTemplateSpec getTemplate()
io.kubernetes.client.openapi.models.V1PodTemplateSpec buildTemplate()
A withTemplate(io.kubernetes.client.openapi.models.V1PodTemplateSpec template)
Boolean hasTemplate()
V1ReplicationControllerSpecFluent.TemplateNested<A> withNewTemplate()
V1ReplicationControllerSpecFluent.TemplateNested<A> withNewTemplateLike(io.kubernetes.client.openapi.models.V1PodTemplateSpec item)
V1ReplicationControllerSpecFluent.TemplateNested<A> editTemplate()
V1ReplicationControllerSpecFluent.TemplateNested<A> editOrNewTemplate()
V1ReplicationControllerSpecFluent.TemplateNested<A> editOrNewTemplateLike(io.kubernetes.client.openapi.models.V1PodTemplateSpec item)
Copyright © 2021. All rights reserved.