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 TypeMethodDescriptionbooleangetPath()inthashCode()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:
getAudiencein interfaceV1ServiceAccountTokenProjectionFluent<A extends V1ServiceAccountTokenProjectionFluent<A>>
-
withAudience
- Specified by:
withAudiencein interfaceV1ServiceAccountTokenProjectionFluent<A extends V1ServiceAccountTokenProjectionFluent<A>>
-
hasAudience
- Specified by:
hasAudiencein interfaceV1ServiceAccountTokenProjectionFluent<A extends V1ServiceAccountTokenProjectionFluent<A>>
-
getExpirationSeconds
- Specified by:
getExpirationSecondsin interfaceV1ServiceAccountTokenProjectionFluent<A extends V1ServiceAccountTokenProjectionFluent<A>>
-
withExpirationSeconds
- Specified by:
withExpirationSecondsin interfaceV1ServiceAccountTokenProjectionFluent<A extends V1ServiceAccountTokenProjectionFluent<A>>
-
hasExpirationSeconds
- Specified by:
hasExpirationSecondsin interfaceV1ServiceAccountTokenProjectionFluent<A extends V1ServiceAccountTokenProjectionFluent<A>>
-
getPath
- Specified by:
getPathin interfaceV1ServiceAccountTokenProjectionFluent<A extends V1ServiceAccountTokenProjectionFluent<A>>
-
withPath
- Specified by:
withPathin interfaceV1ServiceAccountTokenProjectionFluent<A extends V1ServiceAccountTokenProjectionFluent<A>>
-
hasPath
- Specified by:
hasPathin interfaceV1ServiceAccountTokenProjectionFluent<A extends V1ServiceAccountTokenProjectionFluent<A>>
-
equals
- Overrides:
equalsin classBaseFluent<A extends V1ServiceAccountTokenProjectionFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCodein classBaseFluent<A extends V1ServiceAccountTokenProjectionFluent<A>>
-
toString
-