| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model | |
| io.fabric8.openshift.api.model |
| Modifier and Type | Method and Description |
|---|---|
TagEvent |
KubeSchemaFluentImpl.getTagEvent() |
TagEvent |
KubeSchemaFluent.getTagEvent() |
TagEvent |
KubeSchema.getTagEvent() |
| Modifier and Type | Method and Description |
|---|---|
void |
KubeSchema.setTagEvent(TagEvent TagEvent) |
KubeSchemaFluent.TagEventNested<T> |
KubeSchemaFluentImpl.withNewTagEventLike(TagEvent item) |
KubeSchemaFluent.TagEventNested<T> |
KubeSchemaFluent.withNewTagEventLike(TagEvent item) |
T |
KubeSchemaFluentImpl.withTagEvent(TagEvent TagEvent) |
T |
KubeSchemaFluent.withTagEvent(TagEvent TagEvent) |
| Constructor and Description |
|---|
EditableKubeSchema(BaseKubernetesList BaseKubernetesList,
BuildConfigList BuildConfigList,
BuildList BuildList,
BuildRequest BuildRequest,
ClusterPolicy ClusterPolicy,
ClusterPolicyBinding ClusterPolicyBinding,
ClusterPolicyBindingList ClusterPolicyBindingList,
ClusterPolicyList ClusterPolicyList,
ClusterRoleBinding ClusterRoleBinding,
ClusterRoleBindingList ClusterRoleBindingList,
Config Config,
ContainerStatus ContainerStatus,
DeploymentConfigList DeploymentConfigList,
Endpoints Endpoints,
EndpointsList EndpointsList,
EnvVar EnvVar,
EventList EventList,
Group Group,
GroupList GroupList,
Identity Identity,
IdentityList IdentityList,
ImageList ImageList,
ImageStreamList ImageStreamList,
LocalSubjectAccessReview LocalSubjectAccessReview,
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,
Policy Policy,
PolicyBinding PolicyBinding,
PolicyBindingList PolicyBindingList,
PolicyList PolicyList,
Project Project,
ProjectList ProjectList,
Quantity Quantity,
ReplicationControllerList ReplicationControllerList,
ResourceQuota ResourceQuota,
ResourceQuotaList ResourceQuotaList,
Role Role,
RoleBinding RoleBinding,
RoleBindingList RoleBindingList,
RoleList RoleList,
RootPaths RootPaths,
RouteList RouteList,
Secret Secret,
SecretList SecretList,
SecurityContextConstraints SecurityContextConstraints,
SecurityContextConstraintsList SecurityContextConstraintsList,
ServiceAccount ServiceAccount,
ServiceAccountList ServiceAccountList,
ServiceList ServiceList,
Status Status,
SubjectAccessReview SubjectAccessReview,
SubjectAccessReviewResponse SubjectAccessReviewResponse,
TagEvent TagEvent,
Template Template,
TemplateList TemplateList,
User User,
UserList UserList,
WatchEvent WatchEvent) |
KubeSchema(BaseKubernetesList BaseKubernetesList,
BuildConfigList BuildConfigList,
BuildList BuildList,
BuildRequest BuildRequest,
ClusterPolicy ClusterPolicy,
ClusterPolicyBinding ClusterPolicyBinding,
ClusterPolicyBindingList ClusterPolicyBindingList,
ClusterPolicyList ClusterPolicyList,
ClusterRoleBinding ClusterRoleBinding,
ClusterRoleBindingList ClusterRoleBindingList,
Config Config,
ContainerStatus ContainerStatus,
DeploymentConfigList DeploymentConfigList,
Endpoints Endpoints,
EndpointsList EndpointsList,
EnvVar EnvVar,
EventList EventList,
Group Group,
GroupList GroupList,
Identity Identity,
IdentityList IdentityList,
ImageList ImageList,
ImageStreamList ImageStreamList,
LocalSubjectAccessReview LocalSubjectAccessReview,
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,
Policy Policy,
PolicyBinding PolicyBinding,
PolicyBindingList PolicyBindingList,
PolicyList PolicyList,
Project Project,
ProjectList ProjectList,
Quantity Quantity,
ReplicationControllerList ReplicationControllerList,
ResourceQuota ResourceQuota,
ResourceQuotaList ResourceQuotaList,
Role Role,
RoleBinding RoleBinding,
RoleBindingList RoleBindingList,
RoleList RoleList,
RootPaths RootPaths,
RouteList RouteList,
Secret Secret,
SecretList SecretList,
SecurityContextConstraints SecurityContextConstraints,
SecurityContextConstraintsList SecurityContextConstraintsList,
ServiceAccount ServiceAccount,
ServiceAccountList ServiceAccountList,
ServiceList ServiceList,
Status Status,
SubjectAccessReview SubjectAccessReview,
SubjectAccessReviewResponse SubjectAccessReviewResponse,
TagEvent TagEvent,
Template Template,
TemplateList TemplateList,
User User,
UserList UserList,
WatchEvent WatchEvent) |
| Modifier and Type | Class and Description |
|---|---|
class |
EditableTagEvent |
| Modifier and Type | Method and Description |
|---|---|
TagEvent |
DoneableTagEvent.done() |
| Modifier and Type | Method and Description |
|---|---|
List<TagEvent> |
NamedTagEventListFluent.getItems() |
List<TagEvent> |
NamedTagEventListFluentImpl.getItems() |
List<TagEvent> |
NamedTagEventList.getItems()
list of tag events related to the tag
|
| Modifier and Type | Method and Description |
|---|---|
NamedTagEventListFluent.ItemsNested<T> |
NamedTagEventListFluent.addNewItemLike(TagEvent item) |
NamedTagEventListFluent.ItemsNested<T> |
NamedTagEventListFluentImpl.addNewItemLike(TagEvent item) |
T |
NamedTagEventListFluent.addToItems(TagEvent... items) |
T |
NamedTagEventListFluentImpl.addToItems(TagEvent... items) |
T |
NamedTagEventListFluent.removeFromItems(TagEvent... items) |
T |
NamedTagEventListFluentImpl.removeFromItems(TagEvent... items) |
T |
NamedTagEventListFluent.withItems(TagEvent... items) |
T |
NamedTagEventListFluentImpl.withItems(TagEvent... items) |
| Modifier and Type | Method and Description |
|---|---|
void |
NamedTagEventList.setItems(List<TagEvent> items)
list of tag events related to the tag
|
T |
NamedTagEventListFluent.withItems(List<TagEvent> items) |
T |
NamedTagEventListFluentImpl.withItems(List<TagEvent> items) |
| Constructor and Description |
|---|
DoneableTagEvent(TagEvent item,
Visitor<TagEvent> visitor) |
TagEventBuilder(TagEvent instance) |
TagEventBuilder(TagEventFluent<?> fluent,
TagEvent instance) |
TagEventFluentImpl(TagEvent instance) |
| Constructor and Description |
|---|
DoneableTagEvent(TagEvent item,
Visitor<TagEvent> visitor) |
DoneableTagEvent(Visitor<TagEvent> visitor) |
EditableNamedTagEventList(List<TagEvent> items,
String tag) |
NamedTagEventList(List<TagEvent> items,
String tag) |
Copyright © 2011–2015 Red Hat. All rights reserved.