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.configMap(V1ConfigMapProjection configMap) V1VolumeProjection.downwardAPI(V1DownwardAPIProjection downwardAPI) V1VolumeProjection.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 projectionsMethods 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 TypeMethodDescriptionvoidV1ProjectedVolumeSource.setSources(List<V1VolumeProjection> sources) V1ProjectedVolumeSource.sources(List<V1VolumeProjection> sources)