| Package | Description |
|---|---|
| me.snowdrop.istio.api.authentication.v1alpha1 |
| Modifier and Type | Method and Description |
|---|---|
PeerAuthenticationMethod |
PeerAuthenticationMethodBuilder.build() |
PeerAuthenticationMethod |
PolicySpecFluent.buildFirstPeer() |
PeerAuthenticationMethod |
PolicySpecFluentImpl.buildFirstPeer() |
PeerAuthenticationMethod |
PolicySpecFluent.buildLastPeer() |
PeerAuthenticationMethod |
PolicySpecFluentImpl.buildLastPeer() |
PeerAuthenticationMethod |
PolicySpecFluent.buildMatchingPeer(io.fabric8.kubernetes.api.builder.Predicate<PeerAuthenticationMethodBuilder> predicate) |
PeerAuthenticationMethod |
PolicySpecFluentImpl.buildMatchingPeer(io.fabric8.kubernetes.api.builder.Predicate<PeerAuthenticationMethodBuilder> predicate) |
PeerAuthenticationMethod |
PolicySpecFluent.buildPeer(int index) |
PeerAuthenticationMethod |
PolicySpecFluentImpl.buildPeer(int index) |
PeerAuthenticationMethod |
DoneablePeerAuthenticationMethod.done() |
| Modifier and Type | Method and Description |
|---|---|
List<PeerAuthenticationMethod> |
PolicySpecFluent.buildPeers() |
List<PeerAuthenticationMethod> |
PolicySpecFluentImpl.buildPeers() |
List<PeerAuthenticationMethod> |
PolicySpecFluent.getPeers()
Deprecated.
|
List<PeerAuthenticationMethod> |
PolicySpecFluentImpl.getPeers()
Deprecated.
|
List<PeerAuthenticationMethod> |
PolicySpec.getPeers() |
| Modifier and Type | Method and Description |
|---|---|
A |
PolicySpecFluent.addAllToPeers(Collection<PeerAuthenticationMethod> items) |
A |
PolicySpecFluentImpl.addAllToPeers(Collection<PeerAuthenticationMethod> items) |
A |
PolicySpecFluent.removeAllFromPeers(Collection<PeerAuthenticationMethod> items) |
A |
PolicySpecFluentImpl.removeAllFromPeers(Collection<PeerAuthenticationMethod> items) |
void |
PolicySpec.setPeers(List<PeerAuthenticationMethod> peers) |
A |
PolicySpecFluent.withPeers(List<PeerAuthenticationMethod> peers) |
A |
PolicySpecFluentImpl.withPeers(List<PeerAuthenticationMethod> peers) |
| Constructor and Description |
|---|
DoneablePeerAuthenticationMethod(io.fabric8.kubernetes.api.builder.Function<PeerAuthenticationMethod,PeerAuthenticationMethod> function) |
DoneablePeerAuthenticationMethod(io.fabric8.kubernetes.api.builder.Function<PeerAuthenticationMethod,PeerAuthenticationMethod> function) |
DoneablePeerAuthenticationMethod(PeerAuthenticationMethod item,
io.fabric8.kubernetes.api.builder.Function<PeerAuthenticationMethod,PeerAuthenticationMethod> function) |
DoneablePeerAuthenticationMethod(PeerAuthenticationMethod item,
io.fabric8.kubernetes.api.builder.Function<PeerAuthenticationMethod,PeerAuthenticationMethod> function) |
PolicySpec(Boolean originIsOptional,
List<OriginAuthenticationMethod> origins,
Boolean peerIsOptional,
List<PeerAuthenticationMethod> peers,
PrincipalBinding principalBinding,
List<TargetSelector> targets) |
Copyright © 2017–2018 Red Hat. All rights reserved.