Uses of Class
io.kubernetes.client.proto.V1Batch.JobTemplateSpec
-
Uses of V1Batch.JobTemplateSpec in io.kubernetes.client.proto
Fields in io.kubernetes.client.proto with type parameters of type V1Batch.JobTemplateSpecModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<V1Batch.JobTemplateSpec>
V1Batch.JobTemplateSpec.PARSER
Deprecated.Methods in io.kubernetes.client.proto that return V1Batch.JobTemplateSpecModifier and TypeMethodDescriptionV1Batch.JobTemplateSpec.Builder.build()
V1Batch.JobTemplateSpec.Builder.buildPartial()
static V1Batch.JobTemplateSpec
V1Batch.JobTemplateSpec.getDefaultInstance()
V1Batch.JobTemplateSpec.Builder.getDefaultInstanceForType()
V1Batch.JobTemplateSpec.getDefaultInstanceForType()
V1Batch.CronJobSpec.Builder.getJobTemplate()
Specifies the job that will be created when executing a CronJob.V1Batch.CronJobSpec.getJobTemplate()
Specifies the job that will be created when executing a CronJob.V1Batch.CronJobSpecOrBuilder.getJobTemplate()
Specifies the job that will be created when executing a CronJob.static V1Batch.JobTemplateSpec
V1Batch.JobTemplateSpec.parseDelimitedFrom
(InputStream input) static V1Batch.JobTemplateSpec
V1Batch.JobTemplateSpec.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1Batch.JobTemplateSpec
V1Batch.JobTemplateSpec.parseFrom
(byte[] data) static V1Batch.JobTemplateSpec
V1Batch.JobTemplateSpec.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1Batch.JobTemplateSpec
V1Batch.JobTemplateSpec.parseFrom
(com.google.protobuf.ByteString data) static V1Batch.JobTemplateSpec
V1Batch.JobTemplateSpec.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1Batch.JobTemplateSpec
V1Batch.JobTemplateSpec.parseFrom
(com.google.protobuf.CodedInputStream input) static V1Batch.JobTemplateSpec
V1Batch.JobTemplateSpec.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1Batch.JobTemplateSpec
V1Batch.JobTemplateSpec.parseFrom
(InputStream input) static V1Batch.JobTemplateSpec
V1Batch.JobTemplateSpec.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1Batch.JobTemplateSpec
V1Batch.JobTemplateSpec.parseFrom
(ByteBuffer data) static V1Batch.JobTemplateSpec
V1Batch.JobTemplateSpec.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.kubernetes.client.proto that return types with arguments of type V1Batch.JobTemplateSpecModifier and TypeMethodDescriptioncom.google.protobuf.Parser<V1Batch.JobTemplateSpec>
V1Batch.JobTemplateSpec.getParserForType()
static com.google.protobuf.Parser<V1Batch.JobTemplateSpec>
V1Batch.JobTemplateSpec.parser()
Methods in io.kubernetes.client.proto with parameters of type V1Batch.JobTemplateSpecModifier and TypeMethodDescriptionV1Batch.JobTemplateSpec.Builder.mergeFrom
(V1Batch.JobTemplateSpec other) V1Batch.CronJobSpec.Builder.mergeJobTemplate
(V1Batch.JobTemplateSpec value) Specifies the job that will be created when executing a CronJob.V1Batch.JobTemplateSpec.newBuilder
(V1Batch.JobTemplateSpec prototype) V1Batch.CronJobSpec.Builder.setJobTemplate
(V1Batch.JobTemplateSpec value) Specifies the job that will be created when executing a CronJob.