Uses of Class
io.fabric8.openshift.api.model.operator.v1.NodePlacement
-
Packages that use NodePlacement Package Description io.fabric8.openshift.api.model.operator.v1 -
-
Uses of NodePlacement in io.fabric8.openshift.api.model.operator.v1
Methods in io.fabric8.openshift.api.model.operator.v1 that return NodePlacement Modifier and Type Method Description NodePlacementNodePlacementBuilder. build()NodePlacementIngressControllerSpecFluent. buildNodePlacement()NodePlacementIngressControllerSpecFluentImpl. buildNodePlacement()NodePlacementIngressControllerSpec. getNodePlacement()NodePlacementIngressControllerSpecFluent. getNodePlacement()Deprecated.NodePlacementIngressControllerSpecFluentImpl. getNodePlacement()Deprecated.Methods in io.fabric8.openshift.api.model.operator.v1 with parameters of type NodePlacement Modifier and Type Method Description IngressControllerSpecFluent.NodePlacementNested<A>IngressControllerSpecFluent. editOrNewNodePlacementLike(NodePlacement item)IngressControllerSpecFluent.NodePlacementNested<A>IngressControllerSpecFluentImpl. editOrNewNodePlacementLike(NodePlacement item)voidIngressControllerSpec. setNodePlacement(NodePlacement nodePlacement)IngressControllerSpecFluent.NodePlacementNested<A>IngressControllerSpecFluent. withNewNodePlacementLike(NodePlacement item)IngressControllerSpecFluent.NodePlacementNested<A>IngressControllerSpecFluentImpl. withNewNodePlacementLike(NodePlacement item)AIngressControllerSpecFluent. withNodePlacement(NodePlacement nodePlacement)AIngressControllerSpecFluentImpl. withNodePlacement(NodePlacement nodePlacement)Constructors in io.fabric8.openshift.api.model.operator.v1 with parameters of type NodePlacement Constructor Description IngressControllerSpec(io.fabric8.kubernetes.api.model.LocalObjectReference defaultCertificate, String domain, EndpointPublishingStrategy endpointPublishingStrategy, IngressControllerHTTPHeaders httpHeaders, IngressControllerLogging logging, io.fabric8.kubernetes.api.model.LabelSelector namespaceSelector, NodePlacement nodePlacement, Integer replicas, RouteAdmissionPolicy routeAdmission, io.fabric8.kubernetes.api.model.LabelSelector routeSelector, TLSSecurityProfile tlsSecurityProfile)NodePlacementBuilder(NodePlacement instance)NodePlacementBuilder(NodePlacementFluent<?> fluent, NodePlacement instance)NodePlacementBuilder(NodePlacementFluent<?> fluent, NodePlacement instance, Boolean validationEnabled)NodePlacementBuilder(NodePlacement instance, Boolean validationEnabled)NodePlacementFluentImpl(NodePlacement instance)
-