Package | Description |
---|---|
io.fabric8.kubernetes.api | |
io.fabric8.kubernetes.api.model |
Modifier and Type | Method and Description |
---|---|
ServiceSchema |
Kubernetes.getService(String serviceId)
Get a specific service
|
ServiceSchema |
KubernetesClient.getService(String serviceId) |
Modifier and Type | Method and Description |
---|---|
static Filter<ServiceSchema> |
KubernetesHelper.createServiceFilter(Map<String,String> labelSelector)
Creates a filter on a service using the given text string
|
static Filter<ServiceSchema> |
KubernetesHelper.createServiceFilter(String textFilter)
Creates a filter on a service using the given text string
|
static Map<String,ServiceSchema> |
KubernetesHelper.getServiceMap(Kubernetes kubernetes) |
static Map<String,ServiceSchema> |
KubernetesHelper.toServiceMap(List<ServiceSchema> services)
Returns a map indexed by service id of the services
|
static Map<String,ServiceSchema> |
KubernetesHelper.toServiceMap(ServiceListSchema serviceSchema)
Returns a map indexed by service id of the services
|
Modifier and Type | Method and Description |
---|---|
void |
Controller.applyService(ServiceSchema serviceSchema,
String sourceName) |
String |
Kubernetes.createService(ServiceSchema entity)
Create a new service
|
String |
KubernetesClient.createService(ServiceSchema entity) |
static int |
KubernetesHelper.getContainerPort(ServiceSchema service)
Returns the container port number for the given service
|
protected boolean |
Controller.isRunning(ServiceSchema entity) |
String |
Kubernetes.updateService(String serviceId,
ServiceSchema entity)
Update a service
|
String |
KubernetesClient.updateService(String serviceId,
ServiceSchema entity) |
Modifier and Type | Method and Description |
---|---|
static Map<String,ServiceSchema> |
KubernetesHelper.toServiceMap(List<ServiceSchema> services)
Returns a map indexed by service id of the services
|
Modifier and Type | Method and Description |
---|---|
List<ServiceSchema> |
ServiceListSchema.getItems() |
Modifier and Type | Method and Description |
---|---|
void |
ServiceListSchema.setItems(List<ServiceSchema> items) |
Copyright © 2011–2014 Red Hat. All rights reserved.