Uses of Class
io.kubernetes.client.openapi.models.V1VolumeProjection
Packages that use V1VolumeProjection
-
Uses of V1VolumeProjection in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1VolumeProjectionModifier and TypeMethodDescriptionV1VolumeProjection.clusterTrustBundle
(V1ClusterTrustBundleProjection clusterTrustBundle) V1VolumeProjection.configMap
(V1ConfigMapProjection configMap) V1VolumeProjection.downwardAPI
(V1DownwardAPIProjection downwardAPI) static V1VolumeProjection
Create an instance of V1VolumeProjection given an JSON stringV1VolumeProjection.secret
(V1SecretProjection secret) V1VolumeProjection.serviceAccountToken
(V1ServiceAccountTokenProjection serviceAccountToken) Methods in io.kubernetes.client.openapi.models that return types with arguments of type V1VolumeProjectionModifier and TypeMethodDescriptionV1ProjectedVolumeSource.getSources()
sources is the list of volume projections.Methods in io.kubernetes.client.openapi.models with parameters of type V1VolumeProjectionModifier and TypeMethodDescriptionV1ProjectedVolumeSource.addSourcesItem
(V1VolumeProjection sourcesItem) Method parameters in io.kubernetes.client.openapi.models with type arguments of type V1VolumeProjectionModifier and TypeMethodDescriptionvoid
V1ProjectedVolumeSource.setSources
(List<V1VolumeProjection> sources) V1ProjectedVolumeSource.sources
(List<V1VolumeProjection> sources)