Package | Description |
---|---|
io.fabric8.kubernetes.api.model.extensions |
Modifier and Type | Method and Description |
---|---|
static Deployment.ApiVersion |
Deployment.ApiVersion.fromValue(String value) |
Deployment.ApiVersion |
DeploymentFluent.getApiVersion() |
Deployment.ApiVersion |
DeploymentFluentImpl.getApiVersion() |
Deployment.ApiVersion |
Deployment.getApiVersion()
(Required)
|
static Deployment.ApiVersion |
Deployment.ApiVersion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Deployment.ApiVersion[] |
Deployment.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 |
Deployment.setApiVersion(Deployment.ApiVersion apiVersion)
(Required)
|
T |
DeploymentFluent.withApiVersion(Deployment.ApiVersion apiVersion) |
T |
DeploymentFluentImpl.withApiVersion(Deployment.ApiVersion apiVersion) |
Constructor and Description |
---|
Deployment(Deployment.ApiVersion apiVersion,
String kind,
ObjectMeta metadata,
DeploymentSpec spec,
DeploymentStatus status) |
EditableDeployment(Deployment.ApiVersion apiVersion,
String kind,
ObjectMeta metadata,
DeploymentSpec spec,
DeploymentStatus status) |
Copyright © 2011–2016 Red Hat. All rights reserved.