public static interface V1Storage.CSIDriverListOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
V1Storage.CSIDriver |
getItems(int index)
items is the list of CSIDriver
|
int |
getItemsCount()
items is the list of CSIDriver
|
List<V1Storage.CSIDriver> |
getItemsList()
items is the list of CSIDriver
|
V1Storage.CSIDriverOrBuilder |
getItemsOrBuilder(int index)
items is the list of CSIDriver
|
List<? extends V1Storage.CSIDriverOrBuilder> |
getItemsOrBuilderList()
items is the list of CSIDriver
|
Meta.ListMeta |
getMetadata()
Standard list metadata
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
+optional
|
Meta.ListMetaOrBuilder |
getMetadataOrBuilder()
Standard list metadata
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
+optional
|
boolean |
hasMetadata()
Standard list metadata
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
+optional
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean 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;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;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;List<V1Storage.CSIDriver> getItemsList()
items is the list of CSIDriver
repeated .k8s.io.api.storage.v1.CSIDriver items = 2;V1Storage.CSIDriver getItems(int index)
items is the list of CSIDriver
repeated .k8s.io.api.storage.v1.CSIDriver items = 2;int getItemsCount()
items is the list of CSIDriver
repeated .k8s.io.api.storage.v1.CSIDriver items = 2;List<? extends V1Storage.CSIDriverOrBuilder> getItemsOrBuilderList()
items is the list of CSIDriver
repeated .k8s.io.api.storage.v1.CSIDriver items = 2;V1Storage.CSIDriverOrBuilder getItemsOrBuilder(int index)
items is the list of CSIDriver
repeated .k8s.io.api.storage.v1.CSIDriver items = 2;Copyright © 2023. All rights reserved.