Package io.kubernetes.client.proto
Interface V1Storage.CSINodeListOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
V1Storage.CSINodeList,V1Storage.CSINodeList.Builder
- Enclosing class:
- V1Storage
public static interface V1Storage.CSINodeListOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetItems(int index) items is the list of CSINodeintitems is the list of CSINodeitems is the list of CSINodegetItemsOrBuilder(int index) items is the list of CSINodeList<? extends V1Storage.CSINodeOrBuilder>items is the list of CSINodeStandard list metadata More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata +optionalStandard list metadata More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata +optionalbooleanStandard list metadata More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata +optionalMethods 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
-
hasMetadata
boolean hasMetadata()Standard list metadata More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ListMeta metadata = 1; -
getMetadata
Meta.ListMeta getMetadata()Standard list metadata More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ListMeta metadata = 1; -
getMetadataOrBuilder
Meta.ListMetaOrBuilder getMetadataOrBuilder()Standard list metadata More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ListMeta metadata = 1; -
getItemsList
List<V1Storage.CSINode> getItemsList()items is the list of CSINode
repeated .k8s.io.api.storage.v1.CSINode items = 2; -
getItems
items is the list of CSINode
repeated .k8s.io.api.storage.v1.CSINode items = 2; -
getItemsCount
int getItemsCount()items is the list of CSINode
repeated .k8s.io.api.storage.v1.CSINode items = 2; -
getItemsOrBuilderList
List<? extends V1Storage.CSINodeOrBuilder> getItemsOrBuilderList()items is the list of CSINode
repeated .k8s.io.api.storage.v1.CSINode items = 2; -
getItemsOrBuilder
items is the list of CSINode
repeated .k8s.io.api.storage.v1.CSINode items = 2;
-