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()NodePlacementIngressControllerSpec. getNodePlacement()IngressControllerSpec is the specification of the desired behavior of the IngressController.Methods in io.fabric8.openshift.api.model.operator.v1 with parameters of type NodePlacement Modifier and Type Method Description protected voidNodePlacementFluent. copyInstance(NodePlacement instance)IngressControllerSpecFluent.NodePlacementNested<A>IngressControllerSpecFluent. editOrNewNodePlacementLike(NodePlacement item)voidIngressControllerSpec. setNodePlacement(NodePlacement nodePlacement)IngressControllerSpec is the specification of the desired behavior of the IngressController.IngressControllerSpecFluent.NodePlacementNested<A>IngressControllerSpecFluent. withNewNodePlacementLike(NodePlacement item)AIngressControllerSpecFluent. withNodePlacement(NodePlacement nodePlacement)Constructors in io.fabric8.openshift.api.model.operator.v1 with parameters of type NodePlacement Constructor Description IngressControllerSpec(ClientTLS clientTLS, String closedClientConnectionPolicy, io.fabric8.kubernetes.api.model.LocalObjectReference defaultCertificate, String domain, EndpointPublishingStrategy endpointPublishingStrategy, HTTPCompressionPolicy httpCompression, String httpEmptyRequestsPolicy, io.fabric8.openshift.api.model.config.v1.ConfigMapNameReference httpErrorCodePages, IngressControllerHTTPHeaders httpHeaders, String idleConnectionTerminationPolicy, IngressControllerLogging logging, io.fabric8.kubernetes.api.model.LabelSelector namespaceSelector, NodePlacement nodePlacement, Integer replicas, RouteAdmissionPolicy routeAdmission, io.fabric8.kubernetes.api.model.LabelSelector routeSelector, io.fabric8.openshift.api.model.config.v1.TLSSecurityProfile tlsSecurityProfile, IngressControllerTuningOptions tuningOptions, Object unsupportedConfigOverrides)NodePlacementBuilder(NodePlacement instance)NodePlacementBuilder(NodePlacementFluent<?> fluent, NodePlacement instance)NodePlacementFluent(NodePlacement instance)
-