Uses of Interface
org.cdk8s.plus28.SecretVolumeOptions
-
Packages that use SecretVolumeOptions Package Description org.cdk8s.plus28 cdk8s+ (cdk8s-plus) -
-
Uses of SecretVolumeOptions in org.cdk8s.plus28
Classes in org.cdk8s.plus28 that implement SecretVolumeOptions Modifier and Type Class Description static classSecretVolumeOptions.Jsii$ProxyAn implementation forSecretVolumeOptionsMethods in org.cdk8s.plus28 that return SecretVolumeOptions Modifier and Type Method Description SecretVolumeOptionsSecretVolumeOptions.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus28 with parameters of type SecretVolumeOptions Modifier and Type Method Description static VolumeVolume. fromSecret(software.constructs.Construct scope, String id, ISecret secr, SecretVolumeOptions options)Populate the volume from a Secret.
-