Uses of Interface
org.cdk8s.plus24.k8s.ServiceAccountTokenProjection
-
Packages that use ServiceAccountTokenProjection Package Description org.cdk8s.plus24.k8s -
-
Uses of ServiceAccountTokenProjection in org.cdk8s.plus24.k8s
Classes in org.cdk8s.plus24.k8s that implement ServiceAccountTokenProjection Modifier and Type Class Description static class
ServiceAccountTokenProjection.Jsii$Proxy
An implementation forServiceAccountTokenProjection
Methods in org.cdk8s.plus24.k8s that return ServiceAccountTokenProjection Modifier and Type Method Description ServiceAccountTokenProjection
ServiceAccountTokenProjection.Builder. build()
Builds the configured instance.default ServiceAccountTokenProjection
VolumeProjection. getServiceAccountToken()
serviceAccountToken is information about the serviceAccountToken data to project.ServiceAccountTokenProjection
VolumeProjection.Jsii$Proxy. getServiceAccountToken()
Methods in org.cdk8s.plus24.k8s with parameters of type ServiceAccountTokenProjection Modifier and Type Method Description VolumeProjection.Builder
VolumeProjection.Builder. serviceAccountToken(ServiceAccountTokenProjection serviceAccountToken)
Sets the value ofVolumeProjection.getServiceAccountToken()
-