| Package | Description |
|---|---|
| com.amazonaws.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
Volume |
Volume.clone() |
Volume |
Volume.withHostPath(HostPath hostPath)
Represents a pre-existing file or directory on the host machine that the volume maps to.
|
Volume |
Volume.withName(String name)
Volume name.
|
| Modifier and Type | Method and Description |
|---|---|
List<Volume> |
KubernetesWorkloadDetails.getVolumes()
Volumes used by the Kubernetes workload.
|
| Modifier and Type | Method and Description |
|---|---|
KubernetesWorkloadDetails |
KubernetesWorkloadDetails.withVolumes(Volume... volumes)
Volumes used by the Kubernetes workload.
|
| Modifier and Type | Method and Description |
|---|---|
void |
KubernetesWorkloadDetails.setVolumes(Collection<Volume> volumes)
Volumes used by the Kubernetes workload.
|
KubernetesWorkloadDetails |
KubernetesWorkloadDetails.withVolumes(Collection<Volume> volumes)
Volumes used by the Kubernetes workload.
|
Copyright © 2022. All rights reserved.