JavaScript is disabled on your browser.
Skip navigation links
Arquillian Cube OpenShift API 2.0.0.Final
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.arquillian.cube.openshift.api.model
Interface DeploymentConfig
All Superinterfaces:
OpenShiftResource
public interface
DeploymentConfig
extends
OpenShiftResource
DeploymentConfig
Abstract representation of a DC used within ce-arq.
Author:
Rob Cernich
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
getName
()
Integer
getReplicas
()
Map
<
String
,
String
>
getSelector
()
Method Details
getName
String
getName
()
getReplicas
Integer
getReplicas
()
getSelector
Map
<
String
,
String
>
getSelector
()