public static interface V1.PodListOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
V1.Pod |
getItems(int index)
List of pods.
|
int |
getItemsCount()
List of pods.
|
List<V1.Pod> |
getItemsList()
List of pods.
|
V1.PodOrBuilder |
getItemsOrBuilder(int index)
List of pods.
|
List<? extends V1.PodOrBuilder> |
getItemsOrBuilderList()
List of pods.
|
Meta.ListMeta |
getMetadata()
Standard list metadata.
|
Meta.ListMetaOrBuilder |
getMetadataOrBuilder()
Standard list metadata.
|
boolean |
hasMetadata()
Standard list metadata.
|
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#types-kinds +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#types-kinds +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#types-kinds +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ListMeta metadata = 1;List<V1.Pod> getItemsList()
List of pods. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md
repeated .k8s.io.api.core.v1.Pod items = 2;V1.Pod getItems(int index)
List of pods. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md
repeated .k8s.io.api.core.v1.Pod items = 2;int getItemsCount()
List of pods. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md
repeated .k8s.io.api.core.v1.Pod items = 2;List<? extends V1.PodOrBuilder> getItemsOrBuilderList()
List of pods. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md
repeated .k8s.io.api.core.v1.Pod items = 2;V1.PodOrBuilder getItemsOrBuilder(int index)
List of pods. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md
repeated .k8s.io.api.core.v1.Pod items = 2;Copyright © 2020. All rights reserved.