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. 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.
-