Uses of Class
io.fabric8.openclustermanagement.api.model.apps.v1.AllowDenyItem
-
Packages that use AllowDenyItem Package Description io.fabric8.openclustermanagement.api.model.apps.v1 -
-
Uses of AllowDenyItem in io.fabric8.openclustermanagement.api.model.apps.v1
Methods in io.fabric8.openclustermanagement.api.model.apps.v1 that return AllowDenyItem Modifier and Type Method Description AllowDenyItemAllowDenyItemBuilder. build()AllowDenyItemSubscriptionSpecFluent. buildAllow(int index)AllowDenyItemSubscriptionSpecFluent. buildDeny(int index)AllowDenyItemSubscriptionSpecFluent. buildFirstAllow()AllowDenyItemSubscriptionSpecFluent. buildFirstDeny()AllowDenyItemSubscriptionSpecFluent. buildLastAllow()AllowDenyItemSubscriptionSpecFluent. buildLastDeny()AllowDenyItemSubscriptionSpecFluent. buildMatchingAllow(Predicate<AllowDenyItemBuilder> predicate)AllowDenyItemSubscriptionSpecFluent. buildMatchingDeny(Predicate<AllowDenyItemBuilder> predicate)Methods in io.fabric8.openclustermanagement.api.model.apps.v1 that return types with arguments of type AllowDenyItem Modifier and Type Method Description List<AllowDenyItem>SubscriptionSpecFluent. buildAllow()List<AllowDenyItem>SubscriptionSpecFluent. buildDeny()List<AllowDenyItem>SubscriptionSpec. getAllow()List<AllowDenyItem>SubscriptionSpec. getDeny()Methods in io.fabric8.openclustermanagement.api.model.apps.v1 with parameters of type AllowDenyItem Modifier and Type Method Description SubscriptionSpecFluent.AllowNested<A>SubscriptionSpecFluent. addNewAllowLike(AllowDenyItem item)SubscriptionSpecFluent.DenyNested<A>SubscriptionSpecFluent. addNewDenyLike(AllowDenyItem item)ASubscriptionSpecFluent. addToAllow(int index, AllowDenyItem item)ASubscriptionSpecFluent. addToAllow(AllowDenyItem... items)ASubscriptionSpecFluent. addToDeny(int index, AllowDenyItem item)ASubscriptionSpecFluent. addToDeny(AllowDenyItem... items)protected voidAllowDenyItemFluent. copyInstance(AllowDenyItem instance)ASubscriptionSpecFluent. removeFromAllow(AllowDenyItem... items)ASubscriptionSpecFluent. removeFromDeny(AllowDenyItem... items)SubscriptionSpecFluent.AllowNested<A>SubscriptionSpecFluent. setNewAllowLike(int index, AllowDenyItem item)SubscriptionSpecFluent.DenyNested<A>SubscriptionSpecFluent. setNewDenyLike(int index, AllowDenyItem item)ASubscriptionSpecFluent. setToAllow(int index, AllowDenyItem item)ASubscriptionSpecFluent. setToDeny(int index, AllowDenyItem item)ASubscriptionSpecFluent. withAllow(AllowDenyItem... allow)ASubscriptionSpecFluent. withDeny(AllowDenyItem... deny)Method parameters in io.fabric8.openclustermanagement.api.model.apps.v1 with type arguments of type AllowDenyItem Modifier and Type Method Description ASubscriptionSpecFluent. addAllToAllow(Collection<AllowDenyItem> items)ASubscriptionSpecFluent. addAllToDeny(Collection<AllowDenyItem> items)ASubscriptionSpecFluent. removeAllFromAllow(Collection<AllowDenyItem> items)ASubscriptionSpecFluent. removeAllFromDeny(Collection<AllowDenyItem> items)voidSubscriptionSpec. setAllow(List<AllowDenyItem> allow)voidSubscriptionSpec. setDeny(List<AllowDenyItem> deny)ASubscriptionSpecFluent. withAllow(List<AllowDenyItem> allow)ASubscriptionSpecFluent. withDeny(List<AllowDenyItem> deny)Constructors in io.fabric8.openclustermanagement.api.model.apps.v1 with parameters of type AllowDenyItem Constructor Description AllowDenyItemBuilder(AllowDenyItem instance)AllowDenyItemBuilder(AllowDenyItemFluent<?> fluent, AllowDenyItem instance)AllowDenyItemFluent(AllowDenyItem instance)Constructor parameters in io.fabric8.openclustermanagement.api.model.apps.v1 with type arguments of type AllowDenyItem Constructor Description SubscriptionSpec(List<AllowDenyItem> allow, String channel, List<AllowDenyItem> deny, io.fabric8.kubernetes.api.model.ObjectReference hooksecretref, String name, List<ClusterOverrides> overrides, PackageFilter packageFilter, List<Overrides> packageOverrides, Placement placement, String secondaryChannel, TimeWindow timewindow, Boolean watchHelmNamespaceScopedResources)
-