public interface PeerAuthenticationMethodFluent<A extends PeerAuthenticationMethodFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
PeerAuthenticationMethodFluent.JwtParamsNested<N> |
static interface |
PeerAuthenticationMethodFluent.MtlsParamsNested<N> |
| Modifier and Type | Method and Description |
|---|---|
PeerAuthenticationMethod.Params |
buildParams() |
PeerAuthenticationMethod.Params |
getParams()
Deprecated.
|
Boolean |
hasParams() |
A |
withJwtParams(JwtParams jwtParams) |
A |
withMtlsParams(MtlsParams mtlsParams) |
PeerAuthenticationMethodFluent.JwtParamsNested<A> |
withNewJwtParams() |
PeerAuthenticationMethodFluent.JwtParamsNested<A> |
withNewJwtParamsLike(JwtParams item) |
PeerAuthenticationMethodFluent.MtlsParamsNested<A> |
withNewMtlsParams() |
PeerAuthenticationMethodFluent.MtlsParamsNested<A> |
withNewMtlsParamsLike(MtlsParams item) |
A |
withParams(PeerAuthenticationMethod.Params params) |
@Deprecated PeerAuthenticationMethod.Params getParams()
PeerAuthenticationMethod.Params buildParams()
A withParams(PeerAuthenticationMethod.Params params)
Boolean hasParams()
PeerAuthenticationMethodFluent.JwtParamsNested<A> withNewJwtParams()
PeerAuthenticationMethodFluent.JwtParamsNested<A> withNewJwtParamsLike(JwtParams item)
A withMtlsParams(MtlsParams mtlsParams)
PeerAuthenticationMethodFluent.MtlsParamsNested<A> withNewMtlsParams()
PeerAuthenticationMethodFluent.MtlsParamsNested<A> withNewMtlsParamsLike(MtlsParams item)
Copyright © 2017–2018 Red Hat. All rights reserved.