Package | Description |
---|---|
io.fabric8.kubernetes.api.model | |
io.fabric8.openshift.api.model |
Modifier and Type | Class and Description |
---|---|
class |
EditableNamespace |
Modifier and Type | Method and Description |
---|---|
Namespace |
DoneableNamespace.done() |
Namespace |
KubeSchemaFluent.getNamespace() |
Namespace |
KubeSchema.getNamespace() |
Modifier and Type | Method and Description |
---|---|
List<Namespace> |
NamespaceListFluent.getItems() |
List<Namespace> |
NamespaceList.getItems()
items is the list of Namespace objects in the list; see http://releases.k8s.io/v1.0.0/docs/namespaces.md
|
Modifier and Type | Method and Description |
---|---|
NamespaceListFluent.ItemsNested<T> |
NamespaceListFluent.addNewItemLike(Namespace item) |
BaseKubernetesListFluent.NamespaceItemsNested<T> |
BaseKubernetesListFluent.addNewNamespaceItemLike(Namespace item) |
T |
NamespaceListFluent.addToItems(Namespace... items) |
T |
BaseKubernetesListFluent.addToNamespaceItems(Namespace... items) |
void |
KubeSchema.setNamespace(Namespace Namespace) |
T |
NamespaceListFluent.withItems(Namespace... items) |
T |
KubeSchemaFluent.withNamespace(Namespace Namespace) |
KubeSchemaFluent.NamespaceNested<T> |
KubeSchemaFluent.withNewNamespaceLike(Namespace item) |
Modifier and Type | Method and Description |
---|---|
void |
NamespaceList.setItems(List<Namespace> items)
items is the list of Namespace objects in the list; see http://releases.k8s.io/v1.0.0/docs/namespaces.md
|
T |
NamespaceListFluent.withItems(List<Namespace> items) |
Constructor and Description |
---|
DoneableNamespace(Namespace item,
Visitor<Namespace> visitor) |
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) |
NamespaceBuilder(Namespace instance) |
NamespaceBuilder(NamespaceFluent<?> fluent,
Namespace instance) |
Constructor and Description |
---|
DoneableNamespace(Namespace item,
Visitor<Namespace> visitor) |
DoneableNamespace(Visitor<Namespace> visitor) |
EditableNamespaceList(NamespaceList.ApiVersion apiVersion,
List<Namespace> items,
String kind,
ListMeta metadata) |
NamespaceList(NamespaceList.ApiVersion apiVersion,
List<Namespace> items,
String kind,
ListMeta metadata) |
Modifier and Type | Method and Description |
---|---|
TemplateFluent.NamespaceObjectsNested<T> |
TemplateFluent.addNewNamespaceObjectLike(Namespace item) |
T |
TemplateFluent.addToNamespaceObjects(Namespace... items) |
Copyright © 2011–2015 Red Hat. All rights reserved.