| Modifier and Type | Method and Description |
|---|---|
VolumeMount |
VolumeMount.withMountPath(String mountPath)
Set the mountPath value.
|
VolumeMount |
VolumeMount.withName(String name)
Set the name value.
|
VolumeMount |
VolumeMount.withReadOnly(Boolean readOnly)
Set the readOnly value.
|
| Modifier and Type | Method and Description |
|---|---|
List<VolumeMount> |
Container.volumeMounts()
Get the volumeMounts value.
|
| Modifier and Type | Method and Description |
|---|---|
Container |
Container.withVolumeMounts(List<VolumeMount> volumeMounts)
Set the volumeMounts value.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/