Uses of Interface
org.cdk8s.plus20.SecretVolumeOptions
-
-
Uses of SecretVolumeOptions in org.cdk8s.plus20
Classes in org.cdk8s.plus20 that implement SecretVolumeOptions Modifier and Type Class Description static classSecretVolumeOptions.Jsii$ProxyAn implementation forSecretVolumeOptionsMethods in org.cdk8s.plus20 that return SecretVolumeOptions Modifier and Type Method Description SecretVolumeOptionsSecretVolumeOptions.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus20 with parameters of type SecretVolumeOptions Modifier and Type Method Description static VolumeVolume. fromSecret(ISecret secr, SecretVolumeOptions options)Populate the volume from a Secret.
-