Package | Description |
---|---|
io.fabric8.kubernetes.api.model.extensions |
Modifier and Type | Method and Description |
---|---|
static JobList.ApiVersion |
JobList.ApiVersion.fromValue(String value) |
JobList.ApiVersion |
JobListFluentImpl.getApiVersion() |
JobList.ApiVersion |
JobListFluent.getApiVersion() |
JobList.ApiVersion |
JobList.getApiVersion()
(Required)
|
static JobList.ApiVersion |
JobList.ApiVersion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JobList.ApiVersion[] |
JobList.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 |
JobList.setApiVersion(JobList.ApiVersion apiVersion)
(Required)
|
T |
JobListFluentImpl.withApiVersion(JobList.ApiVersion apiVersion) |
T |
JobListFluent.withApiVersion(JobList.ApiVersion apiVersion) |
Constructor and Description |
---|
EditableJobList(JobList.ApiVersion apiVersion,
List<Job> items,
String kind,
ListMeta metadata) |
JobList(JobList.ApiVersion apiVersion,
List<Job> items,
String kind,
ListMeta metadata) |
Copyright © 2011–2015 Red Hat. All rights reserved.