Uses of Class
org.cdk8s.plus24.BasicAuthSecret.Builder
-
Packages that use BasicAuthSecret.Builder Package Description org.cdk8s.plus24 cdk8s+ (cdk8s-plus) -
-
Uses of BasicAuthSecret.Builder in org.cdk8s.plus24
Methods in org.cdk8s.plus24 that return BasicAuthSecret.Builder Modifier and Type Method Description static BasicAuthSecret.Builder
BasicAuthSecret.Builder. create(software.constructs.Construct scope, String id)
BasicAuthSecret.Builder
BasicAuthSecret.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.Builder
BasicAuthSecret.Builder. metadata(org.cdk8s.ApiObjectMetadata metadata)
Metadata that all persisted resources must have, which includes all objects users must create.BasicAuthSecret.Builder
BasicAuthSecret.Builder. password(String password)
The password or token for authentication.BasicAuthSecret.Builder
BasicAuthSecret.Builder. username(String username)
The user name for authentication.
-