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() |
A |
withAudience(String audience) |
A |
withExpirationSeconds(Long expirationSeconds) |
A |
withNewAudience(String original)
Deprecated.
|
A |
withNewPath(String original)
Deprecated.
|
A |
withPath(String path) |
accept, accept, acceptInternal, aggregate, aggregate, build, build, builderOf, canVisit, hasCompatibleVisitMethod
public 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>>
@Deprecated public A withNewAudience(String original)
withNewAudience
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>>
@Deprecated public A withNewPath(String original)
withNewPath
in interface V1ServiceAccountTokenProjectionFluent<A extends V1ServiceAccountTokenProjectionFluent<A>>
Copyright © 2021. All rights reserved.