| Package | Description |
|---|---|
| io.fabric8.openshift.api.model |
| Modifier and Type | Class and Description |
|---|---|
class |
EditableNamedTagEventList |
| Modifier and Type | Method and Description |
|---|---|
NamedTagEventList |
DoneableNamedTagEventList.done() |
| Modifier and Type | Method and Description |
|---|---|
List<NamedTagEventList> |
ImageStreamStatusFluentImpl.getTags() |
List<NamedTagEventList> |
ImageStreamStatusFluent.getTags() |
List<NamedTagEventList> |
ImageStreamStatus.getTags()
historical record of images associated with each tag
|
| Modifier and Type | Method and Description |
|---|---|
ImageStreamStatusFluent.TagsNested<T> |
ImageStreamStatusFluentImpl.addNewTagLike(NamedTagEventList item) |
ImageStreamStatusFluent.TagsNested<T> |
ImageStreamStatusFluent.addNewTagLike(NamedTagEventList item) |
T |
ImageStreamStatusFluentImpl.addToTags(NamedTagEventList... items) |
T |
ImageStreamStatusFluent.addToTags(NamedTagEventList... items) |
T |
ImageStreamStatusFluentImpl.removeFromTags(NamedTagEventList... items) |
T |
ImageStreamStatusFluent.removeFromTags(NamedTagEventList... items) |
T |
ImageStreamStatusFluentImpl.withTags(NamedTagEventList... tags) |
T |
ImageStreamStatusFluent.withTags(NamedTagEventList... tags) |
| Modifier and Type | Method and Description |
|---|---|
void |
ImageStreamStatus.setTags(List<NamedTagEventList> tags)
historical record of images associated with each tag
|
T |
ImageStreamStatusFluentImpl.withTags(List<NamedTagEventList> tags) |
T |
ImageStreamStatusFluent.withTags(List<NamedTagEventList> tags) |
| Constructor and Description |
|---|
DoneableNamedTagEventList(NamedTagEventList item,
Visitor<NamedTagEventList> visitor) |
NamedTagEventListBuilder(NamedTagEventList instance) |
NamedTagEventListBuilder(NamedTagEventListFluent<?> fluent,
NamedTagEventList instance) |
NamedTagEventListFluentImpl(NamedTagEventList instance) |
| Constructor and Description |
|---|
DoneableNamedTagEventList(NamedTagEventList item,
Visitor<NamedTagEventList> visitor) |
DoneableNamedTagEventList(Visitor<NamedTagEventList> visitor) |
EditableImageStreamStatus(String dockerImageRepository,
List<NamedTagEventList> tags) |
ImageStreamStatus(String dockerImageRepository,
List<NamedTagEventList> tags) |
Copyright © 2011–2016 Red Hat. All rights reserved.