Package | Description |
---|---|
com.openshift.client | |
com.openshift.client.cartridge.query | |
com.openshift.internal.client |
Modifier and Type | Method and Description |
---|---|
IDomain |
IUser.createDomain(String id) |
IDomain |
IUser.getDefaultDomain() |
IDomain |
IApplication.getDomain()
Get the domain of the application.
|
IDomain |
IUser.getDomain(String id) |
Modifier and Type | Method and Description |
---|---|
List<IDomain> |
IUser.getDomains() |
List<IDomain> |
IOpenShiftConnection.getDomains()
Returns the domains associated with the current OpenShift connection.
|
Constructor and Description |
---|
ApplicationBuilder(IDomain domain) |
Modifier and Type | Method and Description |
---|---|
protected IOpenShiftConnection |
AbstractCartridgeQuery.getConnection(IDomain domain) |
Modifier and Type | Class and Description |
---|---|
class |
DomainResource |
Modifier and Type | Method and Description |
---|---|
IDomain |
APIResource.createDomain(String id) |
IDomain |
UserResource.createDomain(String id) |
IDomain |
APIResource.getDefaultDomain() |
IDomain |
UserResource.getDefaultDomain() |
IDomain |
ApplicationResource.getDomain() |
IDomain |
APIResource.getDomain(String id) |
IDomain |
UserResource.getDomain(String id) |
IDomain |
APIResource.showDomain(String id) |
Modifier and Type | Method and Description |
---|---|
List<IDomain> |
APIResource.getDomains() |
List<IDomain> |
UserResource.getDomains() |
Modifier and Type | Method and Description |
---|---|
protected void |
APIResource.removeDomain(IDomain domain)
Called after a domain has been destroyed
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.