Class Generated.VolumeProjection.Builder

    • Method Detail

      • 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<Generated.VolumeProjection.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<Generated.VolumeProjection.Builder>
      • getDefaultInstanceForType

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

        public Generated.VolumeProjection build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public Generated.VolumeProjection buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<Generated.VolumeProjection.Builder>
      • mergeFrom

        public Generated.VolumeProjection.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<Generated.VolumeProjection.Builder>
        Throws:
        IOException
      • hasSecret

        public boolean hasSecret()
         secret information about the secret data to project
         +optional
         
        optional .k8s.io.api.core.v1.SecretProjection secret = 1;
        Specified by:
        hasSecret in interface Generated.VolumeProjectionOrBuilder
        Returns:
        Whether the secret field is set.
      • clearSecret

        public Generated.VolumeProjection.Builder clearSecret()
         secret information about the secret data to project
         +optional
         
        optional .k8s.io.api.core.v1.SecretProjection secret = 1;
      • getSecretBuilder

        public Generated.SecretProjection.Builder getSecretBuilder()
         secret information about the secret data to project
         +optional
         
        optional .k8s.io.api.core.v1.SecretProjection secret = 1;
      • hasDownwardAPI

        public boolean hasDownwardAPI()
         downwardAPI information about the downwardAPI data to project
         +optional
         
        optional .k8s.io.api.core.v1.DownwardAPIProjection downwardAPI = 2;
        Specified by:
        hasDownwardAPI in interface Generated.VolumeProjectionOrBuilder
        Returns:
        Whether the downwardAPI field is set.
      • clearDownwardAPI

        public Generated.VolumeProjection.Builder clearDownwardAPI()
         downwardAPI information about the downwardAPI data to project
         +optional
         
        optional .k8s.io.api.core.v1.DownwardAPIProjection downwardAPI = 2;
      • getDownwardAPIBuilder

        public Generated.DownwardAPIProjection.Builder getDownwardAPIBuilder()
         downwardAPI information about the downwardAPI data to project
         +optional
         
        optional .k8s.io.api.core.v1.DownwardAPIProjection downwardAPI = 2;
      • hasConfigMap

        public boolean hasConfigMap()
         configMap information about the configMap data to project
         +optional
         
        optional .k8s.io.api.core.v1.ConfigMapProjection configMap = 3;
        Specified by:
        hasConfigMap in interface Generated.VolumeProjectionOrBuilder
        Returns:
        Whether the configMap field is set.
      • clearConfigMap

        public Generated.VolumeProjection.Builder clearConfigMap()
         configMap information about the configMap data to project
         +optional
         
        optional .k8s.io.api.core.v1.ConfigMapProjection configMap = 3;
      • getConfigMapBuilder

        public Generated.ConfigMapProjection.Builder getConfigMapBuilder()
         configMap information about the configMap data to project
         +optional
         
        optional .k8s.io.api.core.v1.ConfigMapProjection configMap = 3;
      • hasServiceAccountToken

        public boolean hasServiceAccountToken()
         serviceAccountToken is information about the serviceAccountToken data to project
         +optional
         
        optional .k8s.io.api.core.v1.ServiceAccountTokenProjection serviceAccountToken = 4;
        Specified by:
        hasServiceAccountToken in interface Generated.VolumeProjectionOrBuilder
        Returns:
        Whether the serviceAccountToken field is set.
      • clearServiceAccountToken

        public Generated.VolumeProjection.Builder clearServiceAccountToken()
         serviceAccountToken is information about the serviceAccountToken data to project
         +optional
         
        optional .k8s.io.api.core.v1.ServiceAccountTokenProjection serviceAccountToken = 4;
      • getServiceAccountTokenBuilder

        public Generated.ServiceAccountTokenProjection.Builder getServiceAccountTokenBuilder()
         serviceAccountToken is information about the serviceAccountToken data to project
         +optional
         
        optional .k8s.io.api.core.v1.ServiceAccountTokenProjection serviceAccountToken = 4;
      • hasClusterTrustBundle

        public boolean hasClusterTrustBundle()
         ClusterTrustBundle allows a pod to access the `.spec.trustBundle` field
         of ClusterTrustBundle objects in an auto-updating file.
        
         Alpha, gated by the ClusterTrustBundleProjection feature gate.
        
         ClusterTrustBundle objects can either be selected by name, or by the
         combination of signer name and a label selector.
        
         Kubelet performs aggressive normalization of the PEM contents written
         into the pod filesystem.  Esoteric PEM features such as inter-block
         comments and block headers are stripped.  Certificates are deduplicated.
         The ordering of certificates within the file is arbitrary, and Kubelet
         may change the order over time.
        
         +featureGate=ClusterTrustBundleProjection
         +optional
         
        optional .k8s.io.api.core.v1.ClusterTrustBundleProjection clusterTrustBundle = 5;
        Specified by:
        hasClusterTrustBundle in interface Generated.VolumeProjectionOrBuilder
        Returns:
        Whether the clusterTrustBundle field is set.
      • getClusterTrustBundle

        public Generated.ClusterTrustBundleProjection getClusterTrustBundle()
         ClusterTrustBundle allows a pod to access the `.spec.trustBundle` field
         of ClusterTrustBundle objects in an auto-updating file.
        
         Alpha, gated by the ClusterTrustBundleProjection feature gate.
        
         ClusterTrustBundle objects can either be selected by name, or by the
         combination of signer name and a label selector.
        
         Kubelet performs aggressive normalization of the PEM contents written
         into the pod filesystem.  Esoteric PEM features such as inter-block
         comments and block headers are stripped.  Certificates are deduplicated.
         The ordering of certificates within the file is arbitrary, and Kubelet
         may change the order over time.
        
         +featureGate=ClusterTrustBundleProjection
         +optional
         
        optional .k8s.io.api.core.v1.ClusterTrustBundleProjection clusterTrustBundle = 5;
        Specified by:
        getClusterTrustBundle in interface Generated.VolumeProjectionOrBuilder
        Returns:
        The clusterTrustBundle.
      • setClusterTrustBundle

        public Generated.VolumeProjection.Builder setClusterTrustBundle​(Generated.ClusterTrustBundleProjection value)
         ClusterTrustBundle allows a pod to access the `.spec.trustBundle` field
         of ClusterTrustBundle objects in an auto-updating file.
        
         Alpha, gated by the ClusterTrustBundleProjection feature gate.
        
         ClusterTrustBundle objects can either be selected by name, or by the
         combination of signer name and a label selector.
        
         Kubelet performs aggressive normalization of the PEM contents written
         into the pod filesystem.  Esoteric PEM features such as inter-block
         comments and block headers are stripped.  Certificates are deduplicated.
         The ordering of certificates within the file is arbitrary, and Kubelet
         may change the order over time.
        
         +featureGate=ClusterTrustBundleProjection
         +optional
         
        optional .k8s.io.api.core.v1.ClusterTrustBundleProjection clusterTrustBundle = 5;
      • setClusterTrustBundle

        public Generated.VolumeProjection.Builder setClusterTrustBundle​(Generated.ClusterTrustBundleProjection.Builder builderForValue)
         ClusterTrustBundle allows a pod to access the `.spec.trustBundle` field
         of ClusterTrustBundle objects in an auto-updating file.
        
         Alpha, gated by the ClusterTrustBundleProjection feature gate.
        
         ClusterTrustBundle objects can either be selected by name, or by the
         combination of signer name and a label selector.
        
         Kubelet performs aggressive normalization of the PEM contents written
         into the pod filesystem.  Esoteric PEM features such as inter-block
         comments and block headers are stripped.  Certificates are deduplicated.
         The ordering of certificates within the file is arbitrary, and Kubelet
         may change the order over time.
        
         +featureGate=ClusterTrustBundleProjection
         +optional
         
        optional .k8s.io.api.core.v1.ClusterTrustBundleProjection clusterTrustBundle = 5;
      • mergeClusterTrustBundle

        public Generated.VolumeProjection.Builder mergeClusterTrustBundle​(Generated.ClusterTrustBundleProjection value)
         ClusterTrustBundle allows a pod to access the `.spec.trustBundle` field
         of ClusterTrustBundle objects in an auto-updating file.
        
         Alpha, gated by the ClusterTrustBundleProjection feature gate.
        
         ClusterTrustBundle objects can either be selected by name, or by the
         combination of signer name and a label selector.
        
         Kubelet performs aggressive normalization of the PEM contents written
         into the pod filesystem.  Esoteric PEM features such as inter-block
         comments and block headers are stripped.  Certificates are deduplicated.
         The ordering of certificates within the file is arbitrary, and Kubelet
         may change the order over time.
        
         +featureGate=ClusterTrustBundleProjection
         +optional
         
        optional .k8s.io.api.core.v1.ClusterTrustBundleProjection clusterTrustBundle = 5;
      • clearClusterTrustBundle

        public Generated.VolumeProjection.Builder clearClusterTrustBundle()
         ClusterTrustBundle allows a pod to access the `.spec.trustBundle` field
         of ClusterTrustBundle objects in an auto-updating file.
        
         Alpha, gated by the ClusterTrustBundleProjection feature gate.
        
         ClusterTrustBundle objects can either be selected by name, or by the
         combination of signer name and a label selector.
        
         Kubelet performs aggressive normalization of the PEM contents written
         into the pod filesystem.  Esoteric PEM features such as inter-block
         comments and block headers are stripped.  Certificates are deduplicated.
         The ordering of certificates within the file is arbitrary, and Kubelet
         may change the order over time.
        
         +featureGate=ClusterTrustBundleProjection
         +optional
         
        optional .k8s.io.api.core.v1.ClusterTrustBundleProjection clusterTrustBundle = 5;
      • getClusterTrustBundleBuilder

        public Generated.ClusterTrustBundleProjection.Builder getClusterTrustBundleBuilder()
         ClusterTrustBundle allows a pod to access the `.spec.trustBundle` field
         of ClusterTrustBundle objects in an auto-updating file.
        
         Alpha, gated by the ClusterTrustBundleProjection feature gate.
        
         ClusterTrustBundle objects can either be selected by name, or by the
         combination of signer name and a label selector.
        
         Kubelet performs aggressive normalization of the PEM contents written
         into the pod filesystem.  Esoteric PEM features such as inter-block
         comments and block headers are stripped.  Certificates are deduplicated.
         The ordering of certificates within the file is arbitrary, and Kubelet
         may change the order over time.
        
         +featureGate=ClusterTrustBundleProjection
         +optional
         
        optional .k8s.io.api.core.v1.ClusterTrustBundleProjection clusterTrustBundle = 5;
      • getClusterTrustBundleOrBuilder

        public Generated.ClusterTrustBundleProjectionOrBuilder getClusterTrustBundleOrBuilder()
         ClusterTrustBundle allows a pod to access the `.spec.trustBundle` field
         of ClusterTrustBundle objects in an auto-updating file.
        
         Alpha, gated by the ClusterTrustBundleProjection feature gate.
        
         ClusterTrustBundle objects can either be selected by name, or by the
         combination of signer name and a label selector.
        
         Kubelet performs aggressive normalization of the PEM contents written
         into the pod filesystem.  Esoteric PEM features such as inter-block
         comments and block headers are stripped.  Certificates are deduplicated.
         The ordering of certificates within the file is arbitrary, and Kubelet
         may change the order over time.
        
         +featureGate=ClusterTrustBundleProjection
         +optional
         
        optional .k8s.io.api.core.v1.ClusterTrustBundleProjection clusterTrustBundle = 5;
        Specified by:
        getClusterTrustBundleOrBuilder in interface Generated.VolumeProjectionOrBuilder
      • setUnknownFields

        public final Generated.VolumeProjection.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<Generated.VolumeProjection.Builder>
      • mergeUnknownFields

        public final Generated.VolumeProjection.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<Generated.VolumeProjection.Builder>