Package | Description |
---|---|
io.fabric8.kubernetes.api | |
io.fabric8.kubernetes.api.model |
Modifier and Type | Method and Description |
---|---|
static Entity |
KubernetesHelper.getEntity(Item item)
Loads the entity for the given item
|
Modifier and Type | Method and Description |
---|---|
static List<Entity> |
KubernetesHelper.getEntities(Config config)
Returns the items inside the config as a list of
Entity objects |
Modifier and Type | Method and Description |
---|---|
void |
Controller.applyEntity(Entity dto,
String sourceName)
Applies the given DTOs onto the Kubernetes master
|
Modifier and Type | Class and Description |
---|---|
class |
Config
Config resource.
|
class |
PodSchema
Pod resource.
|
class |
ReplicationControllerSchema
A replicationController resource.
|
class |
ServiceSchema
A service resource.
|
class |
Template
Template resource.
|
Copyright © 2011–2014 Red Hat. All rights reserved.