| Package | Description |
|---|---|
| io.fabric8.openshift.api.model |
| Modifier and Type | Method and Description |
|---|---|
IntermediateTLSProfile |
IntermediateTLSProfileBuilder.build() |
IntermediateTLSProfile |
TLSSecurityProfileFluent.buildIntermediate() |
IntermediateTLSProfile |
TLSSecurityProfileFluentImpl.buildIntermediate() |
IntermediateTLSProfile |
TLSSecurityProfileFluent.getIntermediate()
Deprecated.
|
IntermediateTLSProfile |
TLSSecurityProfileFluentImpl.getIntermediate()
Deprecated.
|
IntermediateTLSProfile |
TLSSecurityProfile.getIntermediate() |
| Modifier and Type | Method and Description |
|---|---|
TLSSecurityProfileFluent.IntermediateNested<A> |
TLSSecurityProfileFluent.editOrNewIntermediateLike(IntermediateTLSProfile item) |
TLSSecurityProfileFluent.IntermediateNested<A> |
TLSSecurityProfileFluentImpl.editOrNewIntermediateLike(IntermediateTLSProfile item) |
void |
TLSSecurityProfile.setIntermediate(IntermediateTLSProfile intermediate) |
A |
TLSSecurityProfileFluent.withIntermediate(IntermediateTLSProfile intermediate) |
A |
TLSSecurityProfileFluentImpl.withIntermediate(IntermediateTLSProfile intermediate) |
TLSSecurityProfileFluent.IntermediateNested<A> |
TLSSecurityProfileFluent.withNewIntermediateLike(IntermediateTLSProfile item) |
TLSSecurityProfileFluent.IntermediateNested<A> |
TLSSecurityProfileFluentImpl.withNewIntermediateLike(IntermediateTLSProfile item) |
| Constructor and Description |
|---|
IntermediateTLSProfileBuilder(IntermediateTLSProfile instance) |
IntermediateTLSProfileBuilder(IntermediateTLSProfile instance,
Boolean validationEnabled) |
IntermediateTLSProfileBuilder(IntermediateTLSProfileFluent<?> fluent,
IntermediateTLSProfile instance) |
IntermediateTLSProfileBuilder(IntermediateTLSProfileFluent<?> fluent,
IntermediateTLSProfile instance,
Boolean validationEnabled) |
IntermediateTLSProfileFluentImpl(IntermediateTLSProfile instance) |
TLSSecurityProfile(CustomTLSProfile custom,
IntermediateTLSProfile intermediate,
ModernTLSProfile modern,
OldTLSProfile old,
String type) |
Copyright © 2015–2021 Red Hat. All rights reserved.