Uses of Class
io.kubernetes.client.proto.V2alpha1Batch.CronJobStatus.Builder
-
Uses of V2alpha1Batch.CronJobStatus.Builder in io.kubernetes.client.proto
Methods in io.kubernetes.client.proto that return V2alpha1Batch.CronJobStatus.BuilderModifier and TypeMethodDescriptionV2alpha1Batch.CronJobStatus.Builder.addActive
(int index, V1.ObjectReference value) A list of pointers to currently running jobs.V2alpha1Batch.CronJobStatus.Builder.addActive
(int index, V1.ObjectReference.Builder builderForValue) A list of pointers to currently running jobs.V2alpha1Batch.CronJobStatus.Builder.addActive
(V1.ObjectReference value) A list of pointers to currently running jobs.V2alpha1Batch.CronJobStatus.Builder.addActive
(V1.ObjectReference.Builder builderForValue) A list of pointers to currently running jobs.V2alpha1Batch.CronJobStatus.Builder.addAllActive
(Iterable<? extends V1.ObjectReference> values) A list of pointers to currently running jobs.V2alpha1Batch.CronJobStatus.Builder.addRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) V2alpha1Batch.CronJobStatus.Builder.clear()
V2alpha1Batch.CronJobStatus.Builder.clearActive()
A list of pointers to currently running jobs.V2alpha1Batch.CronJobStatus.Builder.clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) V2alpha1Batch.CronJobStatus.Builder.clearLastScheduleTime()
Information when was the last time the job was successfully scheduled.V2alpha1Batch.CronJobStatus.Builder.clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) V2alpha1Batch.CronJobStatus.Builder.clone()
V2alpha1Batch.CronJob.Builder.getStatusBuilder()
Current status of a cron job.V2alpha1Batch.CronJobStatus.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) V2alpha1Batch.CronJobStatus.Builder.mergeFrom
(com.google.protobuf.Message other) V2alpha1Batch.CronJobStatus.Builder.mergeFrom
(V2alpha1Batch.CronJobStatus other) V2alpha1Batch.CronJobStatus.Builder.mergeLastScheduleTime
(Meta.Time value) Information when was the last time the job was successfully scheduled.V2alpha1Batch.CronJobStatus.Builder.mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) V2alpha1Batch.CronJobStatus.newBuilder()
V2alpha1Batch.CronJobStatus.newBuilder
(V2alpha1Batch.CronJobStatus prototype) V2alpha1Batch.CronJobStatus.newBuilderForType()
protected V2alpha1Batch.CronJobStatus.Builder
V2alpha1Batch.CronJobStatus.newBuilderForType
(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) V2alpha1Batch.CronJobStatus.Builder.removeActive
(int index) A list of pointers to currently running jobs.V2alpha1Batch.CronJobStatus.Builder.setActive
(int index, V1.ObjectReference value) A list of pointers to currently running jobs.V2alpha1Batch.CronJobStatus.Builder.setActive
(int index, V1.ObjectReference.Builder builderForValue) A list of pointers to currently running jobs.V2alpha1Batch.CronJobStatus.Builder.setField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) V2alpha1Batch.CronJobStatus.Builder.setLastScheduleTime
(Meta.Time value) Information when was the last time the job was successfully scheduled.V2alpha1Batch.CronJobStatus.Builder.setLastScheduleTime
(Meta.Time.Builder builderForValue) Information when was the last time the job was successfully scheduled.V2alpha1Batch.CronJobStatus.Builder.setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) V2alpha1Batch.CronJobStatus.Builder.setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) V2alpha1Batch.CronJobStatus.toBuilder()
Methods in io.kubernetes.client.proto with parameters of type V2alpha1Batch.CronJobStatus.BuilderModifier and TypeMethodDescriptionV2alpha1Batch.CronJob.Builder.setStatus
(V2alpha1Batch.CronJobStatus.Builder builderForValue) Current status of a cron job.