Class V1ServiceAccountTokenProjection

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

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-02-02T17:56:12.287571Z[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

      @Nonnull 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
    • validateJsonObject

      public static void validateJsonObject(com.google.gson.JsonObject jsonObj) throws IOException
      Validates the JSON Object and throws an exception if issues found
      Parameters:
      jsonObj - JSON Object
      Throws:
      IOException - if the JSON Object is invalid with respect to V1ServiceAccountTokenProjection
    • fromJson

      public static V1ServiceAccountTokenProjection fromJson(String jsonString) throws IOException
      Create an instance of V1ServiceAccountTokenProjection given an JSON string
      Parameters:
      jsonString - JSON string
      Returns:
      An instance of V1ServiceAccountTokenProjection
      Throws:
      IOException - if the JSON string is invalid with respect to V1ServiceAccountTokenProjection
    • toJson

      public String toJson()
      Convert an instance of V1ServiceAccountTokenProjection to an JSON string
      Returns:
      JSON string