Interface V1Batch.CronJobStatusOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
V1Batch.CronJobStatus, V1Batch.CronJobStatus.Builder
Enclosing class:
V1Batch

public static interface V1Batch.CronJobStatusOrBuilder extends com.google.protobuf.MessageOrBuilder
  • 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

      V1.ObjectReference getActive(int index)
       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

      V1.ObjectReferenceOrBuilder getActiveOrBuilder(int index)
       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;