public static interface V1beta1Storage.VolumeAttachmentListOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
V1beta1Storage.VolumeAttachment |
getItems(int index)
Items is the list of VolumeAttachments
|
int |
getItemsCount()
Items is the list of VolumeAttachments
|
List<V1beta1Storage.VolumeAttachment> |
getItemsList()
Items is the list of VolumeAttachments
|
V1beta1Storage.VolumeAttachmentOrBuilder |
getItemsOrBuilder(int index)
Items is the list of VolumeAttachments
|
List<? extends V1beta1Storage.VolumeAttachmentOrBuilder> |
getItemsOrBuilderList()
Items is the list of VolumeAttachments
|
Meta.ListMeta |
getMetadata()
Standard list metadata
More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata
+optional
|
Meta.ListMetaOrBuilder |
getMetadataOrBuilder()
Standard list metadata
More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata
+optional
|
boolean |
hasMetadata()
Standard list metadata
More info: https://git.k8s.io/community/contributors/devel/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/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/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/api-conventions.md#metadata +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ListMeta metadata = 1;List<V1beta1Storage.VolumeAttachment> getItemsList()
Items is the list of VolumeAttachments
repeated .k8s.io.api.storage.v1beta1.VolumeAttachment items = 2;V1beta1Storage.VolumeAttachment getItems(int index)
Items is the list of VolumeAttachments
repeated .k8s.io.api.storage.v1beta1.VolumeAttachment items = 2;int getItemsCount()
Items is the list of VolumeAttachments
repeated .k8s.io.api.storage.v1beta1.VolumeAttachment items = 2;List<? extends V1beta1Storage.VolumeAttachmentOrBuilder> getItemsOrBuilderList()
Items is the list of VolumeAttachments
repeated .k8s.io.api.storage.v1beta1.VolumeAttachment items = 2;V1beta1Storage.VolumeAttachmentOrBuilder getItemsOrBuilder(int index)
Items is the list of VolumeAttachments
repeated .k8s.io.api.storage.v1beta1.VolumeAttachment items = 2;Copyright © 2019. All rights reserved.