| Modifier and Type | Method and Description |
|---|---|
V1Batch.JobSpec.Builder |
V1Batch.JobSpec.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
V1Batch.JobSpec.Builder |
V1Batch.JobSpec.Builder.clear() |
V1Batch.JobSpec.Builder |
V1Batch.JobSpec.Builder.clearActiveDeadlineSeconds()
Specifies the duration in seconds relative to the startTime that the job may be active
before the system tries to terminate it; value must be positive integer
+optional
|
V1Batch.JobSpec.Builder |
V1Batch.JobSpec.Builder.clearBackoffLimit()
Specifies the number of retries before marking this job failed.
|
V1Batch.JobSpec.Builder |
V1Batch.JobSpec.Builder.clearCompletions()
Specifies the desired number of successfully finished pods the
job should be run with.
|
V1Batch.JobSpec.Builder |
V1Batch.JobSpec.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
V1Batch.JobSpec.Builder |
V1Batch.JobSpec.Builder.clearManualSelector()
manualSelector controls generation of pod labels and pod selectors.
|
V1Batch.JobSpec.Builder |
V1Batch.JobSpec.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
V1Batch.JobSpec.Builder |
V1Batch.JobSpec.Builder.clearParallelism()
Specifies the maximum desired number of pods the job should
run at any given time.
|
V1Batch.JobSpec.Builder |
V1Batch.JobSpec.Builder.clearSelector()
A label query over pods that should match the pod count.
|
V1Batch.JobSpec.Builder |
V1Batch.JobSpec.Builder.clearTemplate()
Describes the pod that will be created when executing a job.
|
V1Batch.JobSpec.Builder |
V1Batch.JobSpec.Builder.clearTtlSecondsAfterFinished()
ttlSecondsAfterFinished limits the lifetime of a Job that has finished
execution (either Complete or Failed).
|
V1Batch.JobSpec.Builder |
V1Batch.JobSpec.Builder.clone() |
V1Batch.JobSpec.Builder |
V2alpha1Batch.JobTemplateSpec.Builder.getSpecBuilder()
Specification of the desired behavior of the job.
|
V1Batch.JobSpec.Builder |
V1beta1Batch.JobTemplateSpec.Builder.getSpecBuilder()
Specification of the desired behavior of the job.
|
V1Batch.JobSpec.Builder |
V1Batch.Job.Builder.getSpecBuilder()
Specification of the desired behavior of a job.
|
V1Batch.JobSpec.Builder |
V1Batch.JobSpec.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
V1Batch.JobSpec.Builder |
V1Batch.JobSpec.Builder.mergeFrom(com.google.protobuf.Message other) |
V1Batch.JobSpec.Builder |
V1Batch.JobSpec.Builder.mergeFrom(V1Batch.JobSpec other) |
V1Batch.JobSpec.Builder |
V1Batch.JobSpec.Builder.mergeSelector(Meta.LabelSelector value)
A label query over pods that should match the pod count.
|
V1Batch.JobSpec.Builder |
V1Batch.JobSpec.Builder.mergeTemplate(V1.PodTemplateSpec value)
Describes the pod that will be created when executing a job.
|
V1Batch.JobSpec.Builder |
V1Batch.JobSpec.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static V1Batch.JobSpec.Builder |
V1Batch.JobSpec.newBuilder() |
static V1Batch.JobSpec.Builder |
V1Batch.JobSpec.newBuilder(V1Batch.JobSpec prototype) |
V1Batch.JobSpec.Builder |
V1Batch.JobSpec.newBuilderForType() |
protected V1Batch.JobSpec.Builder |
V1Batch.JobSpec.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
V1Batch.JobSpec.Builder |
V1Batch.JobSpec.Builder.setActiveDeadlineSeconds(long value)
Specifies the duration in seconds relative to the startTime that the job may be active
before the system tries to terminate it; value must be positive integer
+optional
|
V1Batch.JobSpec.Builder |
V1Batch.JobSpec.Builder.setBackoffLimit(int value)
Specifies the number of retries before marking this job failed.
|
V1Batch.JobSpec.Builder |
V1Batch.JobSpec.Builder.setCompletions(int value)
Specifies the desired number of successfully finished pods the
job should be run with.
|
V1Batch.JobSpec.Builder |
V1Batch.JobSpec.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
V1Batch.JobSpec.Builder |
V1Batch.JobSpec.Builder.setManualSelector(boolean value)
manualSelector controls generation of pod labels and pod selectors.
|
V1Batch.JobSpec.Builder |
V1Batch.JobSpec.Builder.setParallelism(int value)
Specifies the maximum desired number of pods the job should
run at any given time.
|
V1Batch.JobSpec.Builder |
V1Batch.JobSpec.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
V1Batch.JobSpec.Builder |
V1Batch.JobSpec.Builder.setSelector(Meta.LabelSelector.Builder builderForValue)
A label query over pods that should match the pod count.
|
V1Batch.JobSpec.Builder |
V1Batch.JobSpec.Builder.setSelector(Meta.LabelSelector value)
A label query over pods that should match the pod count.
|
V1Batch.JobSpec.Builder |
V1Batch.JobSpec.Builder.setTemplate(V1.PodTemplateSpec.Builder builderForValue)
Describes the pod that will be created when executing a job.
|
V1Batch.JobSpec.Builder |
V1Batch.JobSpec.Builder.setTemplate(V1.PodTemplateSpec value)
Describes the pod that will be created when executing a job.
|
V1Batch.JobSpec.Builder |
V1Batch.JobSpec.Builder.setTtlSecondsAfterFinished(int value)
ttlSecondsAfterFinished limits the lifetime of a Job that has finished
execution (either Complete or Failed).
|
V1Batch.JobSpec.Builder |
V1Batch.JobSpec.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
V1Batch.JobSpec.Builder |
V1Batch.JobSpec.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
V2alpha1Batch.JobTemplateSpec.Builder |
V2alpha1Batch.JobTemplateSpec.Builder.setSpec(V1Batch.JobSpec.Builder builderForValue)
Specification of the desired behavior of the job.
|
V1beta1Batch.JobTemplateSpec.Builder |
V1beta1Batch.JobTemplateSpec.Builder.setSpec(V1Batch.JobSpec.Builder builderForValue)
Specification of the desired behavior of the job.
|
V1Batch.Job.Builder |
V1Batch.Job.Builder.setSpec(V1Batch.JobSpec.Builder builderForValue)
Specification of the desired behavior of a job.
|
Copyright © 2020. All rights reserved.