Uses of Class
org.cdk8s.plus24.SshAuthSecret.Builder
-
Packages that use SshAuthSecret.Builder Package Description org.cdk8s.plus24 cdk8s+ (cdk8s-plus) -
-
Uses of SshAuthSecret.Builder in org.cdk8s.plus24
Methods in org.cdk8s.plus24 that return SshAuthSecret.Builder Modifier and Type Method Description static SshAuthSecret.Builder
SshAuthSecret.Builder. create(software.constructs.Construct scope, String id)
SshAuthSecret.Builder
SshAuthSecret.Builder. immutable(Boolean immutable)
If set to true, ensures that data stored in the Secret cannot be updated (only object metadata can be modified).SshAuthSecret.Builder
SshAuthSecret.Builder. metadata(org.cdk8s.ApiObjectMetadata metadata)
Metadata that all persisted resources must have, which includes all objects users must create.SshAuthSecret.Builder
SshAuthSecret.Builder. sshPrivateKey(String sshPrivateKey)
The SSH private key to use.
-