Uses of Class
io.fabric8.kubernetes.api.model.ServiceAccountTokenProjection
-
Packages that use ServiceAccountTokenProjection Package Description io.fabric8.kubernetes.api.model -
-
Uses of ServiceAccountTokenProjection in io.fabric8.kubernetes.api.model
Methods in io.fabric8.kubernetes.api.model that return ServiceAccountTokenProjection Modifier and Type Method Description ServiceAccountTokenProjectionServiceAccountTokenProjectionBuilder. build()ServiceAccountTokenProjectionVolumeProjectionFluent. buildServiceAccountToken()ServiceAccountTokenProjectionVolumeProjection. getServiceAccountToken()Methods in io.fabric8.kubernetes.api.model with parameters of type ServiceAccountTokenProjection Modifier and Type Method Description protected voidServiceAccountTokenProjectionFluent. copyInstance(ServiceAccountTokenProjection instance)VolumeProjectionFluent.ServiceAccountTokenNested<A>VolumeProjectionFluent. editOrNewServiceAccountTokenLike(ServiceAccountTokenProjection item)voidVolumeProjection. setServiceAccountToken(ServiceAccountTokenProjection serviceAccountToken)VolumeProjectionFluent.ServiceAccountTokenNested<A>VolumeProjectionFluent. withNewServiceAccountTokenLike(ServiceAccountTokenProjection item)AVolumeProjectionFluent. withServiceAccountToken(ServiceAccountTokenProjection serviceAccountToken)Constructors in io.fabric8.kubernetes.api.model with parameters of type ServiceAccountTokenProjection Constructor Description ServiceAccountTokenProjectionBuilder(ServiceAccountTokenProjection instance)ServiceAccountTokenProjectionBuilder(ServiceAccountTokenProjectionFluent<?> fluent, ServiceAccountTokenProjection instance)ServiceAccountTokenProjectionFluent(ServiceAccountTokenProjection instance)VolumeProjection(ClusterTrustBundleProjection clusterTrustBundle, ConfigMapProjection configMap, DownwardAPIProjection downwardAPI, SecretProjection secret, ServiceAccountTokenProjection serviceAccountToken)
-