| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model.storage |
| Modifier and Type | Method and Description |
|---|---|
CSINodeSpec |
CSINodeSpecBuilder.build() |
CSINodeSpec |
CSINodeFluent.buildSpec() |
CSINodeSpec |
CSINode.getSpec() |
| Modifier and Type | Method and Description |
|---|---|
CSINodeFluent.SpecNested<A> |
CSINodeFluent.editOrNewSpecLike(CSINodeSpec item) |
void |
CSINode.setSpec(CSINodeSpec spec) |
CSINodeFluent.SpecNested<A> |
CSINodeFluent.withNewSpecLike(CSINodeSpec item) |
A |
CSINodeFluent.withSpec(CSINodeSpec spec) |
| Constructor and Description |
|---|
CSINode(String apiVersion,
String kind,
io.fabric8.kubernetes.api.model.ObjectMeta metadata,
CSINodeSpec spec) |
CSINodeSpecBuilder(CSINodeSpec instance) |
CSINodeSpecBuilder(CSINodeSpec instance,
Boolean validationEnabled) |
CSINodeSpecBuilder(CSINodeSpecFluent<?> fluent,
CSINodeSpec instance) |
CSINodeSpecBuilder(CSINodeSpecFluent<?> fluent,
CSINodeSpec instance,
Boolean validationEnabled) |
CSINodeSpecFluent(CSINodeSpec instance) |
Copyright © 2015–2023 Red Hat. All rights reserved.