Uses of Class
io.fabric8.knative.serving.v1.Revision
-
Packages that use Revision Package Description io.fabric8.knative.serving.v1 -
-
Uses of Revision in io.fabric8.knative.serving.v1
Subclasses of Revision in io.fabric8.knative.serving.v1 Modifier and Type Class Description classEditableRevisionMethods in io.fabric8.knative.serving.v1 that return Revision Modifier and Type Method Description RevisionRevisionListFluent. buildFirstItem()RevisionRevisionListFluentImpl. buildFirstItem()RevisionRevisionListFluent. buildItem(int index)RevisionRevisionListFluentImpl. buildItem(int index)RevisionRevisionListFluent. buildLastItem()RevisionRevisionListFluentImpl. buildLastItem()RevisionRevisionListFluent. buildMatchingItem(Predicate<RevisionBuilder> predicate)RevisionRevisionListFluentImpl. buildMatchingItem(Predicate<RevisionBuilder> predicate)Methods in io.fabric8.knative.serving.v1 that return types with arguments of type Revision Modifier and Type Method Description List<Revision>RevisionListFluent. buildItems()List<Revision>RevisionListFluentImpl. buildItems()List<Revision>RevisionList. getItems()List<Revision>RevisionListFluent. getItems()Deprecated.List<Revision>RevisionListFluentImpl. getItems()Deprecated.Methods in io.fabric8.knative.serving.v1 with parameters of type Revision Modifier and Type Method Description RevisionListFluent.ItemsNested<A>RevisionListFluent. addNewItemLike(Revision item)RevisionListFluent.ItemsNested<A>RevisionListFluentImpl. addNewItemLike(Revision item)ARevisionListFluent. addToItems(int index, Revision item)ARevisionListFluent. addToItems(Revision... items)ARevisionListFluentImpl. addToItems(int index, Revision item)ARevisionListFluentImpl. addToItems(Revision... items)ARevisionListFluent. removeFromItems(Revision... items)ARevisionListFluentImpl. removeFromItems(Revision... items)RevisionListFluent.ItemsNested<A>RevisionListFluent. setNewItemLike(int index, Revision item)RevisionListFluent.ItemsNested<A>RevisionListFluentImpl. setNewItemLike(int index, Revision item)ARevisionListFluent. setToItems(int index, Revision item)ARevisionListFluentImpl. setToItems(int index, Revision item)ARevisionListFluent. withItems(Revision... items)ARevisionListFluentImpl. withItems(Revision... items)Method parameters in io.fabric8.knative.serving.v1 with type arguments of type Revision Modifier and Type Method Description ARevisionListFluent. addAllToItems(Collection<Revision> items)ARevisionListFluentImpl. addAllToItems(Collection<Revision> items)ARevisionListFluent. removeAllFromItems(Collection<Revision> items)ARevisionListFluentImpl. removeAllFromItems(Collection<Revision> items)voidRevisionList. setItems(List<Revision> items)ARevisionListFluent. withItems(List<Revision> items)ARevisionListFluentImpl. withItems(List<Revision> items)Constructors in io.fabric8.knative.serving.v1 with parameters of type Revision Constructor Description RevisionBuilder(Revision instance)RevisionBuilder(RevisionFluent<?> fluent, Revision instance)RevisionBuilder(RevisionFluent<?> fluent, Revision instance, Boolean validationEnabled)RevisionBuilder(Revision instance, Boolean validationEnabled)RevisionFluentImpl(Revision instance)Constructor parameters in io.fabric8.knative.serving.v1 with type arguments of type Revision Constructor Description EditableRevisionList(String apiVersion, List<Revision> items, String kind, io.fabric8.kubernetes.api.model.ListMeta metadata)RevisionList(String apiVersion, List<Revision> items, String kind, io.fabric8.kubernetes.api.model.ListMeta metadata)
-