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).
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
expirationSeconds
(Long expirationSeconds) Create an instance of V1ServiceAccountTokenProjection given an JSON stringaudience is the intended audience of the token.expirationSeconds is the requested duration of validity of the service account token.getPath()
path is the path relative to the mount point of the file to project the token into.int
hashCode()
void
setAudience
(String audience) void
setExpirationSeconds
(Long expirationSeconds) void
toJson()
Convert an instance of V1ServiceAccountTokenProjection to an JSON stringtoString()
static void
validateJsonObject
(com.google.gson.JsonObject jsonObj) Validates the JSON Object and throws an exception if issues found
-
Field Details
-
SERIALIZED_NAME_AUDIENCE
- See Also:
-
SERIALIZED_NAME_EXPIRATION_SECONDS
- See Also:
-
SERIALIZED_NAME_PATH
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
V1ServiceAccountTokenProjection
public V1ServiceAccountTokenProjection()
-
-
Method Details
-
audience
-
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
-
expirationSeconds
-
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
-
path
-
getPath
path is the path relative to the mount point of the file to project the token into.- Returns:
- path
-
setPath
-
equals
-
hashCode
public int hashCode() -
toString
-
validateJsonObject
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
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
Convert an instance of V1ServiceAccountTokenProjection to an JSON string- Returns:
- JSON string
-