| Package | Description |
|---|---|
| io.fabric8.openshift.api.model.operator.v1 |
| Modifier and Type | Method and Description |
|---|---|
NodePlacement |
NodePlacementBuilder.build() |
NodePlacement |
IngressControllerSpecFluent.buildNodePlacement() |
NodePlacement |
IngressControllerSpecFluentImpl.buildNodePlacement() |
NodePlacement |
IngressControllerSpecFluent.getNodePlacement()
Deprecated.
|
NodePlacement |
IngressControllerSpecFluentImpl.getNodePlacement()
Deprecated.
|
NodePlacement |
IngressControllerSpec.getNodePlacement() |
| Modifier and Type | Method and Description |
|---|---|
IngressControllerSpecFluent.NodePlacementNested<A> |
IngressControllerSpecFluent.editOrNewNodePlacementLike(NodePlacement item) |
IngressControllerSpecFluent.NodePlacementNested<A> |
IngressControllerSpecFluentImpl.editOrNewNodePlacementLike(NodePlacement item) |
void |
IngressControllerSpec.setNodePlacement(NodePlacement nodePlacement) |
IngressControllerSpecFluent.NodePlacementNested<A> |
IngressControllerSpecFluent.withNewNodePlacementLike(NodePlacement item) |
IngressControllerSpecFluent.NodePlacementNested<A> |
IngressControllerSpecFluentImpl.withNewNodePlacementLike(NodePlacement item) |
A |
IngressControllerSpecFluent.withNodePlacement(NodePlacement nodePlacement) |
A |
IngressControllerSpecFluentImpl.withNodePlacement(NodePlacement nodePlacement) |
| Constructor and Description |
|---|
IngressControllerSpec(ClientTLS clientTLS,
io.fabric8.kubernetes.api.model.LocalObjectReference defaultCertificate,
String domain,
EndpointPublishingStrategy endpointPublishingStrategy,
HTTPCompressionPolicy httpCompression,
String httpEmptyRequestsPolicy,
ConfigMapNameReference httpErrorCodePages,
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,
IngressControllerTuningOptions tuningOptions,
io.fabric8.kubernetes.api.model.HasMetadata unsupportedConfigOverrides) |
NodePlacementBuilder(NodePlacement instance) |
NodePlacementBuilder(NodePlacement instance,
Boolean validationEnabled) |
NodePlacementBuilder(NodePlacementFluent<?> fluent,
NodePlacement instance) |
NodePlacementBuilder(NodePlacementFluent<?> fluent,
NodePlacement instance,
Boolean validationEnabled) |
NodePlacementFluentImpl(NodePlacement instance) |
Copyright © 2015–2020 Red Hat. All rights reserved.