Class VolumeProjection

    • Method Detail

      • getClusterTrustBundle

        public ClusterTrustBundleProjection getClusterTrustBundle()
        Projection that may be projected along with other supported volume types. Exactly one of these fields must be set.
      • setClusterTrustBundle

        public void setClusterTrustBundle​(ClusterTrustBundleProjection clusterTrustBundle)
        Projection that may be projected along with other supported volume types. Exactly one of these fields must be set.
      • getConfigMap

        public ConfigMapProjection getConfigMap()
        Projection that may be projected along with other supported volume types. Exactly one of these fields must be set.
      • setConfigMap

        public void setConfigMap​(ConfigMapProjection configMap)
        Projection that may be projected along with other supported volume types. Exactly one of these fields must be set.
      • getDownwardAPI

        public DownwardAPIProjection getDownwardAPI()
        Projection that may be projected along with other supported volume types. Exactly one of these fields must be set.
      • setDownwardAPI

        public void setDownwardAPI​(DownwardAPIProjection downwardAPI)
        Projection that may be projected along with other supported volume types. Exactly one of these fields must be set.
      • getSecret

        public SecretProjection getSecret()
        Projection that may be projected along with other supported volume types. Exactly one of these fields must be set.
      • setSecret

        public void setSecret​(SecretProjection secret)
        Projection that may be projected along with other supported volume types. Exactly one of these fields must be set.
      • getServiceAccountToken

        public ServiceAccountTokenProjection getServiceAccountToken()
        Projection that may be projected along with other supported volume types. Exactly one of these fields must be set.
      • setServiceAccountToken

        public void setServiceAccountToken​(ServiceAccountTokenProjection serviceAccountToken)
        Projection that may be projected along with other supported volume types. Exactly one of these fields must be set.
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • setAdditionalProperty

        public void setAdditionalProperty​(String name,
                                          Object value)
      • setAdditionalProperties

        public void setAdditionalProperties​(Map<String,​Object> additionalProperties)