Uses of Class
io.fabric8.openclustermanagement.api.model.apps.v1.Placement
-
Packages that use Placement Package Description io.fabric8.openclustermanagement.api.model.apps.v1 -
-
Uses of Placement in io.fabric8.openclustermanagement.api.model.apps.v1
Methods in io.fabric8.openclustermanagement.api.model.apps.v1 that return Placement Modifier and Type Method Description PlacementPlacementBuilder. build()PlacementSubscriptionSpecFluent. buildPlacement()PlacementSubscriptionSpec. getPlacement()Methods in io.fabric8.openclustermanagement.api.model.apps.v1 with parameters of type Placement Modifier and Type Method Description protected voidPlacementFluent. copyInstance(Placement instance)SubscriptionSpecFluent.PlacementNested<A>SubscriptionSpecFluent. editOrNewPlacementLike(Placement item)voidSubscriptionSpec. setPlacement(Placement placement)SubscriptionSpecFluent.PlacementNested<A>SubscriptionSpecFluent. withNewPlacementLike(Placement item)ASubscriptionSpecFluent. withPlacement(Placement placement)Constructors in io.fabric8.openclustermanagement.api.model.apps.v1 with parameters of type Placement Constructor Description PlacementBuilder(Placement instance)PlacementBuilder(PlacementFluent<?> fluent, Placement instance)PlacementFluent(Placement instance)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)
-