Package | Description |
---|---|
io.kubernetes.client.models |
Modifier and Type | Method and Description |
---|---|
V1CinderVolumeSource |
V1CinderVolumeSource.fsType(String fsType) |
V1CinderVolumeSource |
V1Volume.getCinder()
Cinder represents a cinder volume attached and mounted on kubelets host machine More info: https://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md
|
V1CinderVolumeSource |
V1PersistentVolumeSpec.getCinder()
Cinder represents a cinder volume attached and mounted on kubelets host machine More info: https://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md
|
V1CinderVolumeSource |
V1CinderVolumeSource.readOnly(Boolean readOnly) |
V1CinderVolumeSource |
V1CinderVolumeSource.volumeID(String volumeID) |
Modifier and Type | Method and Description |
---|---|
V1Volume |
V1Volume.cinder(V1CinderVolumeSource cinder) |
V1PersistentVolumeSpec |
V1PersistentVolumeSpec.cinder(V1CinderVolumeSource cinder) |
void |
V1Volume.setCinder(V1CinderVolumeSource cinder) |
void |
V1PersistentVolumeSpec.setCinder(V1CinderVolumeSource cinder) |
Copyright © 2018. All rights reserved.