Package | Description |
---|---|
io.kubernetes.client.models |
Modifier and Type | Method and Description |
---|---|
V1beta1ReplicaSetSpec |
V1beta1ReplicaSetSpecBuilder.build() |
V1beta1ReplicaSetSpec |
V1beta1ReplicaSetFluent.buildSpec() |
V1beta1ReplicaSetSpec |
V1beta1ReplicaSetFluentImpl.buildSpec() |
V1beta1ReplicaSetSpec |
V1beta1ReplicaSetFluent.getSpec()
Deprecated.
|
V1beta1ReplicaSetSpec |
V1beta1ReplicaSetFluentImpl.getSpec()
Deprecated.
|
V1beta1ReplicaSetSpec |
V1beta1ReplicaSet.getSpec()
Spec defines the specification of the desired behavior of the ReplicaSet.
|
V1beta1ReplicaSetSpec |
V1beta1ReplicaSetSpec.minReadySeconds(Integer minReadySeconds) |
V1beta1ReplicaSetSpec |
V1beta1ReplicaSetSpec.replicas(Integer replicas) |
V1beta1ReplicaSetSpec |
V1beta1ReplicaSetSpec.selector(V1LabelSelector selector) |
V1beta1ReplicaSetSpec |
V1beta1ReplicaSetSpec.template(V1PodTemplateSpec template) |
Modifier and Type | Method and Description |
---|---|
V1beta1ReplicaSetFluent.SpecNested<A> |
V1beta1ReplicaSetFluent.editOrNewSpecLike(V1beta1ReplicaSetSpec item) |
V1beta1ReplicaSetFluent.SpecNested<A> |
V1beta1ReplicaSetFluentImpl.editOrNewSpecLike(V1beta1ReplicaSetSpec item) |
void |
V1beta1ReplicaSet.setSpec(V1beta1ReplicaSetSpec spec) |
V1beta1ReplicaSet |
V1beta1ReplicaSet.spec(V1beta1ReplicaSetSpec spec) |
V1beta1ReplicaSetFluent.SpecNested<A> |
V1beta1ReplicaSetFluent.withNewSpecLike(V1beta1ReplicaSetSpec item) |
V1beta1ReplicaSetFluent.SpecNested<A> |
V1beta1ReplicaSetFluentImpl.withNewSpecLike(V1beta1ReplicaSetSpec item) |
A |
V1beta1ReplicaSetFluent.withSpec(V1beta1ReplicaSetSpec spec) |
A |
V1beta1ReplicaSetFluentImpl.withSpec(V1beta1ReplicaSetSpec spec) |
Constructor and Description |
---|
V1beta1ReplicaSetSpecBuilder(V1beta1ReplicaSetSpec instance) |
V1beta1ReplicaSetSpecBuilder(V1beta1ReplicaSetSpec instance,
Boolean validationEnabled) |
V1beta1ReplicaSetSpecBuilder(V1beta1ReplicaSetSpecFluent<?> fluent,
V1beta1ReplicaSetSpec instance) |
V1beta1ReplicaSetSpecBuilder(V1beta1ReplicaSetSpecFluent<?> fluent,
V1beta1ReplicaSetSpec instance,
Boolean validationEnabled) |
V1beta1ReplicaSetSpecFluentImpl(V1beta1ReplicaSetSpec instance) |
Copyright © 2018. All rights reserved.