Interface V1Storage.VolumeNodeResourcesOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
V1Storage.VolumeNodeResources, V1Storage.VolumeNodeResources.Builder
Enclosing class:
V1Storage

public static interface V1Storage.VolumeNodeResourcesOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Maximum number of unique volumes managed by the CSI driver that can be used on a node.
    boolean
    Maximum number of unique volumes managed by the CSI driver that can be used 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

    • hasCount

      boolean hasCount()
       Maximum number of unique volumes managed by the CSI driver that can be used on a node.
       A volume that is both attached and mounted on a node is considered to be used once, not twice.
       The same rule applies for a unique volume that is shared among multiple pods on the same node.
       If this field is not specified, then the supported number of volumes on this node is unbounded.
       +optional
       
      optional int32 count = 1;
    • getCount

      int getCount()
       Maximum number of unique volumes managed by the CSI driver that can be used on a node.
       A volume that is both attached and mounted on a node is considered to be used once, not twice.
       The same rule applies for a unique volume that is shared among multiple pods on the same node.
       If this field is not specified, then the supported number of volumes on this node is unbounded.
       +optional
       
      optional int32 count = 1;