public interface VolumeType
| Modifier and Type | Field and Description |
|---|---|
static String |
AWS_ELASTIC_BLOCK_STORAGE |
static String |
EMPTY_DIR |
static String |
GCE_PERSISTENT_DISK |
static String |
GLUSTERFS |
static String |
HOST_PATH |
static String |
ISCSI |
static String |
NFS |
static String |
PERSISTENT_VOLUME_CLAIM |
static String |
RBD |
static String |
SECRET |
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
getTypes() |
static final String EMPTY_DIR
static final String HOST_PATH
static final String NFS
static final String GCE_PERSISTENT_DISK
static final String AWS_ELASTIC_BLOCK_STORAGE
static final String GLUSTERFS
static final String ISCSI
static final String RBD
static final String SECRET
static final String PERSISTENT_VOLUME_CLAIM
Copyright © 2019 Red Hat, Inc. All Rights Reserved.