public static interface V1Storage.TokenRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getAudience()
Audience is the intended audience of the token in "TokenRequestSpec".
|
com.google.protobuf.ByteString |
getAudienceBytes()
Audience is the intended audience of the token in "TokenRequestSpec".
|
long |
getExpirationSeconds()
ExpirationSeconds is the duration of validity of the token in "TokenRequestSpec".
|
boolean |
hasAudience()
Audience is the intended audience of the token in "TokenRequestSpec".
|
boolean |
hasExpirationSeconds()
ExpirationSeconds is the duration of validity of the token in "TokenRequestSpec".
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasAudience()
Audience is the intended audience of the token in "TokenRequestSpec". It will default to the audiences of kube apiserver.
optional string audience = 1;String getAudience()
Audience is the intended audience of the token in "TokenRequestSpec". It will default to the audiences of kube apiserver.
optional string audience = 1;com.google.protobuf.ByteString getAudienceBytes()
Audience is the intended audience of the token in "TokenRequestSpec". It will default to the audiences of kube apiserver.
optional string audience = 1;boolean hasExpirationSeconds()
ExpirationSeconds is the duration of validity of the token in "TokenRequestSpec". It has the same default value of "ExpirationSeconds" in "TokenRequestSpec". +optional
optional int64 expirationSeconds = 2;long getExpirationSeconds()
ExpirationSeconds is the duration of validity of the token in "TokenRequestSpec". It has the same default value of "ExpirationSeconds" in "TokenRequestSpec". +optional
optional int64 expirationSeconds = 2;Copyright © 2023. All rights reserved.