Package io.kubernetes.client.proto
Interface V1beta1Storage.CSINodeSpecOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
V1beta1Storage.CSINodeSpec
,V1beta1Storage.CSINodeSpec.Builder
- Enclosing class:
- V1beta1Storage
public static interface V1beta1Storage.CSINodeSpecOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetDrivers
(int index) drivers is a list of information of all CSI Drivers existing on a node.int
drivers is a list of information of all CSI Drivers existing on a node.drivers is a list of information of all CSI Drivers existing on a node.getDriversOrBuilder
(int index) drivers is a list of information of all CSI Drivers existing on a node.List<? extends V1beta1Storage.CSINodeDriverOrBuilder>
drivers is a list of information of all CSI Drivers existing on a node.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getDriversList
List<V1beta1Storage.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.v1beta1.CSINodeDriver drivers = 1;
-
getDrivers
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.v1beta1.CSINodeDriver drivers = 1;
-
getDriversCount
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.v1beta1.CSINodeDriver drivers = 1;
-
getDriversOrBuilderList
List<? extends V1beta1Storage.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.v1beta1.CSINodeDriver drivers = 1;
-
getDriversOrBuilder
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.v1beta1.CSINodeDriver drivers = 1;
-