| Package | Description |
|---|---|
| io.fabric8.openshift.api.model.hive.v1 |
| Modifier and Type | Method and Description |
|---|---|
ClusterIngress |
ClusterIngressBuilder.build() |
ClusterIngress |
ClusterDeploymentSpecFluentImpl.buildFirstIngress() |
ClusterIngress |
ClusterDeploymentSpecFluent.buildFirstIngress() |
ClusterIngress |
ClusterDeploymentSpecFluentImpl.buildIngress(Integer index) |
ClusterIngress |
ClusterDeploymentSpecFluent.buildIngress(Integer index) |
ClusterIngress |
ClusterDeploymentSpecFluentImpl.buildLastIngress() |
ClusterIngress |
ClusterDeploymentSpecFluent.buildLastIngress() |
ClusterIngress |
ClusterDeploymentSpecFluentImpl.buildMatchingIngress(Predicate<ClusterIngressBuilder> predicate) |
ClusterIngress |
ClusterDeploymentSpecFluent.buildMatchingIngress(Predicate<ClusterIngressBuilder> predicate) |
| Modifier and Type | Method and Description |
|---|---|
List<ClusterIngress> |
ClusterDeploymentSpecFluentImpl.buildIngress() |
List<ClusterIngress> |
ClusterDeploymentSpecFluent.buildIngress() |
List<ClusterIngress> |
ClusterDeploymentSpecFluentImpl.getIngress()
Deprecated.
|
List<ClusterIngress> |
ClusterDeploymentSpecFluent.getIngress()
Deprecated.
|
List<ClusterIngress> |
ClusterDeploymentSpec.getIngress() |
| Modifier and Type | Method and Description |
|---|---|
ClusterDeploymentSpecFluent.IngressNested<A> |
ClusterDeploymentSpecFluentImpl.addNewIngressLike(ClusterIngress item) |
ClusterDeploymentSpecFluent.IngressNested<A> |
ClusterDeploymentSpecFluent.addNewIngressLike(ClusterIngress item) |
A |
ClusterDeploymentSpecFluentImpl.addToIngress(ClusterIngress... items) |
A |
ClusterDeploymentSpecFluent.addToIngress(ClusterIngress... items) |
A |
ClusterDeploymentSpecFluentImpl.addToIngress(Integer index,
ClusterIngress item) |
A |
ClusterDeploymentSpecFluent.addToIngress(Integer index,
ClusterIngress item) |
A |
ClusterDeploymentSpecFluentImpl.removeFromIngress(ClusterIngress... items) |
A |
ClusterDeploymentSpecFluent.removeFromIngress(ClusterIngress... items) |
ClusterDeploymentSpecFluent.IngressNested<A> |
ClusterDeploymentSpecFluentImpl.setNewIngressLike(Integer index,
ClusterIngress item) |
ClusterDeploymentSpecFluent.IngressNested<A> |
ClusterDeploymentSpecFluent.setNewIngressLike(Integer index,
ClusterIngress item) |
A |
ClusterDeploymentSpecFluentImpl.setToIngress(Integer index,
ClusterIngress item) |
A |
ClusterDeploymentSpecFluent.setToIngress(Integer index,
ClusterIngress item) |
A |
ClusterDeploymentSpecFluentImpl.withIngress(ClusterIngress... ingress) |
A |
ClusterDeploymentSpecFluent.withIngress(ClusterIngress... ingress) |
| Modifier and Type | Method and Description |
|---|---|
A |
ClusterDeploymentSpecFluentImpl.addAllToIngress(Collection<ClusterIngress> items) |
A |
ClusterDeploymentSpecFluent.addAllToIngress(Collection<ClusterIngress> items) |
A |
ClusterDeploymentSpecFluentImpl.removeAllFromIngress(Collection<ClusterIngress> items) |
A |
ClusterDeploymentSpecFluent.removeAllFromIngress(Collection<ClusterIngress> items) |
void |
ClusterDeploymentSpec.setIngress(List<ClusterIngress> ingress) |
A |
ClusterDeploymentSpecFluentImpl.withIngress(List<ClusterIngress> ingress) |
A |
ClusterDeploymentSpecFluent.withIngress(List<ClusterIngress> ingress) |
| Constructor and Description |
|---|
ClusterIngressBuilder(ClusterIngress instance) |
ClusterIngressBuilder(ClusterIngress instance,
Boolean validationEnabled) |
ClusterIngressBuilder(ClusterIngressFluent<?> fluent,
ClusterIngress instance) |
ClusterIngressBuilder(ClusterIngressFluent<?> fluent,
ClusterIngress instance,
Boolean validationEnabled) |
ClusterIngressFluentImpl(ClusterIngress instance) |
| Constructor and Description |
|---|
ClusterDeploymentSpec(String baseDomain,
io.fabric8.kubernetes.api.model.LocalObjectReference boundServiceAccountSigningKeySecretRef,
List<CertificateBundleSpec> certificateBundles,
ClusterInstallLocalReference clusterInstallRef,
ClusterMetadata clusterMetadata,
String clusterName,
ClusterPoolReference clusterPoolRef,
ControlPlaneConfigSpec controlPlaneConfig,
io.fabric8.kubernetes.api.model.Duration hibernateAfter,
List<ClusterIngress> ingress,
Integer installAttemptsLimit,
Boolean installed,
Boolean manageDNS,
Platform platform,
String powerState,
Boolean preserveOnDelete,
Provisioning provisioning,
io.fabric8.kubernetes.api.model.LocalObjectReference pullSecretRef) |
Copyright © 2015–2023 Red Hat. All rights reserved.