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 Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<V1.ServiceAccountTokenProjection.Builder>
    • clear

      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessageV3.Builder<V1.ServiceAccountTokenProjection.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<V1.ServiceAccountTokenProjection.Builder>
    • getDefaultInstanceForType

      public V1.ServiceAccountTokenProjection getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public V1.ServiceAccountTokenProjection buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • clone

      Specified by:
      clone in interface com.google.protobuf.Message.Builder
      Specified by:
      clone in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clone in class com.google.protobuf.GeneratedMessageV3.Builder<V1.ServiceAccountTokenProjection.Builder>
    • setField

      public V1.ServiceAccountTokenProjection.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      setField in interface com.google.protobuf.Message.Builder
      Overrides:
      setField in class com.google.protobuf.GeneratedMessageV3.Builder<V1.ServiceAccountTokenProjection.Builder>
    • clearField

      public V1.ServiceAccountTokenProjection.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
      Specified by:
      clearField in interface com.google.protobuf.Message.Builder
      Overrides:
      clearField in class com.google.protobuf.GeneratedMessageV3.Builder<V1.ServiceAccountTokenProjection.Builder>
    • clearOneof

      public V1.ServiceAccountTokenProjection.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
      Specified by:
      clearOneof in interface com.google.protobuf.Message.Builder
      Overrides:
      clearOneof in class com.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:
      setRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<V1.ServiceAccountTokenProjection.Builder>
    • addRepeatedField

      public V1.ServiceAccountTokenProjection.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      addRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<V1.ServiceAccountTokenProjection.Builder>
    • mergeFrom

      public V1.ServiceAccountTokenProjection.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<V1.ServiceAccountTokenProjection.Builder>
    • mergeFrom

    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.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:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.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:
      hasAudience in interface V1.ServiceAccountTokenProjectionOrBuilder
    • getAudience

      public 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;
      Specified by:
      getAudience in interface V1.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:
      getAudienceBytes in interface V1.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:
      hasExpirationSeconds in interface V1.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:
      getExpirationSeconds in interface V1.ServiceAccountTokenProjectionOrBuilder
    • setExpirationSeconds

      public V1.ServiceAccountTokenProjection.Builder setExpirationSeconds(long value)
       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

      public V1.ServiceAccountTokenProjection.Builder 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:
      hasPath in interface V1.ServiceAccountTokenProjectionOrBuilder
    • getPath

      public String getPath()
       Path is the path relative to the mount point of the file to project the
       token into.
       
      optional string path = 3;
      Specified by:
      getPath in interface V1.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:
      getPathBytes in interface V1.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

      public V1.ServiceAccountTokenProjection.Builder setPathBytes(com.google.protobuf.ByteString value)
       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:
      setUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<V1.ServiceAccountTokenProjection.Builder>
    • mergeUnknownFields

      public final V1.ServiceAccountTokenProjection.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      mergeUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<V1.ServiceAccountTokenProjection.Builder>