| Package | Description |
|---|---|
| io.fabric8.kubernetes.api | |
| io.fabric8.openshift.api.model |
| Modifier and Type | Method and Description |
|---|---|
DeploymentConfig |
KubernetesExtensions.getDeploymentConfig(String name,
String namespace) |
DeploymentConfig |
KubernetesClient.getDeploymentConfig(String name,
String namespace) |
| Modifier and Type | Method and Description |
|---|---|
void |
Controller.applyDeploymentConfig(DeploymentConfig entity,
String sourceName) |
String |
KubernetesExtensions.createDeploymentConfig(DeploymentConfig entity) |
String |
KubernetesClient.createDeploymentConfig(DeploymentConfig entity) |
String |
KubernetesExtensions.updateDeploymentConfig(String name,
DeploymentConfig entity,
String namespace) |
String |
KubernetesClient.updateDeploymentConfig(String name,
DeploymentConfig entity,
String namespace) |
| Modifier and Type | Method and Description |
|---|---|
List<DeploymentConfig> |
DeploymentConfigList.getItems() |
| Modifier and Type | Method and Description |
|---|---|
void |
DeploymentConfigList.setItems(List<DeploymentConfig> items) |
Copyright © 2011–2015 Red Hat. All rights reserved.