Package io.kubernetes.client.proto
Interface V1Storage.TokenRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
V1Storage.TokenRequest,V1Storage.TokenRequest.Builder
- Enclosing class:
- V1Storage
public static interface V1Storage.TokenRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionAudience is the intended audience of the token in "TokenRequestSpec".com.google.protobuf.ByteStringAudience is the intended audience of the token in "TokenRequestSpec".longExpirationSeconds is the duration of validity of the token in "TokenRequestSpec".booleanAudience is the intended audience of the token in "TokenRequestSpec".booleanExpirationSeconds is the duration of validity of the token in "TokenRequestSpec".Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasAudience
boolean hasAudience()Audience is the intended audience of the token in "TokenRequestSpec". It will default to the audiences of kube apiserver.
optional string audience = 1; -
getAudience
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; -
getAudienceBytes
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; -
hasExpirationSeconds
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; -
getExpirationSeconds
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;
-