Uses of Class
io.fabric8.openclustermanagement.api.model.apps.v1.SubscriptionSpecFluent.AllowNested
-
Packages that use SubscriptionSpecFluent.AllowNested Package Description io.fabric8.openclustermanagement.api.model.apps.v1 -
-
Uses of SubscriptionSpecFluent.AllowNested in io.fabric8.openclustermanagement.api.model.apps.v1
Methods in io.fabric8.openclustermanagement.api.model.apps.v1 that return SubscriptionSpecFluent.AllowNested Modifier and Type Method Description SubscriptionSpecFluent.AllowNested<A>SubscriptionSpecFluent. addNewAllow()SubscriptionSpecFluent.AllowNested<A>SubscriptionSpecFluent. addNewAllowLike(AllowDenyItem item)SubscriptionSpecFluent.AllowNested<A>SubscriptionSpecFluent. editAllow(int index)SubscriptionSpecFluent.AllowNested<A>SubscriptionSpecFluent. editFirstAllow()SubscriptionSpecFluent.AllowNested<A>SubscriptionSpecFluent. editLastAllow()SubscriptionSpecFluent.AllowNested<A>SubscriptionSpecFluent. editMatchingAllow(Predicate<AllowDenyItemBuilder> predicate)SubscriptionSpecFluent.AllowNested<A>SubscriptionSpecFluent. setNewAllowLike(int index, AllowDenyItem item)
-