Uses of Interface
org.cdk8s.plus24.CommonSecretProps
-
-
Uses of CommonSecretProps in org.cdk8s.plus24
Subinterfaces of CommonSecretProps in org.cdk8s.plus24 Modifier and Type Interface Description interfaceBasicAuthSecretPropsOptions for `BasicAuthSecret`.interfaceDockerConfigSecretPropsOptions for `DockerConfigSecret`.interfaceSecretPropsOptions for `Secret`.interfaceServiceAccountTokenSecretPropsOptions for `ServiceAccountTokenSecret`.interfaceSshAuthSecretPropsOptions for `SshAuthSecret`.interfaceTlsSecretPropsOptions for `TlsSecret`.Classes in org.cdk8s.plus24 that implement CommonSecretProps Modifier and Type Class Description static classBasicAuthSecretProps.Jsii$ProxyAn implementation forBasicAuthSecretPropsstatic classCommonSecretProps.Jsii$ProxyAn implementation forCommonSecretPropsstatic classDockerConfigSecretProps.Jsii$ProxyAn implementation forDockerConfigSecretPropsstatic classSecretProps.Jsii$ProxyAn implementation forSecretPropsstatic classServiceAccountTokenSecretProps.Jsii$ProxyAn implementation forServiceAccountTokenSecretPropsstatic classSshAuthSecretProps.Jsii$ProxyAn implementation forSshAuthSecretPropsstatic classTlsSecretProps.Jsii$ProxyAn implementation forTlsSecretPropsMethods in org.cdk8s.plus24 that return CommonSecretProps Modifier and Type Method Description CommonSecretPropsCommonSecretProps.Builder. build()Builds the configured instance.
-