Uses of Class
org.cdk8s.plus20.BasicAuthSecret.Builder
-
-
Uses of BasicAuthSecret.Builder in org.cdk8s.plus20
Methods in org.cdk8s.plus20 that return BasicAuthSecret.Builder Modifier and Type Method Description static BasicAuthSecret.BuilderBasicAuthSecret.Builder. create(software.constructs.Construct scope, String id)BasicAuthSecret.BuilderBasicAuthSecret.Builder. immutable(Boolean immutable)If set to true, ensures that data stored in the Secret cannot be updated (only object metadata can be modified).BasicAuthSecret.BuilderBasicAuthSecret.Builder. metadata(org.cdk8s.ApiObjectMetadata metadata)Metadata that all persisted resources must have, which includes all objects users must create.BasicAuthSecret.BuilderBasicAuthSecret.Builder. password(String password)The password or token for authentication.BasicAuthSecret.BuilderBasicAuthSecret.Builder. username(String username)The user name for authentication.
-