public static interface V1Batch.JobListOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
V1Batch.Job |
getItems(int index)
items is the list of Jobs.
|
int |
getItemsCount()
items is the list of Jobs.
|
List<V1Batch.Job> |
getItemsList()
items is the list of Jobs.
|
V1Batch.JobOrBuilder |
getItemsOrBuilder(int index)
items is the list of Jobs.
|
List<? extends V1Batch.JobOrBuilder> |
getItemsOrBuilderList()
items is the list of Jobs.
|
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#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<V1Batch.Job> getItemsList()
items is the list of Jobs.
repeated .k8s.io.api.batch.v1.Job items = 2;V1Batch.Job getItems(int index)
items is the list of Jobs.
repeated .k8s.io.api.batch.v1.Job items = 2;int getItemsCount()
items is the list of Jobs.
repeated .k8s.io.api.batch.v1.Job items = 2;List<? extends V1Batch.JobOrBuilder> getItemsOrBuilderList()
items is the list of Jobs.
repeated .k8s.io.api.batch.v1.Job items = 2;V1Batch.JobOrBuilder getItemsOrBuilder(int index)
items is the list of Jobs.
repeated .k8s.io.api.batch.v1.Job items = 2;Copyright © 2020. All rights reserved.