public static interface V1Storage.CSINodeSpecOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
V1Storage.CSINodeDriver |
getDrivers(int index)
drivers is a list of information of all CSI Drivers existing on a node.
|
int |
getDriversCount()
drivers is a list of information of all CSI Drivers existing on a node.
|
List<V1Storage.CSINodeDriver> |
getDriversList()
drivers is a list of information of all CSI Drivers existing on a node.
|
V1Storage.CSINodeDriverOrBuilder |
getDriversOrBuilder(int index)
drivers is a list of information of all CSI Drivers existing on a node.
|
List<? extends V1Storage.CSINodeDriverOrBuilder> |
getDriversOrBuilderList()
drivers is a list of information of all CSI Drivers existing on a node.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<V1Storage.CSINodeDriver> getDriversList()
drivers is a list of information of all CSI Drivers existing on a node. If all drivers in the list are uninstalled, this can become empty. +patchMergeKey=name +patchStrategy=merge
repeated .k8s.io.api.storage.v1.CSINodeDriver drivers = 1;V1Storage.CSINodeDriver getDrivers(int index)
drivers is a list of information of all CSI Drivers existing on a node. If all drivers in the list are uninstalled, this can become empty. +patchMergeKey=name +patchStrategy=merge
repeated .k8s.io.api.storage.v1.CSINodeDriver drivers = 1;int getDriversCount()
drivers is a list of information of all CSI Drivers existing on a node. If all drivers in the list are uninstalled, this can become empty. +patchMergeKey=name +patchStrategy=merge
repeated .k8s.io.api.storage.v1.CSINodeDriver drivers = 1;List<? extends V1Storage.CSINodeDriverOrBuilder> getDriversOrBuilderList()
drivers is a list of information of all CSI Drivers existing on a node. If all drivers in the list are uninstalled, this can become empty. +patchMergeKey=name +patchStrategy=merge
repeated .k8s.io.api.storage.v1.CSINodeDriver drivers = 1;V1Storage.CSINodeDriverOrBuilder getDriversOrBuilder(int index)
drivers is a list of information of all CSI Drivers existing on a node. If all drivers in the list are uninstalled, this can become empty. +patchMergeKey=name +patchStrategy=merge
repeated .k8s.io.api.storage.v1.CSINodeDriver drivers = 1;Copyright © 2023. All rights reserved.