Class V1ServiceAccountTokenProjection

java.lang.Object
io.kubernetes.client.openapi.models.V1ServiceAccountTokenProjection

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-12-05T08:14:34.919Z[Etc/UTC]") public class V1ServiceAccountTokenProjection extends Object
ServiceAccountTokenProjection represents a projected service account token volume. This projection can be used to insert a service account token into the pods runtime filesystem for use against APIs (Kubernetes API Server or otherwise).
  • Field Details

  • Constructor Details

    • V1ServiceAccountTokenProjection

      public V1ServiceAccountTokenProjection()
  • Method Details

    • audience

      public V1ServiceAccountTokenProjection audience(String audience)
    • getAudience

      @Nullable public String getAudience()
      audience is the intended audience of the token. A recipient of a token must identify itself with an identifier specified in the audience of the token, and otherwise should reject the token. The audience defaults to the identifier of the apiserver.
      Returns:
      audience
    • setAudience

      public void setAudience(String audience)
    • expirationSeconds

      public V1ServiceAccountTokenProjection expirationSeconds(Long expirationSeconds)
    • getExpirationSeconds

      @Nullable public Long getExpirationSeconds()
      expirationSeconds is the requested duration of validity of the service account token. As the token approaches expiration, the kubelet volume plugin will proactively rotate the service account token. The kubelet will start trying to rotate the token if the token is older than 80 percent of its time to live or if the token is older than 24 hours.Defaults to 1 hour and must be at least 10 minutes.
      Returns:
      expirationSeconds
    • setExpirationSeconds

      public void setExpirationSeconds(Long expirationSeconds)
    • path

    • getPath

      public String getPath()
      path is the path relative to the mount point of the file to project the token into.
      Returns:
      path
    • setPath

      public void setPath(String path)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object