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