Package io.kubernetes.client.proto
Interface V1Storage.CSINodeSpecOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
V1Storage.CSINodeSpec,V1Storage.CSINodeSpec.Builder
- Enclosing class:
- V1Storage
public static interface V1Storage.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.intdrivers 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 V1Storage.CSINodeDriverOrBuilder>drivers is a list of information of all CSI Drivers existing on a node.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getDriversList
List<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; -
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.v1.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.v1.CSINodeDriver drivers = 1; -
getDriversOrBuilderList
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; -
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.v1.CSINodeDriver drivers = 1;
-