public interface OriginAuthenticationMethodFluent<A extends OriginAuthenticationMethodFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
OriginAuthenticationMethodFluent.JwtNested<N> |
| Modifier and Type | Method and Description |
|---|---|
Jwt |
buildJwt() |
OriginAuthenticationMethodFluent.JwtNested<A> |
editJwt() |
OriginAuthenticationMethodFluent.JwtNested<A> |
editOrNewJwt() |
OriginAuthenticationMethodFluent.JwtNested<A> |
editOrNewJwtLike(Jwt item) |
Jwt |
getJwt()
Deprecated.
|
Boolean |
hasJwt() |
A |
withJwt(Jwt jwt) |
OriginAuthenticationMethodFluent.JwtNested<A> |
withNewJwt() |
OriginAuthenticationMethodFluent.JwtNested<A> |
withNewJwtLike(Jwt item) |
@Deprecated Jwt getJwt()
Jwt buildJwt()
Boolean hasJwt()
OriginAuthenticationMethodFluent.JwtNested<A> withNewJwt()
OriginAuthenticationMethodFluent.JwtNested<A> withNewJwtLike(Jwt item)
OriginAuthenticationMethodFluent.JwtNested<A> editJwt()
OriginAuthenticationMethodFluent.JwtNested<A> editOrNewJwt()
OriginAuthenticationMethodFluent.JwtNested<A> editOrNewJwtLike(Jwt item)
Copyright © 2017–2018 Red Hat. All rights reserved.