| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model.batch |
| Modifier and Type | Method and Description |
|---|---|
CronJobSpec |
CronJobSpecBuilder.build() |
CronJobSpec |
CronJobFluent.buildSpec() |
CronJobSpec |
CronJobFluentImpl.buildSpec() |
CronJobSpec |
CronJobFluent.getSpec()
Deprecated.
|
CronJobSpec |
CronJobFluentImpl.getSpec()
Deprecated.
|
CronJobSpec |
CronJob.getSpec() |
| Modifier and Type | Method and Description |
|---|---|
CronJobFluent.SpecNested<A> |
CronJobFluent.editOrNewSpecLike(CronJobSpec item) |
CronJobFluent.SpecNested<A> |
CronJobFluentImpl.editOrNewSpecLike(CronJobSpec item) |
void |
CronJob.setSpec(CronJobSpec spec) |
CronJobFluent.SpecNested<A> |
CronJobFluent.withNewSpecLike(CronJobSpec item) |
CronJobFluent.SpecNested<A> |
CronJobFluentImpl.withNewSpecLike(CronJobSpec item) |
A |
CronJobFluent.withSpec(CronJobSpec spec) |
A |
CronJobFluentImpl.withSpec(CronJobSpec spec) |
| Constructor and Description |
|---|
CronJob(String apiVersion,
String kind,
io.fabric8.kubernetes.api.model.ObjectMeta metadata,
CronJobSpec spec,
CronJobStatus status) |
CronJobSpecBuilder(CronJobSpec instance) |
CronJobSpecBuilder(CronJobSpec instance,
Boolean validationEnabled) |
CronJobSpecBuilder(CronJobSpecFluent<?> fluent,
CronJobSpec instance) |
CronJobSpecBuilder(CronJobSpecFluent<?> fluent,
CronJobSpec instance,
Boolean validationEnabled) |
CronJobSpecFluentImpl(CronJobSpec instance) |
Copyright © 2015–2020 Red Hat. All rights reserved.