Class V1ServiceAccountTokenProjectionFluentImpl<A extends V1ServiceAccountTokenProjectionFluent<A>>
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V1ServiceAccountTokenProjectionFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>
,Visitable<A>
,V1ServiceAccountTokenProjectionFluent<A>
- Direct Known Subclasses:
V1ServiceAccountTokenProjectionBuilder
public class V1ServiceAccountTokenProjectionFluentImpl<A extends V1ServiceAccountTokenProjectionFluent<A>>
extends BaseFluent<A>
implements V1ServiceAccountTokenProjectionFluent<A>
Generated
-
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT
-
Constructor Summary
ConstructorsConstructorDescriptionV1ServiceAccountTokenProjectionFluentImpl
(io.kubernetes.client.openapi.models.V1ServiceAccountTokenProjection instance) -
Method Summary
Modifier and TypeMethodDescriptionboolean
getPath()
int
hashCode()
hasPath()
toString()
withAudience
(String audience) withExpirationSeconds
(Long expirationSeconds) Methods inherited from class io.kubernetes.client.fluent.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
V1ServiceAccountTokenProjectionFluentImpl
public V1ServiceAccountTokenProjectionFluentImpl() -
V1ServiceAccountTokenProjectionFluentImpl
public V1ServiceAccountTokenProjectionFluentImpl(io.kubernetes.client.openapi.models.V1ServiceAccountTokenProjection instance)
-
-
Method Details
-
getAudience
- Specified by:
getAudience
in interfaceV1ServiceAccountTokenProjectionFluent<A extends V1ServiceAccountTokenProjectionFluent<A>>
-
withAudience
- Specified by:
withAudience
in interfaceV1ServiceAccountTokenProjectionFluent<A extends V1ServiceAccountTokenProjectionFluent<A>>
-
hasAudience
- Specified by:
hasAudience
in interfaceV1ServiceAccountTokenProjectionFluent<A extends V1ServiceAccountTokenProjectionFluent<A>>
-
getExpirationSeconds
- Specified by:
getExpirationSeconds
in interfaceV1ServiceAccountTokenProjectionFluent<A extends V1ServiceAccountTokenProjectionFluent<A>>
-
withExpirationSeconds
- Specified by:
withExpirationSeconds
in interfaceV1ServiceAccountTokenProjectionFluent<A extends V1ServiceAccountTokenProjectionFluent<A>>
-
hasExpirationSeconds
- Specified by:
hasExpirationSeconds
in interfaceV1ServiceAccountTokenProjectionFluent<A extends V1ServiceAccountTokenProjectionFluent<A>>
-
getPath
- Specified by:
getPath
in interfaceV1ServiceAccountTokenProjectionFluent<A extends V1ServiceAccountTokenProjectionFluent<A>>
-
withPath
- Specified by:
withPath
in interfaceV1ServiceAccountTokenProjectionFluent<A extends V1ServiceAccountTokenProjectionFluent<A>>
-
hasPath
- Specified by:
hasPath
in interfaceV1ServiceAccountTokenProjectionFluent<A extends V1ServiceAccountTokenProjectionFluent<A>>
-
equals
- Overrides:
equals
in classBaseFluent<A extends V1ServiceAccountTokenProjectionFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCode
in classBaseFluent<A extends V1ServiceAccountTokenProjectionFluent<A>>
-
toString
-