public class AppViewDetails extends Object
Constructor and Description |
---|
AppViewDetails(AppViewSnapshot snapshot,
String appPath,
String namespace) |
Modifier and Type | Method and Description |
---|---|
void |
addController(ReplicationControllerSchema controller) |
void |
addPod(PodSchema pod) |
void |
addService(ServiceSchema service) |
String |
getAppPath() |
Map<String,ReplicationControllerSchema> |
getControllers() |
String |
getNamespace() |
Map<String,PodSchema> |
getPods() |
Map<String,ServiceSchema> |
getServices() |
AppViewSnapshot |
getSnapshot() |
AppSummaryDTO |
getSummary() |
public AppViewDetails(AppViewSnapshot snapshot, String appPath, String namespace)
public AppViewSnapshot getSnapshot()
public String getAppPath()
public String getNamespace()
public Map<String,ServiceSchema> getServices()
public Map<String,ReplicationControllerSchema> getControllers()
public void addService(ServiceSchema service)
public void addController(ReplicationControllerSchema controller)
public void addPod(PodSchema pod)
public AppSummaryDTO getSummary()
Copyright © 2011–2014 Red Hat. All rights reserved.