Class ServiceAccountTokenFluent<A extends ServiceAccountTokenFluent<A>>

  • All Implemented Interfaces:
    io.fabric8.kubernetes.api.builder.Fluent<A>, io.fabric8.kubernetes.api.builder.Visitable<A>
    Direct Known Subclasses:
    ServiceAccountTokenBuilder, SourcesFluent.ServiceAccountTokenNested

    public class ServiceAccountTokenFluent<A extends ServiceAccountTokenFluent<A>>
    extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
    Generated
    • Constructor Detail

      • ServiceAccountTokenFluent

        public ServiceAccountTokenFluent()
      • ServiceAccountTokenFluent

        public ServiceAccountTokenFluent​(ServiceAccountToken instance)
    • Method Detail

      • getAudience

        public String getAudience()
      • withAudience

        public A withAudience​(String audience)
      • hasAudience

        public boolean hasAudience()
      • getExpirationSeconds

        public Long getExpirationSeconds()
      • withExpirationSeconds

        public A withExpirationSeconds​(Long expirationSeconds)
      • hasExpirationSeconds

        public boolean hasExpirationSeconds()
      • getPath

        public String getPath()
      • withPath

        public A withPath​(String path)
      • hasPath

        public boolean hasPath()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ServiceAccountTokenFluent<A>>