Package io.kubernetes.client.proto
Interface V1beta1Batch.CronJobStatusOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
V1beta1Batch.CronJobStatus
,V1beta1Batch.CronJobStatus.Builder
- Enclosing class:
- V1beta1Batch
public static interface V1beta1Batch.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.Information when was the last time the job successfully completed.Information when was the last time the job successfully completed.boolean
Information when was the last time the job was successfully scheduled.boolean
Information when was the last time the job successfully completed.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 +listType=atomic
repeated .k8s.io.api.core.v1.ObjectReference active = 1;
-
getActive
A list of pointers to currently running jobs. +optional +listType=atomic
repeated .k8s.io.api.core.v1.ObjectReference active = 1;
-
getActiveCount
int getActiveCount()A list of pointers to currently running jobs. +optional +listType=atomic
repeated .k8s.io.api.core.v1.ObjectReference active = 1;
-
getActiveOrBuilderList
List<? extends V1.ObjectReferenceOrBuilder> getActiveOrBuilderList()A list of pointers to currently running jobs. +optional +listType=atomic
repeated .k8s.io.api.core.v1.ObjectReference active = 1;
-
getActiveOrBuilder
A list of pointers to currently running jobs. +optional +listType=atomic
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;
-
hasLastSuccessfulTime
boolean hasLastSuccessfulTime()Information when was the last time the job successfully completed. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time lastSuccessfulTime = 5;
-
getLastSuccessfulTime
Meta.Time getLastSuccessfulTime()Information when was the last time the job successfully completed. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time lastSuccessfulTime = 5;
-
getLastSuccessfulTimeOrBuilder
Meta.TimeOrBuilder getLastSuccessfulTimeOrBuilder()Information when was the last time the job successfully completed. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time lastSuccessfulTime = 5;
-