Package io.kubernetes.client.proto
Interface V2alpha1Batch.CronJobStatusOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
V2alpha1Batch.CronJobStatus
,V2alpha1Batch.CronJobStatus.Builder
- Enclosing class:
- V2alpha1Batch
public static interface V2alpha1Batch.CronJobStatusOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetActive
(int index) A list of pointers to currently running jobs.int
A list of pointers to currently running jobs.A list of pointers to currently running jobs.getActiveOrBuilder
(int index) A list of pointers to currently running jobs.List<? extends V1.ObjectReferenceOrBuilder>
A list of pointers to currently running jobs.Information when was the last time the job was successfully scheduled.Information when was the last time the job was successfully scheduled.boolean
Information when was the last time the job was successfully scheduled.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getActiveList
List<V1.ObjectReference> getActiveList()A list of pointers to currently running jobs. +optional
repeated .k8s.io.api.core.v1.ObjectReference active = 1;
-
getActive
A list of pointers to currently running jobs. +optional
repeated .k8s.io.api.core.v1.ObjectReference active = 1;
-
getActiveCount
int getActiveCount()A list of pointers to currently running jobs. +optional
repeated .k8s.io.api.core.v1.ObjectReference active = 1;
-
getActiveOrBuilderList
List<? extends V1.ObjectReferenceOrBuilder> getActiveOrBuilderList()A list of pointers to currently running jobs. +optional
repeated .k8s.io.api.core.v1.ObjectReference active = 1;
-
getActiveOrBuilder
A list of pointers to currently running jobs. +optional
repeated .k8s.io.api.core.v1.ObjectReference active = 1;
-
hasLastScheduleTime
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;
-
getLastScheduleTime
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;
-
getLastScheduleTimeOrBuilder
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;
-