V1Batch.JobSpec.Builder.clear()
Specifies the duration in seconds relative to the startTime that the job
may be continuously active before the system tries to terminate it; value
must be positive integer.
Specifies the number of retries before marking this job failed.
CompletionMode specifies how Pod completions are tracked.
Specifies the desired number of successfully finished pods the
job should be run with.
V1Batch.JobSpec.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
manualSelector controls generation of pod labels and pod selectors.
V1Batch.JobSpec.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
Specifies the maximum desired number of pods the job should
run at any given time.
A label query over pods that should match the pod count.
Suspend specifies whether the Job controller should create Pods or not.
Describes the pod that will be created when executing a job.
ttlSecondsAfterFinished limits the lifetime of a Job that has finished
execution (either Complete or Failed).
V1Batch.JobSpec.Builder.clone()
Specification of the desired behavior of a job.
Specification of the desired behavior of the job.
Specification of the desired behavior of the job.
Specification of the desired behavior of the job.
V1Batch.JobSpec.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
V1Batch.JobSpec.Builder.mergeFrom(com.google.protobuf.Message other)
A label query over pods that should match the pod count.
Describes the pod that will be created when executing a job.
V1Batch.JobSpec.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
V1Batch.JobSpec.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
Specifies the duration in seconds relative to the startTime that the job
may be continuously active before the system tries to terminate it; value
must be positive integer.
Specifies the number of retries before marking this job failed.
CompletionMode specifies how Pod completions are tracked.
CompletionMode specifies how Pod completions are tracked.
Specifies the desired number of successfully finished pods the
job should be run with.
V1Batch.JobSpec.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value)
manualSelector controls generation of pod labels and pod selectors.
Specifies the maximum desired number of pods the job should
run at any given time.
V1Batch.JobSpec.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value)
A label query over pods that should match the pod count.
A label query over pods that should match the pod count.
Suspend specifies whether the Job controller should create Pods or not.
Describes the pod that will be created when executing a job.
Describes the pod that will be created when executing a job.
ttlSecondsAfterFinished limits the lifetime of a Job that has finished
execution (either Complete or Failed).
V1Batch.JobSpec.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)