Uses of Class
io.fabric8.openclustermanagement.api.model.apps.v1.Overrides
-
Packages that use Overrides Package Description io.fabric8.openclustermanagement.api.model.apps.v1 -
-
Uses of Overrides in io.fabric8.openclustermanagement.api.model.apps.v1
Methods in io.fabric8.openclustermanagement.api.model.apps.v1 that return Overrides Modifier and Type Method Description OverridesOverridesBuilder. build()OverridesSubscriptionSpecFluent. buildFirstPackageOverride()OverridesSubscriptionSpecFluent. buildLastPackageOverride()OverridesSubscriptionSpecFluent. buildMatchingPackageOverride(Predicate<OverridesBuilder> predicate)OverridesSubscriptionSpecFluent. buildPackageOverride(int index)Methods in io.fabric8.openclustermanagement.api.model.apps.v1 that return types with arguments of type Overrides Modifier and Type Method Description List<Overrides>SubscriptionSpecFluent. buildPackageOverrides()List<Overrides>SubscriptionSpec. getPackageOverrides()Methods in io.fabric8.openclustermanagement.api.model.apps.v1 with parameters of type Overrides Modifier and Type Method Description SubscriptionSpecFluent.PackageOverridesNested<A>SubscriptionSpecFluent. addNewPackageOverrideLike(Overrides item)ASubscriptionSpecFluent. addToPackageOverrides(int index, Overrides item)ASubscriptionSpecFluent. addToPackageOverrides(Overrides... items)protected voidOverridesFluent. copyInstance(Overrides instance)ASubscriptionSpecFluent. removeFromPackageOverrides(Overrides... items)SubscriptionSpecFluent.PackageOverridesNested<A>SubscriptionSpecFluent. setNewPackageOverrideLike(int index, Overrides item)ASubscriptionSpecFluent. setToPackageOverrides(int index, Overrides item)ASubscriptionSpecFluent. withPackageOverrides(Overrides... packageOverrides)Method parameters in io.fabric8.openclustermanagement.api.model.apps.v1 with type arguments of type Overrides Modifier and Type Method Description ASubscriptionSpecFluent. addAllToPackageOverrides(Collection<Overrides> items)ASubscriptionSpecFluent. removeAllFromPackageOverrides(Collection<Overrides> items)voidSubscriptionSpec. setPackageOverrides(List<Overrides> packageOverrides)ASubscriptionSpecFluent. withPackageOverrides(List<Overrides> packageOverrides)Constructors in io.fabric8.openclustermanagement.api.model.apps.v1 with parameters of type Overrides Constructor Description OverridesBuilder(Overrides instance)OverridesBuilder(OverridesFluent<?> fluent, Overrides instance)OverridesFluent(Overrides instance)
-