Package | Description |
---|---|
io.kubernetes.client.models |
Modifier and Type | Method and Description |
---|---|
V1QuobyteVolumeSource |
V1Volume.getQuobyte()
Quobyte represents a Quobyte mount on the host that shares a pod's lifetime
|
V1QuobyteVolumeSource |
V1PersistentVolumeSpec.getQuobyte()
Quobyte represents a Quobyte mount on the host that shares a pod's lifetime
|
V1QuobyteVolumeSource |
V1QuobyteVolumeSource.group(String group) |
V1QuobyteVolumeSource |
V1QuobyteVolumeSource.readOnly(Boolean readOnly) |
V1QuobyteVolumeSource |
V1QuobyteVolumeSource.registry(String registry) |
V1QuobyteVolumeSource |
V1QuobyteVolumeSource.user(String user) |
V1QuobyteVolumeSource |
V1QuobyteVolumeSource.volume(String volume) |
Modifier and Type | Method and Description |
---|---|
V1Volume |
V1Volume.quobyte(V1QuobyteVolumeSource quobyte) |
V1PersistentVolumeSpec |
V1PersistentVolumeSpec.quobyte(V1QuobyteVolumeSource quobyte) |
void |
V1Volume.setQuobyte(V1QuobyteVolumeSource quobyte) |
void |
V1PersistentVolumeSpec.setQuobyte(V1QuobyteVolumeSource quobyte) |
Copyright © 2018. All rights reserved.