Package | Description |
---|---|
io.kubernetes.client.openapi.models |
Modifier and Type | Method and Description |
---|---|
V1DaemonSetSpec |
V1DaemonSetSpecBuilder.build() |
V1DaemonSetSpec |
V1DaemonSetFluentImpl.buildSpec() |
V1DaemonSetSpec |
V1DaemonSetFluent.buildSpec() |
V1DaemonSetSpec |
V1DaemonSetFluentImpl.getSpec()
Deprecated.
|
V1DaemonSetSpec |
V1DaemonSetFluent.getSpec()
Deprecated.
|
V1DaemonSetSpec |
V1DaemonSet.getSpec()
Get spec
|
V1DaemonSetSpec |
V1DaemonSetSpec.minReadySeconds(Integer minReadySeconds) |
V1DaemonSetSpec |
V1DaemonSetSpec.revisionHistoryLimit(Integer revisionHistoryLimit) |
V1DaemonSetSpec |
V1DaemonSetSpec.selector(V1LabelSelector selector) |
V1DaemonSetSpec |
V1DaemonSetSpec.template(V1PodTemplateSpec template) |
V1DaemonSetSpec |
V1DaemonSetSpec.updateStrategy(V1DaemonSetUpdateStrategy updateStrategy) |
Modifier and Type | Method and Description |
---|---|
V1DaemonSetFluent.SpecNested<A> |
V1DaemonSetFluentImpl.editOrNewSpecLike(V1DaemonSetSpec item) |
V1DaemonSetFluent.SpecNested<A> |
V1DaemonSetFluent.editOrNewSpecLike(V1DaemonSetSpec item) |
void |
V1DaemonSet.setSpec(V1DaemonSetSpec spec) |
V1DaemonSet |
V1DaemonSet.spec(V1DaemonSetSpec spec) |
V1DaemonSetFluent.SpecNested<A> |
V1DaemonSetFluentImpl.withNewSpecLike(V1DaemonSetSpec item) |
V1DaemonSetFluent.SpecNested<A> |
V1DaemonSetFluent.withNewSpecLike(V1DaemonSetSpec item) |
A |
V1DaemonSetFluentImpl.withSpec(V1DaemonSetSpec spec) |
A |
V1DaemonSetFluent.withSpec(V1DaemonSetSpec spec) |
Constructor and Description |
---|
V1DaemonSetSpecBuilder(V1DaemonSetSpec instance) |
V1DaemonSetSpecBuilder(V1DaemonSetSpec instance,
Boolean validationEnabled) |
V1DaemonSetSpecBuilder(V1DaemonSetSpecFluent<?> fluent,
V1DaemonSetSpec instance) |
V1DaemonSetSpecBuilder(V1DaemonSetSpecFluent<?> fluent,
V1DaemonSetSpec instance,
Boolean validationEnabled) |
V1DaemonSetSpecFluentImpl(V1DaemonSetSpec instance) |
Copyright © 2020. All rights reserved.