public static interface V2alpha1Batch.CronJobStatusOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
V1.ObjectReference |
getActive(int index)
A list of pointers to currently running jobs.
|
int |
getActiveCount()
A list of pointers to currently running jobs.
|
List<V1.ObjectReference> |
getActiveList()
A list of pointers to currently running jobs.
|
V1.ObjectReferenceOrBuilder |
getActiveOrBuilder(int index)
A list of pointers to currently running jobs.
|
List<? extends V1.ObjectReferenceOrBuilder> |
getActiveOrBuilderList()
A list of pointers to currently running jobs.
|
Meta.Time |
getLastScheduleTime()
Information when was the last time the job was successfully scheduled.
|
Meta.TimeOrBuilder |
getLastScheduleTimeOrBuilder()
Information when was the last time the job was successfully scheduled.
|
boolean |
hasLastScheduleTime()
Information when was the last time the job was successfully scheduled.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<V1.ObjectReference> getActiveList()
A list of pointers to currently running jobs. +optional
repeated .k8s.io.api.core.v1.ObjectReference active = 1;V1.ObjectReference getActive(int index)
A list of pointers to currently running jobs. +optional
repeated .k8s.io.api.core.v1.ObjectReference active = 1;int getActiveCount()
A list of pointers to currently running jobs. +optional
repeated .k8s.io.api.core.v1.ObjectReference active = 1;List<? extends V1.ObjectReferenceOrBuilder> getActiveOrBuilderList()
A list of pointers to currently running jobs. +optional
repeated .k8s.io.api.core.v1.ObjectReference active = 1;V1.ObjectReferenceOrBuilder getActiveOrBuilder(int index)
A list of pointers to currently running jobs. +optional
repeated .k8s.io.api.core.v1.ObjectReference active = 1;boolean hasLastScheduleTime()
Information when was the last time the job was successfully scheduled. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time lastScheduleTime = 4;Meta.Time getLastScheduleTime()
Information when was the last time the job was successfully scheduled. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time lastScheduleTime = 4;Meta.TimeOrBuilder getLastScheduleTimeOrBuilder()
Information when was the last time the job was successfully scheduled. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time lastScheduleTime = 4;Copyright © 2021. All rights reserved.