| Package | Description |
|---|---|
| io.fabric8.istio.api.security.v1beta1 |
| Modifier and Type | Method and Description |
|---|---|
PeerAuthenticationMutualTLS |
PeerAuthenticationMutualTLSBuilder.build() |
PeerAuthenticationMutualTLS |
PeerAuthenticationSpecFluentImpl.buildMtls() |
PeerAuthenticationMutualTLS |
PeerAuthenticationSpecFluent.buildMtls() |
PeerAuthenticationMutualTLS |
PeerAuthenticationSpecFluentImpl.getMtls()
Deprecated.
|
PeerAuthenticationMutualTLS |
PeerAuthenticationSpecFluent.getMtls()
Deprecated.
|
PeerAuthenticationMutualTLS |
PeerAuthenticationSpec.getMtls() |
| Modifier and Type | Method and Description |
|---|---|
Map<Long,PeerAuthenticationMutualTLS> |
PeerAuthenticationSpecFluentImpl.getPortLevelMtls() |
Map<Long,PeerAuthenticationMutualTLS> |
PeerAuthenticationSpecFluent.getPortLevelMtls() |
Map<Long,PeerAuthenticationMutualTLS> |
PeerAuthenticationSpec.getPortLevelMtls() |
| Modifier and Type | Method and Description |
|---|---|
A |
PeerAuthenticationSpecFluentImpl.addToPortLevelMtls(Map<Long,PeerAuthenticationMutualTLS> map) |
A |
PeerAuthenticationSpecFluent.addToPortLevelMtls(Map<Long,PeerAuthenticationMutualTLS> map) |
A |
PeerAuthenticationSpecFluentImpl.removeFromPortLevelMtls(Map<Long,PeerAuthenticationMutualTLS> map) |
A |
PeerAuthenticationSpecFluent.removeFromPortLevelMtls(Map<Long,PeerAuthenticationMutualTLS> map) |
void |
PeerAuthenticationSpec.setPortLevelMtls(Map<Long,PeerAuthenticationMutualTLS> portLevelMtls) |
<K,V> A |
PeerAuthenticationSpecFluentImpl.withPortLevelMtls(Map<Long,PeerAuthenticationMutualTLS> portLevelMtls) |
<K,V> A |
PeerAuthenticationSpecFluent.withPortLevelMtls(Map<Long,PeerAuthenticationMutualTLS> portLevelMtls) |
| Constructor and Description |
|---|
PeerAuthenticationMutualTLSBuilder(PeerAuthenticationMutualTLS instance) |
PeerAuthenticationMutualTLSBuilder(PeerAuthenticationMutualTLS instance,
Boolean validationEnabled) |
PeerAuthenticationMutualTLSBuilder(PeerAuthenticationMutualTLSFluent<?> fluent,
PeerAuthenticationMutualTLS instance) |
PeerAuthenticationMutualTLSBuilder(PeerAuthenticationMutualTLSFluent<?> fluent,
PeerAuthenticationMutualTLS instance,
Boolean validationEnabled) |
PeerAuthenticationMutualTLSFluentImpl(PeerAuthenticationMutualTLS instance) |
PeerAuthenticationSpec(PeerAuthenticationMutualTLS mtls,
Map<Long,PeerAuthenticationMutualTLS> portLevelMtls,
WorkloadSelector selector) |
| Constructor and Description |
|---|
PeerAuthenticationSpec(PeerAuthenticationMutualTLS mtls,
Map<Long,PeerAuthenticationMutualTLS> portLevelMtls,
WorkloadSelector selector) |
Copyright © 2015–2022 Red Hat. All rights reserved.