public static interface V1.ServiceAccountTokenProjectionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getAudience()
Audience is the intended audience of the token.
|
com.google.protobuf.ByteString |
getAudienceBytes()
Audience is the intended audience of the token.
|
long |
getExpirationSeconds()
ExpirationSeconds is the requested duration of validity of the service
account token.
|
String |
getPath()
Path is the path relative to the mount point of the file to project the
token into.
|
com.google.protobuf.ByteString |
getPathBytes()
Path is the path relative to the mount point of the file to project the
token into.
|
boolean |
hasAudience()
Audience is the intended audience of the token.
|
boolean |
hasExpirationSeconds()
ExpirationSeconds is the requested duration of validity of the service
account token.
|
boolean |
hasPath()
Path is the path relative to the mount point of the file to project the
token into.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasAudience()
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. +optional
optional string audience = 1;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. +optional
optional string audience = 1;com.google.protobuf.ByteString getAudienceBytes()
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. +optional
optional string audience = 1;boolean hasExpirationSeconds()
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. +optional
optional int64 expirationSeconds = 2;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. +optional
optional int64 expirationSeconds = 2;boolean hasPath()
Path is the path relative to the mount point of the file to project the token into.
optional string path = 3;String getPath()
Path is the path relative to the mount point of the file to project the token into.
optional string path = 3;com.google.protobuf.ByteString getPathBytes()
Path is the path relative to the mount point of the file to project the token into.
optional string path = 3;Copyright © 2023. All rights reserved.