Package io.kubernetes.client.proto
Class V1.ServiceAccountTokenProjection.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderType>
com.google.protobuf.GeneratedMessageV3.Builder<V1.ServiceAccountTokenProjection.Builder>
io.kubernetes.client.proto.V1.ServiceAccountTokenProjection.Builder
- All Implemented Interfaces:
com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,V1.ServiceAccountTokenProjectionOrBuilder,Cloneable
- Enclosing class:
- V1.ServiceAccountTokenProjection
public static final class V1.ServiceAccountTokenProjection.Builder
extends com.google.protobuf.GeneratedMessageV3.Builder<V1.ServiceAccountTokenProjection.Builder>
implements V1.ServiceAccountTokenProjectionOrBuilder
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).Protobuf type
k8s.io.api.core.v1.ServiceAccountTokenProjection-
Method Summary
Modifier and TypeMethodDescriptionaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) build()clear()Audience is the intended audience of the token.ExpirationSeconds is the requested duration of validity of the service account token.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Path is the path relative to the mount point of the file to project the token into.clone()Audience is the intended audience of the token.com.google.protobuf.ByteStringAudience is the intended audience of the token.static final com.google.protobuf.Descriptors.Descriptorcom.google.protobuf.Descriptors.DescriptorlongExpirationSeconds 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.com.google.protobuf.ByteStringPath is the path relative to the mount point of the file to project the token into.booleanAudience is the intended audience of the token.booleanExpirationSeconds is the requested duration of validity of the service account token.booleanhasPath()Path is the path relative to the mount point of the file to project the token into.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTablefinal booleanmergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) mergeFrom(com.google.protobuf.Message other) mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) setAudience(String value) Audience is the intended audience of the token.setAudienceBytes(com.google.protobuf.ByteString value) Audience is the intended audience of the token.setExpirationSeconds(long value) ExpirationSeconds is the requested duration of validity of the service account token.Path is the path relative to the mount point of the file to project the token into.setPathBytes(com.google.protobuf.ByteString value) Path is the path relative to the mount point of the file to project the token into.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringMethods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.google.protobuf.Message.Builder
mergeDelimitedFrom, mergeDelimitedFromMethods inherited from interface com.google.protobuf.MessageLite.Builder
mergeFromMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() -
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<V1.ServiceAccountTokenProjection.Builder>
-
clear
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<V1.ServiceAccountTokenProjection.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<V1.ServiceAccountTokenProjection.Builder>
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<V1.ServiceAccountTokenProjection.Builder>
-
setField
public V1.ServiceAccountTokenProjection.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) - Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<V1.ServiceAccountTokenProjection.Builder>
-
clearField
public V1.ServiceAccountTokenProjection.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) - Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<V1.ServiceAccountTokenProjection.Builder>
-
clearOneof
public V1.ServiceAccountTokenProjection.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) - Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<V1.ServiceAccountTokenProjection.Builder>
-
setRepeatedField
public V1.ServiceAccountTokenProjection.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) - Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<V1.ServiceAccountTokenProjection.Builder>
-
addRepeatedField
public V1.ServiceAccountTokenProjection.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) - Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<V1.ServiceAccountTokenProjection.Builder>
-
mergeFrom
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<V1.ServiceAccountTokenProjection.Builder>
-
mergeFrom
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<V1.ServiceAccountTokenProjection.Builder>
-
mergeFrom
public V1.ServiceAccountTokenProjection.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<V1.ServiceAccountTokenProjection.Builder>- Throws:
IOException
-
hasAudience
public boolean 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;- Specified by:
hasAudiencein interfaceV1.ServiceAccountTokenProjectionOrBuilder
-
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;- Specified by:
getAudiencein interfaceV1.ServiceAccountTokenProjectionOrBuilder
-
getAudienceBytes
public 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;- Specified by:
getAudienceBytesin interfaceV1.ServiceAccountTokenProjectionOrBuilder
-
setAudience
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; -
clearAudience
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; -
setAudienceBytes
public V1.ServiceAccountTokenProjection.Builder setAudienceBytes(com.google.protobuf.ByteString value) 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; -
hasExpirationSeconds
public 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;- Specified by:
hasExpirationSecondsin interfaceV1.ServiceAccountTokenProjectionOrBuilder
-
getExpirationSeconds
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. +optional
optional int64 expirationSeconds = 2;- Specified by:
getExpirationSecondsin interfaceV1.ServiceAccountTokenProjectionOrBuilder
-
setExpirationSeconds
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; -
clearExpirationSeconds
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; -
hasPath
public boolean hasPath()Path is the path relative to the mount point of the file to project the token into.
optional string path = 3;- Specified by:
hasPathin interfaceV1.ServiceAccountTokenProjectionOrBuilder
-
getPath
Path is the path relative to the mount point of the file to project the token into.
optional string path = 3;- Specified by:
getPathin interfaceV1.ServiceAccountTokenProjectionOrBuilder
-
getPathBytes
public 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;- Specified by:
getPathBytesin interfaceV1.ServiceAccountTokenProjectionOrBuilder
-
setPath
Path is the path relative to the mount point of the file to project the token into.
optional string path = 3; -
clearPath
Path is the path relative to the mount point of the file to project the token into.
optional string path = 3; -
setPathBytes
Path is the path relative to the mount point of the file to project the token into.
optional string path = 3; -
setUnknownFields
public final V1.ServiceAccountTokenProjection.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) - Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<V1.ServiceAccountTokenProjection.Builder>
-
mergeUnknownFields
public final V1.ServiceAccountTokenProjection.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) - Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<V1.ServiceAccountTokenProjection.Builder>
-