Package | Description |
---|---|
io.fabric8.kubernetes.api.model | |
io.fabric8.openshift.api.model |
Modifier and Type | Method and Description |
---|---|
OAuthAccessToken |
KubeSchemaFluent.getOAuthAccessToken() |
OAuthAccessToken |
KubeSchema.getOAuthAccessToken() |
Modifier and Type | Method and Description |
---|---|
BaseKubernetesListFluent.OAuthAccessTokenItemsNested<T> |
BaseKubernetesListFluent.addNewOAuthAccessTokenItemLike(OAuthAccessToken item) |
T |
BaseKubernetesListFluent.addToOAuthAccessTokenItems(OAuthAccessToken... items) |
void |
KubeSchema.setOAuthAccessToken(OAuthAccessToken OAuthAccessToken) |
KubeSchemaFluent.OAuthAccessTokenNested<T> |
KubeSchemaFluent.withNewOAuthAccessTokenLike(OAuthAccessToken item) |
T |
KubeSchemaFluent.withOAuthAccessToken(OAuthAccessToken OAuthAccessToken) |
Constructor and Description |
---|
EditableKubeSchema(BaseKubernetesList BaseKubernetesList,
BuildConfigList BuildConfigList,
BuildList BuildList,
BuildRequest BuildRequest,
Config Config,
ContainerStatus ContainerStatus,
DeploymentConfigList DeploymentConfigList,
Endpoints Endpoints,
EndpointsList EndpointsList,
EnvVar EnvVar,
EventList EventList,
ImageList ImageList,
ImageStreamList ImageStreamList,
Namespace Namespace,
NamespaceList NamespaceList,
Node Node,
NodeList NodeList,
OAuthAccessToken OAuthAccessToken,
OAuthAccessTokenList OAuthAccessTokenList,
OAuthAuthorizeToken OAuthAuthorizeToken,
OAuthAuthorizeTokenList OAuthAuthorizeTokenList,
OAuthClient OAuthClient,
OAuthClientAuthorization OAuthClientAuthorization,
OAuthClientAuthorizationList OAuthClientAuthorizationList,
OAuthClientList OAuthClientList,
ObjectMeta ObjectMeta,
PersistentVolume PersistentVolume,
PersistentVolumeClaim PersistentVolumeClaim,
PersistentVolumeClaimList PersistentVolumeClaimList,
PersistentVolumeList PersistentVolumeList,
PodList PodList,
Quantity Quantity,
ReplicationControllerList ReplicationControllerList,
ResourceQuota ResourceQuota,
ResourceQuotaList ResourceQuotaList,
RootPaths RootPaths,
RouteList RouteList,
Secret Secret,
SecretList SecretList,
ServiceAccount ServiceAccount,
ServiceAccountList ServiceAccountList,
ServiceList ServiceList,
Status Status,
TagEvent TagEvent,
Template Template,
TemplateList TemplateList,
WatchEvent WatchEvent) |
KubeSchema(BaseKubernetesList BaseKubernetesList,
BuildConfigList BuildConfigList,
BuildList BuildList,
BuildRequest BuildRequest,
Config Config,
ContainerStatus ContainerStatus,
DeploymentConfigList DeploymentConfigList,
Endpoints Endpoints,
EndpointsList EndpointsList,
EnvVar EnvVar,
EventList EventList,
ImageList ImageList,
ImageStreamList ImageStreamList,
Namespace Namespace,
NamespaceList NamespaceList,
Node Node,
NodeList NodeList,
OAuthAccessToken OAuthAccessToken,
OAuthAccessTokenList OAuthAccessTokenList,
OAuthAuthorizeToken OAuthAuthorizeToken,
OAuthAuthorizeTokenList OAuthAuthorizeTokenList,
OAuthClient OAuthClient,
OAuthClientAuthorization OAuthClientAuthorization,
OAuthClientAuthorizationList OAuthClientAuthorizationList,
OAuthClientList OAuthClientList,
ObjectMeta ObjectMeta,
PersistentVolume PersistentVolume,
PersistentVolumeClaim PersistentVolumeClaim,
PersistentVolumeClaimList PersistentVolumeClaimList,
PersistentVolumeList PersistentVolumeList,
PodList PodList,
Quantity Quantity,
ReplicationControllerList ReplicationControllerList,
ResourceQuota ResourceQuota,
ResourceQuotaList ResourceQuotaList,
RootPaths RootPaths,
RouteList RouteList,
Secret Secret,
SecretList SecretList,
ServiceAccount ServiceAccount,
ServiceAccountList ServiceAccountList,
ServiceList ServiceList,
Status Status,
TagEvent TagEvent,
Template Template,
TemplateList TemplateList,
WatchEvent WatchEvent) |
Modifier and Type | Class and Description |
---|---|
class |
EditableOAuthAccessToken |
Modifier and Type | Method and Description |
---|---|
OAuthAccessToken |
DoneableOAuthAccessToken.done() |
Modifier and Type | Method and Description |
---|---|
List<OAuthAccessToken> |
OAuthAccessTokenListFluent.getItems() |
List<OAuthAccessToken> |
OAuthAccessTokenList.getItems()
list of oauth access tokens
|
Modifier and Type | Method and Description |
---|---|
OAuthAccessTokenListFluent.ItemsNested<T> |
OAuthAccessTokenListFluent.addNewItemLike(OAuthAccessToken item) |
TemplateFluent.OAuthAccessTokenObjectsNested<T> |
TemplateFluent.addNewOAuthAccessTokenObjectLike(OAuthAccessToken item) |
T |
OAuthAccessTokenListFluent.addToItems(OAuthAccessToken... items) |
T |
TemplateFluent.addToOAuthAccessTokenObjects(OAuthAccessToken... items) |
T |
OAuthAccessTokenListFluent.withItems(OAuthAccessToken... items) |
Modifier and Type | Method and Description |
---|---|
void |
OAuthAccessTokenList.setItems(List<OAuthAccessToken> items)
list of oauth access tokens
|
T |
OAuthAccessTokenListFluent.withItems(List<OAuthAccessToken> items) |
Constructor and Description |
---|
DoneableOAuthAccessToken(OAuthAccessToken item,
Visitor<OAuthAccessToken> visitor) |
OAuthAccessTokenBuilder(OAuthAccessToken instance) |
OAuthAccessTokenBuilder(OAuthAccessTokenFluent<?> fluent,
OAuthAccessToken instance) |
Constructor and Description |
---|
DoneableOAuthAccessToken(OAuthAccessToken item,
Visitor<OAuthAccessToken> visitor) |
DoneableOAuthAccessToken(Visitor<OAuthAccessToken> visitor) |
EditableOAuthAccessTokenList(OAuthAccessTokenList.ApiVersion apiVersion,
List<OAuthAccessToken> items,
String kind,
ListMeta metadata) |
OAuthAccessTokenList(OAuthAccessTokenList.ApiVersion apiVersion,
List<OAuthAccessToken> items,
String kind,
ListMeta metadata) |
Copyright © 2011–2015 Red Hat. All rights reserved.