public class TokenRequestSpecFluentImpl<A extends TokenRequestSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements TokenRequestSpecFluent<A>
TokenRequestSpecFluent.BoundObjectRefNested<N>| Constructor and Description |
|---|
TokenRequestSpecFluentImpl() |
TokenRequestSpecFluentImpl(TokenRequestSpec instance) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic TokenRequestSpecFluentImpl()
public TokenRequestSpecFluentImpl(TokenRequestSpec instance)
public A addToAudiences(int index, String item)
addToAudiences in interface TokenRequestSpecFluent<A extends TokenRequestSpecFluent<A>>public A setToAudiences(int index, String item)
setToAudiences in interface TokenRequestSpecFluent<A extends TokenRequestSpecFluent<A>>public A addToAudiences(String... items)
addToAudiences in interface TokenRequestSpecFluent<A extends TokenRequestSpecFluent<A>>public A addAllToAudiences(Collection<String> items)
addAllToAudiences in interface TokenRequestSpecFluent<A extends TokenRequestSpecFluent<A>>public A removeFromAudiences(String... items)
removeFromAudiences in interface TokenRequestSpecFluent<A extends TokenRequestSpecFluent<A>>public A removeAllFromAudiences(Collection<String> items)
removeAllFromAudiences in interface TokenRequestSpecFluent<A extends TokenRequestSpecFluent<A>>public List<String> getAudiences()
getAudiences in interface TokenRequestSpecFluent<A extends TokenRequestSpecFluent<A>>public String getAudience(int index)
getAudience in interface TokenRequestSpecFluent<A extends TokenRequestSpecFluent<A>>public String getFirstAudience()
getFirstAudience in interface TokenRequestSpecFluent<A extends TokenRequestSpecFluent<A>>public String getLastAudience()
getLastAudience in interface TokenRequestSpecFluent<A extends TokenRequestSpecFluent<A>>public String getMatchingAudience(Predicate<String> predicate)
getMatchingAudience in interface TokenRequestSpecFluent<A extends TokenRequestSpecFluent<A>>public Boolean hasMatchingAudience(Predicate<String> predicate)
hasMatchingAudience in interface TokenRequestSpecFluent<A extends TokenRequestSpecFluent<A>>public A withAudiences(List<String> audiences)
withAudiences in interface TokenRequestSpecFluent<A extends TokenRequestSpecFluent<A>>public A withAudiences(String... audiences)
withAudiences in interface TokenRequestSpecFluent<A extends TokenRequestSpecFluent<A>>public Boolean hasAudiences()
hasAudiences in interface TokenRequestSpecFluent<A extends TokenRequestSpecFluent<A>>@Deprecated public BoundObjectReference getBoundObjectRef()
getBoundObjectRef in interface TokenRequestSpecFluent<A extends TokenRequestSpecFluent<A>>public BoundObjectReference buildBoundObjectRef()
buildBoundObjectRef in interface TokenRequestSpecFluent<A extends TokenRequestSpecFluent<A>>public A withBoundObjectRef(BoundObjectReference boundObjectRef)
withBoundObjectRef in interface TokenRequestSpecFluent<A extends TokenRequestSpecFluent<A>>public Boolean hasBoundObjectRef()
hasBoundObjectRef in interface TokenRequestSpecFluent<A extends TokenRequestSpecFluent<A>>public A withNewBoundObjectRef(String apiVersion, String kind, String name, String uid)
withNewBoundObjectRef in interface TokenRequestSpecFluent<A extends TokenRequestSpecFluent<A>>public TokenRequestSpecFluent.BoundObjectRefNested<A> withNewBoundObjectRef()
withNewBoundObjectRef in interface TokenRequestSpecFluent<A extends TokenRequestSpecFluent<A>>public TokenRequestSpecFluent.BoundObjectRefNested<A> withNewBoundObjectRefLike(BoundObjectReference item)
withNewBoundObjectRefLike in interface TokenRequestSpecFluent<A extends TokenRequestSpecFluent<A>>public TokenRequestSpecFluent.BoundObjectRefNested<A> editBoundObjectRef()
editBoundObjectRef in interface TokenRequestSpecFluent<A extends TokenRequestSpecFluent<A>>public TokenRequestSpecFluent.BoundObjectRefNested<A> editOrNewBoundObjectRef()
editOrNewBoundObjectRef in interface TokenRequestSpecFluent<A extends TokenRequestSpecFluent<A>>public TokenRequestSpecFluent.BoundObjectRefNested<A> editOrNewBoundObjectRefLike(BoundObjectReference item)
editOrNewBoundObjectRefLike in interface TokenRequestSpecFluent<A extends TokenRequestSpecFluent<A>>public Long getExpirationSeconds()
getExpirationSeconds in interface TokenRequestSpecFluent<A extends TokenRequestSpecFluent<A>>public A withExpirationSeconds(Long expirationSeconds)
withExpirationSeconds in interface TokenRequestSpecFluent<A extends TokenRequestSpecFluent<A>>public Boolean hasExpirationSeconds()
hasExpirationSeconds in interface TokenRequestSpecFluent<A extends TokenRequestSpecFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface TokenRequestSpecFluent<A extends TokenRequestSpecFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface TokenRequestSpecFluent<A extends TokenRequestSpecFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface TokenRequestSpecFluent<A extends TokenRequestSpecFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface TokenRequestSpecFluent<A extends TokenRequestSpecFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface TokenRequestSpecFluent<A extends TokenRequestSpecFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface TokenRequestSpecFluent<A extends TokenRequestSpecFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface TokenRequestSpecFluent<A extends TokenRequestSpecFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends TokenRequestSpecFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends TokenRequestSpecFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.