Uses of Class
org.cdk8s.plus20.SshAuthSecret.Builder
-
-
Uses of SshAuthSecret.Builder in org.cdk8s.plus20
Methods in org.cdk8s.plus20 that return SshAuthSecret.Builder Modifier and Type Method Description static SshAuthSecret.BuilderSshAuthSecret.Builder. create(software.constructs.Construct scope, String id)SshAuthSecret.BuilderSshAuthSecret.Builder. metadata(org.cdk8s.ApiObjectMetadata metadata)Metadata that all persisted resources must have, which includes all objects users must create.SshAuthSecret.BuilderSshAuthSecret.Builder. sshPrivateKey(String sshPrivateKey)The SSH private key to use.
-