| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model.extensions |
| Modifier and Type | Class and Description |
|---|---|
class |
EditableDaemonSetSpec |
| Modifier and Type | Method and Description |
|---|---|
DaemonSetSpec |
DoneableDaemonSetSpec.done() |
DaemonSetSpec |
DaemonSetFluent.getSpec() |
DaemonSetSpec |
DaemonSetFluentImpl.getSpec() |
DaemonSetSpec |
DaemonSet.getSpec() |
| Modifier and Type | Method and Description |
|---|---|
void |
DaemonSet.setSpec(DaemonSetSpec spec) |
DaemonSetFluent.SpecNested<T> |
DaemonSetFluent.withNewSpecLike(DaemonSetSpec item) |
DaemonSetFluent.SpecNested<T> |
DaemonSetFluentImpl.withNewSpecLike(DaemonSetSpec item) |
T |
DaemonSetFluent.withSpec(DaemonSetSpec spec) |
T |
DaemonSetFluentImpl.withSpec(DaemonSetSpec spec) |
| Constructor and Description |
|---|
DaemonSet(DaemonSet.ApiVersion apiVersion,
String kind,
ObjectMeta metadata,
DaemonSetSpec spec,
DaemonSetStatus status) |
DaemonSetSpecBuilder(DaemonSetSpec instance) |
DaemonSetSpecBuilder(DaemonSetSpecFluent<?> fluent,
DaemonSetSpec instance) |
DaemonSetSpecFluentImpl(DaemonSetSpec instance) |
DoneableDaemonSetSpec(DaemonSetSpec item,
Visitor<DaemonSetSpec> visitor) |
EditableDaemonSet(DaemonSet.ApiVersion apiVersion,
String kind,
ObjectMeta metadata,
DaemonSetSpec spec,
DaemonSetStatus status) |
| Constructor and Description |
|---|
DoneableDaemonSetSpec(DaemonSetSpec item,
Visitor<DaemonSetSpec> visitor) |
DoneableDaemonSetSpec(Visitor<DaemonSetSpec> visitor) |
Copyright © 2011–2016 Red Hat. All rights reserved.