Uses of Class
io.fabric8.openclustermanagement.api.model.operator.v1.NodePlacement
-
Packages that use NodePlacement Package Description io.fabric8.openclustermanagement.api.model.operator.v1 -
-
Uses of NodePlacement in io.fabric8.openclustermanagement.api.model.operator.v1
Methods in io.fabric8.openclustermanagement.api.model.operator.v1 that return NodePlacement Modifier and Type Method Description NodePlacementNodePlacementBuilder. build()NodePlacementClusterManagerSpecFluent. buildNodePlacement()NodePlacementKlusterletSpecFluent. buildNodePlacement()NodePlacementClusterManagerSpec. getNodePlacement()NodePlacementKlusterletSpec. getNodePlacement()Methods in io.fabric8.openclustermanagement.api.model.operator.v1 with parameters of type NodePlacement Modifier and Type Method Description protected voidNodePlacementFluent. copyInstance(NodePlacement instance)ClusterManagerSpecFluent.NodePlacementNested<A>ClusterManagerSpecFluent. editOrNewNodePlacementLike(NodePlacement item)KlusterletSpecFluent.NodePlacementNested<A>KlusterletSpecFluent. editOrNewNodePlacementLike(NodePlacement item)voidClusterManagerSpec. setNodePlacement(NodePlacement nodePlacement)voidKlusterletSpec. setNodePlacement(NodePlacement nodePlacement)ClusterManagerSpecFluent.NodePlacementNested<A>ClusterManagerSpecFluent. withNewNodePlacementLike(NodePlacement item)KlusterletSpecFluent.NodePlacementNested<A>KlusterletSpecFluent. withNewNodePlacementLike(NodePlacement item)AClusterManagerSpecFluent. withNodePlacement(NodePlacement nodePlacement)AKlusterletSpecFluent. withNodePlacement(NodePlacement nodePlacement)Constructors in io.fabric8.openclustermanagement.api.model.operator.v1 with parameters of type NodePlacement Constructor Description ClusterManagerSpec(AddOnManagerConfiguration addOnManagerConfiguration, String addOnManagerImagePullSpec, ClusterManagerDeployOption deployOption, NodePlacement nodePlacement, String placementImagePullSpec, RegistrationHubConfiguration registrationConfiguration, String registrationImagePullSpec, ResourceRequirement resourceRequirement, WorkConfiguration workConfiguration, String workImagePullSpec)KlusterletSpec(String clusterName, KlusterletDeployOption deployOption, List<ServerURL> externalServerURLs, HubApiServerHostAlias hubApiServerHostAlias, String imagePullSpec, String namespace, NodePlacement nodePlacement, String priorityClassName, RegistrationConfiguration registrationConfiguration, String registrationImagePullSpec, ResourceRequirement resourceRequirement, WorkAgentConfiguration workConfiguration, String workImagePullSpec)NodePlacementBuilder(NodePlacement instance)NodePlacementBuilder(NodePlacementFluent<?> fluent, NodePlacement instance)NodePlacementFluent(NodePlacement instance)
-