| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model.resource.v1alpha2 |
| Modifier and Type | Method and Description |
|---|---|
DriverAllocationResult |
DriverAllocationResultBuilder.build() |
DriverAllocationResult |
StructuredResourceHandleFluent.buildFirstResult() |
DriverAllocationResult |
StructuredResourceHandleFluent.buildLastResult() |
DriverAllocationResult |
StructuredResourceHandleFluent.buildMatchingResult(Predicate<DriverAllocationResultBuilder> predicate) |
DriverAllocationResult |
StructuredResourceHandleFluent.buildResult(int index) |
| Modifier and Type | Method and Description |
|---|---|
List<DriverAllocationResult> |
StructuredResourceHandleFluent.buildResults() |
List<DriverAllocationResult> |
StructuredResourceHandle.getResults() |
| Modifier and Type | Method and Description |
|---|---|
StructuredResourceHandleFluent.ResultsNested<A> |
StructuredResourceHandleFluent.addNewResultLike(DriverAllocationResult item) |
A |
StructuredResourceHandleFluent.addToResults(DriverAllocationResult... items) |
A |
StructuredResourceHandleFluent.addToResults(int index,
DriverAllocationResult item) |
protected void |
DriverAllocationResultFluent.copyInstance(DriverAllocationResult instance) |
A |
StructuredResourceHandleFluent.removeFromResults(DriverAllocationResult... items) |
StructuredResourceHandleFluent.ResultsNested<A> |
StructuredResourceHandleFluent.setNewResultLike(int index,
DriverAllocationResult item) |
A |
StructuredResourceHandleFluent.setToResults(int index,
DriverAllocationResult item) |
A |
StructuredResourceHandleFluent.withResults(DriverAllocationResult... results) |
| Modifier and Type | Method and Description |
|---|---|
A |
StructuredResourceHandleFluent.addAllToResults(Collection<DriverAllocationResult> items) |
A |
StructuredResourceHandleFluent.removeAllFromResults(Collection<DriverAllocationResult> items) |
void |
StructuredResourceHandle.setResults(List<DriverAllocationResult> results) |
A |
StructuredResourceHandleFluent.withResults(List<DriverAllocationResult> results) |
| Constructor and Description |
|---|
DriverAllocationResultBuilder(DriverAllocationResult instance) |
DriverAllocationResultBuilder(DriverAllocationResultFluent<?> fluent,
DriverAllocationResult instance) |
DriverAllocationResultFluent(DriverAllocationResult instance) |
| Constructor and Description |
|---|
StructuredResourceHandle(String nodeName,
List<DriverAllocationResult> results,
Map<String,Object> vendorClaimParameters,
Map<String,Object> vendorClassParameters) |
Copyright © 2015–2024 Red Hat. All rights reserved.