Package | Description |
---|---|
io.fabric8.kubernetes.api | |
io.fabric8.openshift.api.model |
Modifier and Type | Method and Description |
---|---|
BuildConfig |
KubernetesExtensions.getBuildConfig(String name,
String namespace) |
BuildConfig |
KubernetesClient.getBuildConfig(String name,
String namespace) |
Modifier and Type | Method and Description |
---|---|
void |
Controller.applyBuildConfig(BuildConfig entity,
String sourceName) |
String |
KubernetesExtensions.createBuildConfig(BuildConfig entity) |
String |
KubernetesClient.createBuildConfig(BuildConfig entity) |
String |
KubernetesExtensions.updateBuildConfig(String name,
BuildConfig entity,
String namespace) |
String |
KubernetesClient.updateBuildConfig(String name,
BuildConfig entity,
String namespace) |
Modifier and Type | Method and Description |
---|---|
List<BuildConfig> |
BuildConfigList.getItems() |
Modifier and Type | Method and Description |
---|---|
void |
BuildConfigList.setItems(List<BuildConfig> items) |
Copyright © 2011–2015 Red Hat. All rights reserved.