Package | Description |
---|---|
io.fabric8.kubernetes.api | |
io.fabric8.kubernetes.api.model |
Modifier and Type | Method and Description |
---|---|
ServiceList |
KubernetesClient.getServices() |
ServiceList |
Kubernetes.getServices()
List all services on this cluster
|
ServiceList |
KubernetesClient.getServices(String namespace) |
ServiceList |
Kubernetes.getServices(String namespace)
List all services on this cluster
|
Modifier and Type | Method and Description |
---|---|
static Map<String,Service> |
KubernetesHelper.toFilteredServiceMap(ServiceList serviceList,
io.fabric8.utils.Filter<Service> filter) |
static Map<String,Service> |
KubernetesHelper.toServiceMap(ServiceList serviceSchema)
Returns a map indexed by service id of the services
|
Modifier and Type | Method and Description |
---|---|
ServiceList |
KubeSchema.getServiceList() |
Modifier and Type | Method and Description |
---|---|
void |
KubeSchema.setServiceList(ServiceList ServiceList) |
Copyright © 2011–2015 Red Hat. All rights reserved.