| Package | Description |
|---|---|
| io.fabric8.openshift.api.model |
| Modifier and Type | Method and Description |
|---|---|
NamedTagEventList |
NamedTagEventListBuilder.build() |
NamedTagEventList |
ImageStreamStatusFluentImpl.buildFirstTag() |
NamedTagEventList |
ImageStreamStatusFluent.buildFirstTag() |
NamedTagEventList |
ImageStreamStatusFluentImpl.buildLastTag() |
NamedTagEventList |
ImageStreamStatusFluent.buildLastTag() |
NamedTagEventList |
ImageStreamStatusFluentImpl.buildMatchingTag(io.fabric8.kubernetes.api.builder.Predicate<NamedTagEventListBuilder> predicate) |
NamedTagEventList |
ImageStreamStatusFluent.buildMatchingTag(io.fabric8.kubernetes.api.builder.Predicate<NamedTagEventListBuilder> predicate) |
NamedTagEventList |
ImageTagFluentImpl.buildStatus() |
NamedTagEventList |
ImageTagFluent.buildStatus() |
NamedTagEventList |
ImageStreamStatusFluentImpl.buildTag(int index) |
NamedTagEventList |
ImageStreamStatusFluent.buildTag(int index) |
NamedTagEventList |
DoneableNamedTagEventList.done() |
NamedTagEventList |
ImageTagFluentImpl.getStatus()
Deprecated.
|
NamedTagEventList |
ImageTagFluent.getStatus()
Deprecated.
|
NamedTagEventList |
ImageTag.getStatus() |
| Modifier and Type | Method and Description |
|---|---|
List<NamedTagEventList> |
ImageStreamStatusFluentImpl.buildTags() |
List<NamedTagEventList> |
ImageStreamStatusFluent.buildTags() |
List<NamedTagEventList> |
ImageStreamStatusFluentImpl.getTags()
Deprecated.
|
List<NamedTagEventList> |
ImageStreamStatusFluent.getTags()
Deprecated.
|
List<NamedTagEventList> |
ImageStreamStatus.getTags() |
| Modifier and Type | Method and Description |
|---|---|
A |
ImageStreamStatusFluentImpl.addAllToTags(Collection<NamedTagEventList> items) |
A |
ImageStreamStatusFluent.addAllToTags(Collection<NamedTagEventList> items) |
A |
ImageStreamStatusFluentImpl.removeAllFromTags(Collection<NamedTagEventList> items) |
A |
ImageStreamStatusFluent.removeAllFromTags(Collection<NamedTagEventList> items) |
void |
ImageStreamStatus.setTags(List<NamedTagEventList> tags) |
A |
ImageStreamStatusFluentImpl.withTags(List<NamedTagEventList> tags) |
A |
ImageStreamStatusFluent.withTags(List<NamedTagEventList> tags) |
| Constructor and Description |
|---|
DoneableNamedTagEventList(NamedTagEventList item) |
DoneableNamedTagEventList(NamedTagEventList item,
io.fabric8.kubernetes.api.builder.Function<NamedTagEventList,NamedTagEventList> function) |
ImageTag(String apiVersion,
Image image,
String kind,
io.fabric8.kubernetes.api.model.ObjectMeta metadata,
TagReference spec,
NamedTagEventList status) |
NamedTagEventListBuilder(NamedTagEventList instance) |
NamedTagEventListBuilder(NamedTagEventList instance,
Boolean validationEnabled) |
NamedTagEventListBuilder(NamedTagEventListFluent<?> fluent,
NamedTagEventList instance) |
NamedTagEventListBuilder(NamedTagEventListFluent<?> fluent,
NamedTagEventList instance,
Boolean validationEnabled) |
NamedTagEventListFluentImpl(NamedTagEventList instance) |
| Constructor and Description |
|---|
DoneableNamedTagEventList(io.fabric8.kubernetes.api.builder.Function<NamedTagEventList,NamedTagEventList> function) |
DoneableNamedTagEventList(io.fabric8.kubernetes.api.builder.Function<NamedTagEventList,NamedTagEventList> function) |
DoneableNamedTagEventList(NamedTagEventList item,
io.fabric8.kubernetes.api.builder.Function<NamedTagEventList,NamedTagEventList> function) |
DoneableNamedTagEventList(NamedTagEventList item,
io.fabric8.kubernetes.api.builder.Function<NamedTagEventList,NamedTagEventList> function) |
ImageStreamStatus(String dockerImageRepository,
String publicDockerImageRepository,
List<NamedTagEventList> tags) |
Copyright © 2015–2021 Red Hat. All rights reserved.