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