Interface V1ServiceAccountTokenProjectionFluent<A extends V1ServiceAccountTokenProjectionFluent<A>>

All Superinterfaces:
Fluent<A>
All Known Subinterfaces:
V1VolumeProjectionFluent.ServiceAccountTokenNested<N>
All Known Implementing Classes:
V1ServiceAccountTokenProjectionBuilder, V1ServiceAccountTokenProjectionFluentImpl

public interface V1ServiceAccountTokenProjectionFluent<A extends V1ServiceAccountTokenProjectionFluent<A>> extends Fluent<A>
Generated
  • Method Details

    • getAudience

      String getAudience()
    • withAudience

      A withAudience(String audience)
    • hasAudience

      Boolean hasAudience()
    • getExpirationSeconds

      Long getExpirationSeconds()
    • withExpirationSeconds

      A withExpirationSeconds(Long expirationSeconds)
    • hasExpirationSeconds

      Boolean hasExpirationSeconds()
    • getPath

      String getPath()
    • withPath

      A withPath(String path)
    • hasPath

      Boolean hasPath()