Package | Description |
---|---|
io.kubernetes.client.models |
Modifier and Type | Method and Description |
---|---|
V1StorageOSPersistentVolumeSource |
V1StorageOSPersistentVolumeSourceBuilder.build() |
V1StorageOSPersistentVolumeSource |
V1PersistentVolumeSpecFluentImpl.buildStorageos() |
V1StorageOSPersistentVolumeSource |
V1PersistentVolumeSpecFluent.buildStorageos() |
V1StorageOSPersistentVolumeSource |
V1StorageOSPersistentVolumeSource.fsType(String fsType) |
V1StorageOSPersistentVolumeSource |
V1PersistentVolumeSpecFluentImpl.getStorageos()
Deprecated.
|
V1StorageOSPersistentVolumeSource |
V1PersistentVolumeSpecFluent.getStorageos()
Deprecated.
|
V1StorageOSPersistentVolumeSource |
V1PersistentVolumeSpec.getStorageos()
StorageOS represents a StorageOS volume that is attached to the kubelet's host machine and mounted into the pod More info: https://releases.k8s.io/HEAD/examples/volumes/storageos/README.md
|
V1StorageOSPersistentVolumeSource |
V1StorageOSPersistentVolumeSource.readOnly(Boolean readOnly) |
V1StorageOSPersistentVolumeSource |
V1StorageOSPersistentVolumeSource.secretRef(V1ObjectReference secretRef) |
V1StorageOSPersistentVolumeSource |
V1StorageOSPersistentVolumeSource.volumeName(String volumeName) |
V1StorageOSPersistentVolumeSource |
V1StorageOSPersistentVolumeSource.volumeNamespace(String volumeNamespace) |
Constructor and Description |
---|
V1StorageOSPersistentVolumeSourceBuilder(V1StorageOSPersistentVolumeSource instance) |
V1StorageOSPersistentVolumeSourceBuilder(V1StorageOSPersistentVolumeSource instance,
Boolean validationEnabled) |
V1StorageOSPersistentVolumeSourceBuilder(V1StorageOSPersistentVolumeSourceFluent<?> fluent,
V1StorageOSPersistentVolumeSource instance) |
V1StorageOSPersistentVolumeSourceBuilder(V1StorageOSPersistentVolumeSourceFluent<?> fluent,
V1StorageOSPersistentVolumeSource instance,
Boolean validationEnabled) |
V1StorageOSPersistentVolumeSourceFluentImpl(V1StorageOSPersistentVolumeSource instance) |
Copyright © 2019. All rights reserved.