Package | Description |
---|---|
io.fabric8.kubernetes.api.model.extensions |
Modifier and Type | Method and Description |
---|---|
static Job.ApiVersion |
Job.ApiVersion.fromValue(String value) |
Job.ApiVersion |
JobFluent.getApiVersion() |
Job.ApiVersion |
JobFluentImpl.getApiVersion() |
Job.ApiVersion |
Job.getApiVersion()
(Required)
|
static Job.ApiVersion |
Job.ApiVersion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Job.ApiVersion[] |
Job.ApiVersion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Job.setApiVersion(Job.ApiVersion apiVersion)
(Required)
|
T |
JobFluent.withApiVersion(Job.ApiVersion apiVersion) |
T |
JobFluentImpl.withApiVersion(Job.ApiVersion apiVersion) |
Constructor and Description |
---|
EditableJob(Job.ApiVersion apiVersion,
String kind,
ObjectMeta metadata,
JobSpec spec,
JobStatus status) |
Job(Job.ApiVersion apiVersion,
String kind,
ObjectMeta metadata,
JobSpec spec,
JobStatus status) |
Copyright © 2011–2015 Red Hat. All rights reserved.