Uses of Interface
org.cdk8s.plus25.FromServiceAccountNameOptions
-
Packages that use FromServiceAccountNameOptions Package Description org.cdk8s.plus25 cdk8s+ (cdk8s-plus) -
-
Uses of FromServiceAccountNameOptions in org.cdk8s.plus25
Classes in org.cdk8s.plus25 that implement FromServiceAccountNameOptions Modifier and Type Class Description static classFromServiceAccountNameOptions.Jsii$ProxyAn implementation forFromServiceAccountNameOptionsMethods in org.cdk8s.plus25 that return FromServiceAccountNameOptions Modifier and Type Method Description FromServiceAccountNameOptionsFromServiceAccountNameOptions.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus25 with parameters of type FromServiceAccountNameOptions Modifier and Type Method Description static IServiceAccountServiceAccount. fromServiceAccountName(software.constructs.Construct scope, String id, String name, FromServiceAccountNameOptions options)Imports a service account from the cluster as a reference.
-