public class V1TokenReviewSpecFluentImpl<A extends V1TokenReviewSpecFluent<A>> extends BaseFluent<A> implements V1TokenReviewSpecFluent<A>
_visitables, VISIT
Constructor and Description |
---|
V1TokenReviewSpecFluentImpl() |
V1TokenReviewSpecFluentImpl(io.kubernetes.client.openapi.models.V1TokenReviewSpec instance) |
Modifier and Type | Method and Description |
---|---|
A |
addAllToAudiences(Collection<String> items) |
A |
addNewAudience(String original) |
A |
addToAudiences(int index,
String item) |
A |
addToAudiences(String... items) |
boolean |
equals(Object o) |
String |
getAudience(int index) |
List<String> |
getAudiences() |
String |
getFirstAudience() |
String |
getLastAudience() |
String |
getMatchingAudience(Predicate<String> predicate) |
String |
getToken() |
Boolean |
hasAudiences() |
int |
hashCode() |
Boolean |
hasMatchingAudience(Predicate<String> predicate) |
Boolean |
hasToken() |
A |
removeAllFromAudiences(Collection<String> items) |
A |
removeFromAudiences(String... items) |
A |
setToAudiences(int index,
String item) |
A |
withAudiences(List<String> audiences) |
A |
withAudiences(String... audiences) |
A |
withNewToken(String original)
Deprecated.
|
A |
withToken(String token) |
accept, accept, acceptInternal, aggregate, aggregate, build, build, builderOf, canVisit, hasCompatibleVisitMethod
public V1TokenReviewSpecFluentImpl()
public V1TokenReviewSpecFluentImpl(io.kubernetes.client.openapi.models.V1TokenReviewSpec instance)
public A addToAudiences(int index, String item)
addToAudiences
in interface V1TokenReviewSpecFluent<A extends V1TokenReviewSpecFluent<A>>
public A setToAudiences(int index, String item)
setToAudiences
in interface V1TokenReviewSpecFluent<A extends V1TokenReviewSpecFluent<A>>
public A addToAudiences(String... items)
addToAudiences
in interface V1TokenReviewSpecFluent<A extends V1TokenReviewSpecFluent<A>>
public A addAllToAudiences(Collection<String> items)
addAllToAudiences
in interface V1TokenReviewSpecFluent<A extends V1TokenReviewSpecFluent<A>>
public A removeFromAudiences(String... items)
removeFromAudiences
in interface V1TokenReviewSpecFluent<A extends V1TokenReviewSpecFluent<A>>
public A removeAllFromAudiences(Collection<String> items)
removeAllFromAudiences
in interface V1TokenReviewSpecFluent<A extends V1TokenReviewSpecFluent<A>>
public List<String> getAudiences()
getAudiences
in interface V1TokenReviewSpecFluent<A extends V1TokenReviewSpecFluent<A>>
public String getAudience(int index)
getAudience
in interface V1TokenReviewSpecFluent<A extends V1TokenReviewSpecFluent<A>>
public String getFirstAudience()
getFirstAudience
in interface V1TokenReviewSpecFluent<A extends V1TokenReviewSpecFluent<A>>
public String getLastAudience()
getLastAudience
in interface V1TokenReviewSpecFluent<A extends V1TokenReviewSpecFluent<A>>
public String getMatchingAudience(Predicate<String> predicate)
getMatchingAudience
in interface V1TokenReviewSpecFluent<A extends V1TokenReviewSpecFluent<A>>
public Boolean hasMatchingAudience(Predicate<String> predicate)
hasMatchingAudience
in interface V1TokenReviewSpecFluent<A extends V1TokenReviewSpecFluent<A>>
public A withAudiences(List<String> audiences)
withAudiences
in interface V1TokenReviewSpecFluent<A extends V1TokenReviewSpecFluent<A>>
public A withAudiences(String... audiences)
withAudiences
in interface V1TokenReviewSpecFluent<A extends V1TokenReviewSpecFluent<A>>
public Boolean hasAudiences()
hasAudiences
in interface V1TokenReviewSpecFluent<A extends V1TokenReviewSpecFluent<A>>
public A addNewAudience(String original)
addNewAudience
in interface V1TokenReviewSpecFluent<A extends V1TokenReviewSpecFluent<A>>
public String getToken()
getToken
in interface V1TokenReviewSpecFluent<A extends V1TokenReviewSpecFluent<A>>
public A withToken(String token)
withToken
in interface V1TokenReviewSpecFluent<A extends V1TokenReviewSpecFluent<A>>
public Boolean hasToken()
hasToken
in interface V1TokenReviewSpecFluent<A extends V1TokenReviewSpecFluent<A>>
@Deprecated public A withNewToken(String original)
withNewToken
in interface V1TokenReviewSpecFluent<A extends V1TokenReviewSpecFluent<A>>
Copyright © 2021. All rights reserved.