Uses of Interface
org.cdk8s.plus25.k8s.SecretVolumeSource
-
Packages that use SecretVolumeSource Package Description org.cdk8s.plus25.k8s -
-
Uses of SecretVolumeSource in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement SecretVolumeSource Modifier and Type Class Description static classSecretVolumeSource.Jsii$ProxyAn implementation forSecretVolumeSourceMethods in org.cdk8s.plus25.k8s that return SecretVolumeSource Modifier and Type Method Description SecretVolumeSourceSecretVolumeSource.Builder. build()Builds the configured instance.default SecretVolumeSourceVolume. getSecret()secret represents a secret that should populate this volume.SecretVolumeSourceVolume.Jsii$Proxy. getSecret()Methods in org.cdk8s.plus25.k8s with parameters of type SecretVolumeSource Modifier and Type Method Description Volume.BuilderVolume.Builder. secret(SecretVolumeSource secret)Sets the value ofVolume.getSecret()
-