Uses of Class
io.kubernetes.client.proto.V1Batch.Job.Builder
-
Uses of V1Batch.Job.Builder in io.kubernetes.client.proto
Methods in io.kubernetes.client.proto that return V1Batch.Job.BuilderModifier and TypeMethodDescriptionV1Batch.JobList.Builder.addItemsBuilder()items is the list of Jobs.V1Batch.JobList.Builder.addItemsBuilder(int index) items is the list of Jobs.V1Batch.Job.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) V1Batch.Job.Builder.clear()V1Batch.Job.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) V1Batch.Job.Builder.clearMetadata()Standard object's metadata.V1Batch.Job.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) V1Batch.Job.Builder.clearSpec()Specification of the desired behavior of a job.V1Batch.Job.Builder.clearStatus()Current status of a job.V1Batch.Job.Builder.clone()V1Batch.JobList.Builder.getItemsBuilder(int index) items is the list of Jobs.V1Batch.Job.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) V1Batch.Job.Builder.mergeFrom(com.google.protobuf.Message other) V1Batch.Job.Builder.mergeFrom(V1Batch.Job other) V1Batch.Job.Builder.mergeMetadata(Meta.ObjectMeta value) Standard object's metadata.V1Batch.Job.Builder.mergeSpec(V1Batch.JobSpec value) Specification of the desired behavior of a job.V1Batch.Job.Builder.mergeStatus(V1Batch.JobStatus value) Current status of a job.final V1Batch.Job.BuilderV1Batch.Job.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static V1Batch.Job.BuilderV1Batch.Job.newBuilder()static V1Batch.Job.BuilderV1Batch.Job.newBuilder(V1Batch.Job prototype) V1Batch.Job.newBuilderForType()protected V1Batch.Job.BuilderV1Batch.Job.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) V1Batch.Job.Builder.setMetadata(Meta.ObjectMeta value) Standard object's metadata.V1Batch.Job.Builder.setMetadata(Meta.ObjectMeta.Builder builderForValue) Standard object's metadata.V1Batch.Job.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) V1Batch.Job.Builder.setSpec(V1Batch.JobSpec value) Specification of the desired behavior of a job.V1Batch.Job.Builder.setSpec(V1Batch.JobSpec.Builder builderForValue) Specification of the desired behavior of a job.V1Batch.Job.Builder.setStatus(V1Batch.JobStatus value) Current status of a job.V1Batch.Job.Builder.setStatus(V1Batch.JobStatus.Builder builderForValue) Current status of a job.final V1Batch.Job.BuilderV1Batch.Job.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) V1Batch.Job.toBuilder()Methods in io.kubernetes.client.proto that return types with arguments of type V1Batch.Job.BuilderModifier and TypeMethodDescriptionV1Batch.JobList.Builder.getItemsBuilderList()items is the list of Jobs.Methods in io.kubernetes.client.proto with parameters of type V1Batch.Job.BuilderModifier and TypeMethodDescriptionV1Batch.JobList.Builder.addItems(int index, V1Batch.Job.Builder builderForValue) items is the list of Jobs.V1Batch.JobList.Builder.addItems(V1Batch.Job.Builder builderForValue) items is the list of Jobs.V1Batch.JobList.Builder.setItems(int index, V1Batch.Job.Builder builderForValue) items is the list of Jobs.