public class TokenRequestFluentImpl<A extends TokenRequestFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements TokenRequestFluent<A>
TokenRequestFluent.MetadataNested<N>, TokenRequestFluent.SpecNested<N>, TokenRequestFluent.StatusNested<N>| Constructor and Description |
|---|
TokenRequestFluentImpl() |
TokenRequestFluentImpl(TokenRequest instance) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic TokenRequestFluentImpl()
public TokenRequestFluentImpl(TokenRequest instance)
public String getApiVersion()
getApiVersion in interface TokenRequestFluent<A extends TokenRequestFluent<A>>public A withApiVersion(String apiVersion)
withApiVersion in interface TokenRequestFluent<A extends TokenRequestFluent<A>>public Boolean hasApiVersion()
hasApiVersion in interface TokenRequestFluent<A extends TokenRequestFluent<A>>public String getKind()
getKind in interface TokenRequestFluent<A extends TokenRequestFluent<A>>public A withKind(String kind)
withKind in interface TokenRequestFluent<A extends TokenRequestFluent<A>>public Boolean hasKind()
hasKind in interface TokenRequestFluent<A extends TokenRequestFluent<A>>@Deprecated public io.fabric8.kubernetes.api.model.ObjectMeta getMetadata()
getMetadata in interface TokenRequestFluent<A extends TokenRequestFluent<A>>public io.fabric8.kubernetes.api.model.ObjectMeta buildMetadata()
buildMetadata in interface TokenRequestFluent<A extends TokenRequestFluent<A>>public A withMetadata(io.fabric8.kubernetes.api.model.ObjectMeta metadata)
withMetadata in interface TokenRequestFluent<A extends TokenRequestFluent<A>>public Boolean hasMetadata()
hasMetadata in interface TokenRequestFluent<A extends TokenRequestFluent<A>>public TokenRequestFluent.MetadataNested<A> withNewMetadata()
withNewMetadata in interface TokenRequestFluent<A extends TokenRequestFluent<A>>public TokenRequestFluent.MetadataNested<A> withNewMetadataLike(io.fabric8.kubernetes.api.model.ObjectMeta item)
withNewMetadataLike in interface TokenRequestFluent<A extends TokenRequestFluent<A>>public TokenRequestFluent.MetadataNested<A> editMetadata()
editMetadata in interface TokenRequestFluent<A extends TokenRequestFluent<A>>public TokenRequestFluent.MetadataNested<A> editOrNewMetadata()
editOrNewMetadata in interface TokenRequestFluent<A extends TokenRequestFluent<A>>public TokenRequestFluent.MetadataNested<A> editOrNewMetadataLike(io.fabric8.kubernetes.api.model.ObjectMeta item)
editOrNewMetadataLike in interface TokenRequestFluent<A extends TokenRequestFluent<A>>@Deprecated public TokenRequestSpec getSpec()
getSpec in interface TokenRequestFluent<A extends TokenRequestFluent<A>>public TokenRequestSpec buildSpec()
buildSpec in interface TokenRequestFluent<A extends TokenRequestFluent<A>>public A withSpec(TokenRequestSpec spec)
withSpec in interface TokenRequestFluent<A extends TokenRequestFluent<A>>public Boolean hasSpec()
hasSpec in interface TokenRequestFluent<A extends TokenRequestFluent<A>>public TokenRequestFluent.SpecNested<A> withNewSpec()
withNewSpec in interface TokenRequestFluent<A extends TokenRequestFluent<A>>public TokenRequestFluent.SpecNested<A> withNewSpecLike(TokenRequestSpec item)
withNewSpecLike in interface TokenRequestFluent<A extends TokenRequestFluent<A>>public TokenRequestFluent.SpecNested<A> editSpec()
editSpec in interface TokenRequestFluent<A extends TokenRequestFluent<A>>public TokenRequestFluent.SpecNested<A> editOrNewSpec()
editOrNewSpec in interface TokenRequestFluent<A extends TokenRequestFluent<A>>public TokenRequestFluent.SpecNested<A> editOrNewSpecLike(TokenRequestSpec item)
editOrNewSpecLike in interface TokenRequestFluent<A extends TokenRequestFluent<A>>@Deprecated public TokenRequestStatus getStatus()
getStatus in interface TokenRequestFluent<A extends TokenRequestFluent<A>>public TokenRequestStatus buildStatus()
buildStatus in interface TokenRequestFluent<A extends TokenRequestFluent<A>>public A withStatus(TokenRequestStatus status)
withStatus in interface TokenRequestFluent<A extends TokenRequestFluent<A>>public Boolean hasStatus()
hasStatus in interface TokenRequestFluent<A extends TokenRequestFluent<A>>public A withNewStatus(String expirationTimestamp, String token)
withNewStatus in interface TokenRequestFluent<A extends TokenRequestFluent<A>>public TokenRequestFluent.StatusNested<A> withNewStatus()
withNewStatus in interface TokenRequestFluent<A extends TokenRequestFluent<A>>public TokenRequestFluent.StatusNested<A> withNewStatusLike(TokenRequestStatus item)
withNewStatusLike in interface TokenRequestFluent<A extends TokenRequestFluent<A>>public TokenRequestFluent.StatusNested<A> editStatus()
editStatus in interface TokenRequestFluent<A extends TokenRequestFluent<A>>public TokenRequestFluent.StatusNested<A> editOrNewStatus()
editOrNewStatus in interface TokenRequestFluent<A extends TokenRequestFluent<A>>public TokenRequestFluent.StatusNested<A> editOrNewStatusLike(TokenRequestStatus item)
editOrNewStatusLike in interface TokenRequestFluent<A extends TokenRequestFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface TokenRequestFluent<A extends TokenRequestFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface TokenRequestFluent<A extends TokenRequestFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface TokenRequestFluent<A extends TokenRequestFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface TokenRequestFluent<A extends TokenRequestFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface TokenRequestFluent<A extends TokenRequestFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface TokenRequestFluent<A extends TokenRequestFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface TokenRequestFluent<A extends TokenRequestFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends TokenRequestFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends TokenRequestFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.