Package | Description |
---|---|
io.fabric8.openshift.api.model |
Modifier and Type | Method and Description |
---|---|
static Project.ApiVersion |
Project.ApiVersion.fromValue(String value) |
Project.ApiVersion |
ProjectFluentImpl.getApiVersion() |
Project.ApiVersion |
ProjectFluent.getApiVersion() |
Project.ApiVersion |
Project.getApiVersion()
(Required)
|
static Project.ApiVersion |
Project.ApiVersion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Project.ApiVersion[] |
Project.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 |
Project.setApiVersion(Project.ApiVersion apiVersion)
(Required)
|
T |
ProjectFluentImpl.withApiVersion(Project.ApiVersion apiVersion) |
T |
ProjectFluent.withApiVersion(Project.ApiVersion apiVersion) |
Constructor and Description |
---|
EditableProject(Project.ApiVersion apiVersion,
String kind,
ObjectMeta metadata,
ProjectSpec spec,
ProjectStatus status) |
Project(Project.ApiVersion apiVersion,
String kind,
ObjectMeta metadata,
ProjectSpec spec,
ProjectStatus status) |
Copyright © 2011–2015 Red Hat. All rights reserved.