public class V1ServiceAccountTokenProjectionFluentImpl<A extends V1ServiceAccountTokenProjectionFluent<A>> extends BaseFluent<A> implements V1ServiceAccountTokenProjectionFluent<A>
_visitables, VISIT| Constructor and Description |
|---|
V1ServiceAccountTokenProjectionFluentImpl() |
V1ServiceAccountTokenProjectionFluentImpl(io.kubernetes.client.openapi.models.V1ServiceAccountTokenProjection instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getAudience() |
Long |
getExpirationSeconds() |
String |
getPath() |
Boolean |
hasAudience() |
Boolean |
hasExpirationSeconds() |
int |
hashCode() |
Boolean |
hasPath() |
String |
toString() |
A |
withAudience(String audience) |
A |
withExpirationSeconds(Long expirationSeconds) |
A |
withPath(String path) |
accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic V1ServiceAccountTokenProjectionFluentImpl()
public V1ServiceAccountTokenProjectionFluentImpl(io.kubernetes.client.openapi.models.V1ServiceAccountTokenProjection instance)
public String getAudience()
getAudience in interface V1ServiceAccountTokenProjectionFluent<A extends V1ServiceAccountTokenProjectionFluent<A>>public A withAudience(String audience)
withAudience in interface V1ServiceAccountTokenProjectionFluent<A extends V1ServiceAccountTokenProjectionFluent<A>>public Boolean hasAudience()
hasAudience in interface V1ServiceAccountTokenProjectionFluent<A extends V1ServiceAccountTokenProjectionFluent<A>>public Long getExpirationSeconds()
getExpirationSeconds in interface V1ServiceAccountTokenProjectionFluent<A extends V1ServiceAccountTokenProjectionFluent<A>>public A withExpirationSeconds(Long expirationSeconds)
withExpirationSeconds in interface V1ServiceAccountTokenProjectionFluent<A extends V1ServiceAccountTokenProjectionFluent<A>>public Boolean hasExpirationSeconds()
hasExpirationSeconds in interface V1ServiceAccountTokenProjectionFluent<A extends V1ServiceAccountTokenProjectionFluent<A>>public String getPath()
getPath in interface V1ServiceAccountTokenProjectionFluent<A extends V1ServiceAccountTokenProjectionFluent<A>>public A withPath(String path)
withPath in interface V1ServiceAccountTokenProjectionFluent<A extends V1ServiceAccountTokenProjectionFluent<A>>public Boolean hasPath()
hasPath in interface V1ServiceAccountTokenProjectionFluent<A extends V1ServiceAccountTokenProjectionFluent<A>>public boolean equals(Object o)
equals in class BaseFluent<A extends V1ServiceAccountTokenProjectionFluent<A>>public int hashCode()
hashCode in class BaseFluent<A extends V1ServiceAccountTokenProjectionFluent<A>>Copyright © 2022. All rights reserved.