| Package | Description |
|---|---|
| io.fabric8.istio.api.security.v1beta1 |
| Modifier and Type | Method and Description |
|---|---|
PeerAuthenticationSpec |
PeerAuthenticationSpecBuilder.build() |
PeerAuthenticationSpec |
PeerAuthenticationFluent.buildSpec() |
PeerAuthenticationSpec |
PeerAuthenticationFluentImpl.buildSpec() |
PeerAuthenticationSpec |
PeerAuthenticationFluent.getSpec()
Deprecated.
|
PeerAuthenticationSpec |
PeerAuthenticationFluentImpl.getSpec()
Deprecated.
|
PeerAuthenticationSpec |
PeerAuthentication.getSpec() |
| Modifier and Type | Method and Description |
|---|---|
PeerAuthenticationFluent.SpecNested<A> |
PeerAuthenticationFluent.editOrNewSpecLike(PeerAuthenticationSpec item) |
PeerAuthenticationFluent.SpecNested<A> |
PeerAuthenticationFluentImpl.editOrNewSpecLike(PeerAuthenticationSpec item) |
void |
PeerAuthentication.setSpec(PeerAuthenticationSpec spec) |
PeerAuthenticationFluent.SpecNested<A> |
PeerAuthenticationFluent.withNewSpecLike(PeerAuthenticationSpec item) |
PeerAuthenticationFluent.SpecNested<A> |
PeerAuthenticationFluentImpl.withNewSpecLike(PeerAuthenticationSpec item) |
A |
PeerAuthenticationFluent.withSpec(PeerAuthenticationSpec spec) |
A |
PeerAuthenticationFluentImpl.withSpec(PeerAuthenticationSpec spec) |
| Constructor and Description |
|---|
PeerAuthentication(String apiVersion,
String kind,
io.fabric8.kubernetes.api.model.ObjectMeta metadata,
PeerAuthenticationSpec spec,
IstioStatus status) |
PeerAuthenticationSpecBuilder(PeerAuthenticationSpec instance) |
PeerAuthenticationSpecBuilder(PeerAuthenticationSpec instance,
Boolean validationEnabled) |
PeerAuthenticationSpecBuilder(PeerAuthenticationSpecFluent<?> fluent,
PeerAuthenticationSpec instance) |
PeerAuthenticationSpecBuilder(PeerAuthenticationSpecFluent<?> fluent,
PeerAuthenticationSpec instance,
Boolean validationEnabled) |
PeerAuthenticationSpecFluentImpl(PeerAuthenticationSpec instance) |
Copyright © 2015–2022 Red Hat. All rights reserved.