Package k8s.io.api.core.v1
Interface Generated.PodListOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Generated.PodList,Generated.PodList.Builder
- Enclosing class:
- Generated
public static interface Generated.PodListOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Generated.PodgetItems(int index)List of pods.intgetItemsCount()List of pods.List<Generated.Pod>getItemsList()List of pods.Generated.PodOrBuildergetItemsOrBuilder(int index)List of pods.List<? extends Generated.PodOrBuilder>getItemsOrBuilderList()List of pods.Generated.ListMetagetMetadata()Standard list metadata.Generated.ListMetaOrBuildergetMetadataOrBuilder()Standard list metadata.booleanhasMetadata()Standard list metadata.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasMetadata
boolean hasMetadata()
Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ListMeta metadata = 1;- Returns:
- Whether the metadata field is set.
-
getMetadata
Generated.ListMeta getMetadata()
Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ListMeta metadata = 1;- Returns:
- The metadata.
-
getMetadataOrBuilder
Generated.ListMetaOrBuilder getMetadataOrBuilder()
Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ListMeta metadata = 1;
-
getItemsList
List<Generated.Pod> getItemsList()
List of pods. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md
repeated .k8s.io.api.core.v1.Pod items = 2;
-
getItems
Generated.Pod getItems(int index)
List of pods. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md
repeated .k8s.io.api.core.v1.Pod items = 2;
-
getItemsCount
int getItemsCount()
List of pods. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md
repeated .k8s.io.api.core.v1.Pod items = 2;
-
getItemsOrBuilderList
List<? extends Generated.PodOrBuilder> getItemsOrBuilderList()
List of pods. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md
repeated .k8s.io.api.core.v1.Pod items = 2;
-
getItemsOrBuilder
Generated.PodOrBuilder getItemsOrBuilder(int index)
List of pods. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md
repeated .k8s.io.api.core.v1.Pod items = 2;
-
-