Package | Description |
---|---|
io.fabric8.kubernetes.api.model | |
io.fabric8.openshift.api.model |
Modifier and Type | Method and Description |
---|---|
BaseKubernetesListFluent.DeploymentConfigItemsNested<T> |
BaseKubernetesListFluent.addNewDeploymentConfigItemLike(DeploymentConfig item) |
T |
BaseKubernetesListFluent.addToDeploymentConfigItems(DeploymentConfig... items) |
T |
BaseKubernetesListFluent.removeFromDeploymentConfigItems(DeploymentConfig... items) |
Modifier and Type | Class and Description |
---|---|
class |
EditableDeploymentConfig |
Modifier and Type | Method and Description |
---|---|
DeploymentConfig |
DoneableDeploymentConfig.done() |
Modifier and Type | Method and Description |
---|---|
List<DeploymentConfig> |
DeploymentConfigListFluent.getItems() |
List<DeploymentConfig> |
DeploymentConfigList.getItems()
a list of deployment configs
|
Modifier and Type | Method and Description |
---|---|
TemplateFluent.DeploymentConfigObjectsNested<T> |
TemplateFluent.addNewDeploymentConfigObjectLike(DeploymentConfig item) |
DeploymentConfigListFluent.ItemsNested<T> |
DeploymentConfigListFluent.addNewItemLike(DeploymentConfig item) |
T |
TemplateFluent.addToDeploymentConfigObjects(DeploymentConfig... items) |
T |
DeploymentConfigListFluent.addToItems(DeploymentConfig... items) |
T |
TemplateFluent.removeFromDeploymentConfigObjects(DeploymentConfig... items) |
T |
DeploymentConfigListFluent.removeFromItems(DeploymentConfig... items) |
T |
DeploymentConfigListFluent.withItems(DeploymentConfig... items) |
Modifier and Type | Method and Description |
---|---|
void |
DeploymentConfigList.setItems(List<DeploymentConfig> items)
a list of deployment configs
|
T |
DeploymentConfigListFluent.withItems(List<DeploymentConfig> items) |
Constructor and Description |
---|
DeploymentConfigBuilder(DeploymentConfig instance) |
DeploymentConfigBuilder(DeploymentConfigFluent<?> fluent,
DeploymentConfig instance) |
DoneableDeploymentConfig(DeploymentConfig item,
Visitor<DeploymentConfig> visitor) |
Constructor and Description |
---|
DeploymentConfigList(DeploymentConfigList.ApiVersion apiVersion,
List<DeploymentConfig> items,
String kind,
ListMeta metadata) |
DoneableDeploymentConfig(DeploymentConfig item,
Visitor<DeploymentConfig> visitor) |
DoneableDeploymentConfig(Visitor<DeploymentConfig> visitor) |
EditableDeploymentConfigList(DeploymentConfigList.ApiVersion apiVersion,
List<DeploymentConfig> items,
String kind,
ListMeta metadata) |
Copyright © 2011–2015 Red Hat. All rights reserved.