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