Uses of Interface
org.cdk8s.plus23.SecretVolumeOptions
-
-
Uses of SecretVolumeOptions in org.cdk8s.plus23
Classes in org.cdk8s.plus23 that implement SecretVolumeOptions Modifier and Type Class Description static classSecretVolumeOptions.Jsii$ProxyAn implementation forSecretVolumeOptionsMethods in org.cdk8s.plus23 that return SecretVolumeOptions Modifier and Type Method Description SecretVolumeOptionsSecretVolumeOptions.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus23 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.
-