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