| Package | Description |
|---|---|
| me.snowdrop.istio.api.authentication.v1alpha1 |
| Modifier and Type | Method and Description |
|---|---|
OriginAuthenticationMethod |
OriginAuthenticationMethodBuilder.build() |
OriginAuthenticationMethod |
PolicySpecFluent.buildFirstOrigin() |
OriginAuthenticationMethod |
PolicySpecFluentImpl.buildFirstOrigin() |
OriginAuthenticationMethod |
PolicySpecFluent.buildLastOrigin() |
OriginAuthenticationMethod |
PolicySpecFluentImpl.buildLastOrigin() |
OriginAuthenticationMethod |
PolicySpecFluent.buildMatchingOrigin(io.fabric8.kubernetes.api.builder.Predicate<OriginAuthenticationMethodBuilder> predicate) |
OriginAuthenticationMethod |
PolicySpecFluentImpl.buildMatchingOrigin(io.fabric8.kubernetes.api.builder.Predicate<OriginAuthenticationMethodBuilder> predicate) |
OriginAuthenticationMethod |
PolicySpecFluent.buildOrigin(int index) |
OriginAuthenticationMethod |
PolicySpecFluentImpl.buildOrigin(int index) |
OriginAuthenticationMethod |
DoneableOriginAuthenticationMethod.done() |
| Modifier and Type | Method and Description |
|---|---|
List<OriginAuthenticationMethod> |
PolicySpecFluent.buildOrigins() |
List<OriginAuthenticationMethod> |
PolicySpecFluentImpl.buildOrigins() |
List<OriginAuthenticationMethod> |
PolicySpecFluent.getOrigins()
Deprecated.
|
List<OriginAuthenticationMethod> |
PolicySpecFluentImpl.getOrigins()
Deprecated.
|
List<OriginAuthenticationMethod> |
PolicySpec.getOrigins() |
| Modifier and Type | Method and Description |
|---|---|
A |
PolicySpecFluent.addAllToOrigins(Collection<OriginAuthenticationMethod> items) |
A |
PolicySpecFluentImpl.addAllToOrigins(Collection<OriginAuthenticationMethod> items) |
A |
PolicySpecFluent.removeAllFromOrigins(Collection<OriginAuthenticationMethod> items) |
A |
PolicySpecFluentImpl.removeAllFromOrigins(Collection<OriginAuthenticationMethod> items) |
void |
PolicySpec.setOrigins(List<OriginAuthenticationMethod> origins) |
A |
PolicySpecFluent.withOrigins(List<OriginAuthenticationMethod> origins) |
A |
PolicySpecFluentImpl.withOrigins(List<OriginAuthenticationMethod> origins) |
| Constructor and Description |
|---|
DoneableOriginAuthenticationMethod(io.fabric8.kubernetes.api.builder.Function<OriginAuthenticationMethod,OriginAuthenticationMethod> function) |
DoneableOriginAuthenticationMethod(io.fabric8.kubernetes.api.builder.Function<OriginAuthenticationMethod,OriginAuthenticationMethod> function) |
DoneableOriginAuthenticationMethod(OriginAuthenticationMethod item,
io.fabric8.kubernetes.api.builder.Function<OriginAuthenticationMethod,OriginAuthenticationMethod> function) |
DoneableOriginAuthenticationMethod(OriginAuthenticationMethod item,
io.fabric8.kubernetes.api.builder.Function<OriginAuthenticationMethod,OriginAuthenticationMethod> 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.