Uses of Class
org.cdk8s.plus25.BasicAuthSecret.Builder
-
Packages that use BasicAuthSecret.Builder Package Description org.cdk8s.plus25 cdk8s+ (cdk8s-plus) -
-
Uses of BasicAuthSecret.Builder in org.cdk8s.plus25
Methods in org.cdk8s.plus25 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.
-