public class PeerAuthenticationMethodFluentImpl<A extends PeerAuthenticationMethodFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements PeerAuthenticationMethodFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
PeerAuthenticationMethodFluentImpl.JwtParamsNestedImpl<N> |
class |
PeerAuthenticationMethodFluentImpl.MtlsParamsNestedImpl<N> |
PeerAuthenticationMethodFluent.JwtParamsNested<N>, PeerAuthenticationMethodFluent.MtlsParamsNested<N>| Constructor and Description |
|---|
PeerAuthenticationMethodFluentImpl() |
PeerAuthenticationMethodFluentImpl(PeerAuthenticationMethod instance) |
| Modifier and Type | Method and Description |
|---|---|
PeerAuthenticationMethod.Params |
buildParams() |
boolean |
equals(Object o) |
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) |
public PeerAuthenticationMethodFluentImpl()
public PeerAuthenticationMethodFluentImpl(PeerAuthenticationMethod instance)
@Deprecated public PeerAuthenticationMethod.Params getParams()
getParams in interface PeerAuthenticationMethodFluent<A extends PeerAuthenticationMethodFluent<A>>public PeerAuthenticationMethod.Params buildParams()
buildParams in interface PeerAuthenticationMethodFluent<A extends PeerAuthenticationMethodFluent<A>>public A withParams(PeerAuthenticationMethod.Params params)
withParams in interface PeerAuthenticationMethodFluent<A extends PeerAuthenticationMethodFluent<A>>public Boolean hasParams()
hasParams in interface PeerAuthenticationMethodFluent<A extends PeerAuthenticationMethodFluent<A>>public A withJwtParams(JwtParams jwtParams)
withJwtParams in interface PeerAuthenticationMethodFluent<A extends PeerAuthenticationMethodFluent<A>>public PeerAuthenticationMethodFluent.JwtParamsNested<A> withNewJwtParams()
withNewJwtParams in interface PeerAuthenticationMethodFluent<A extends PeerAuthenticationMethodFluent<A>>public PeerAuthenticationMethodFluent.JwtParamsNested<A> withNewJwtParamsLike(JwtParams item)
withNewJwtParamsLike in interface PeerAuthenticationMethodFluent<A extends PeerAuthenticationMethodFluent<A>>public A withMtlsParams(MtlsParams mtlsParams)
withMtlsParams in interface PeerAuthenticationMethodFluent<A extends PeerAuthenticationMethodFluent<A>>public PeerAuthenticationMethodFluent.MtlsParamsNested<A> withNewMtlsParams()
withNewMtlsParams in interface PeerAuthenticationMethodFluent<A extends PeerAuthenticationMethodFluent<A>>public PeerAuthenticationMethodFluent.MtlsParamsNested<A> withNewMtlsParamsLike(MtlsParams item)
withNewMtlsParamsLike in interface PeerAuthenticationMethodFluent<A extends PeerAuthenticationMethodFluent<A>>Copyright © 2017–2018 Red Hat. All rights reserved.