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 Type
    Method
    Description
    getDrivers(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.
    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.

    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<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

      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;
    • 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

      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;