public interface V1TokenRequestSpecFluent<A extends V1TokenRequestSpecFluent<A>> extends Fluent<A>
Modifier and Type | Interface and Description |
---|---|
static interface |
V1TokenRequestSpecFluent.BoundObjectRefNested<N> |
A addAllToAudiences(Collection<String> items)
A removeAllFromAudiences(Collection<String> items)
String getAudience(int index)
String getFirstAudience()
String getLastAudience()
Boolean hasAudiences()
@Deprecated io.kubernetes.client.openapi.models.V1BoundObjectReference getBoundObjectRef()
io.kubernetes.client.openapi.models.V1BoundObjectReference buildBoundObjectRef()
A withBoundObjectRef(io.kubernetes.client.openapi.models.V1BoundObjectReference boundObjectRef)
Boolean hasBoundObjectRef()
V1TokenRequestSpecFluent.BoundObjectRefNested<A> withNewBoundObjectRef()
V1TokenRequestSpecFluent.BoundObjectRefNested<A> withNewBoundObjectRefLike(io.kubernetes.client.openapi.models.V1BoundObjectReference item)
V1TokenRequestSpecFluent.BoundObjectRefNested<A> editBoundObjectRef()
V1TokenRequestSpecFluent.BoundObjectRefNested<A> editOrNewBoundObjectRef()
V1TokenRequestSpecFluent.BoundObjectRefNested<A> editOrNewBoundObjectRefLike(io.kubernetes.client.openapi.models.V1BoundObjectReference item)
Long getExpirationSeconds()
Boolean hasExpirationSeconds()
Copyright © 2021. All rights reserved.