Uses of Class
io.fabric8.openshift.api.model.operator.v1.IngressControllerTuningOptions
-
Packages that use IngressControllerTuningOptions Package Description io.fabric8.openshift.api.model.operator.v1 -
-
Uses of IngressControllerTuningOptions in io.fabric8.openshift.api.model.operator.v1
Methods in io.fabric8.openshift.api.model.operator.v1 that return IngressControllerTuningOptions Modifier and Type Method Description IngressControllerTuningOptionsIngressControllerTuningOptionsBuilder. build()IngressControllerTuningOptionsIngressControllerSpecFluent. buildTuningOptions()IngressControllerTuningOptionsIngressControllerSpec. getTuningOptions()IngressControllerSpec is the specification of the desired behavior of the IngressController.Methods in io.fabric8.openshift.api.model.operator.v1 with parameters of type IngressControllerTuningOptions Modifier and Type Method Description protected voidIngressControllerTuningOptionsFluent. copyInstance(IngressControllerTuningOptions instance)IngressControllerSpecFluent.TuningOptionsNested<A>IngressControllerSpecFluent. editOrNewTuningOptionsLike(IngressControllerTuningOptions item)voidIngressControllerSpec. setTuningOptions(IngressControllerTuningOptions tuningOptions)IngressControllerSpec is the specification of the desired behavior of the IngressController.IngressControllerSpecFluent.TuningOptionsNested<A>IngressControllerSpecFluent. withNewTuningOptionsLike(IngressControllerTuningOptions item)AIngressControllerSpecFluent. withTuningOptions(IngressControllerTuningOptions tuningOptions)Constructors in io.fabric8.openshift.api.model.operator.v1 with parameters of type IngressControllerTuningOptions 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)IngressControllerTuningOptionsBuilder(IngressControllerTuningOptions instance)IngressControllerTuningOptionsBuilder(IngressControllerTuningOptionsFluent<?> fluent, IngressControllerTuningOptions instance)IngressControllerTuningOptionsFluent(IngressControllerTuningOptions instance)
-