public static class CreateBasicImagePullSecretDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CreateBasicImagePullSecretDetails |
build() |
CreateBasicImagePullSecretDetails.Builder |
copy(CreateBasicImagePullSecretDetails model) |
CreateBasicImagePullSecretDetails.Builder |
password(String password)
The password which should be used with the registry for authentication.
|
CreateBasicImagePullSecretDetails.Builder |
registryEndpoint(String registryEndpoint) |
CreateBasicImagePullSecretDetails.Builder |
username(String username)
The username which should be used with the registry for authentication.
|
public CreateBasicImagePullSecretDetails.Builder registryEndpoint(String registryEndpoint)
public CreateBasicImagePullSecretDetails.Builder username(String username)
The username which should be used with the registry for authentication. The value is expected in base64 format.
username
- the value to setpublic CreateBasicImagePullSecretDetails.Builder password(String password)
The password which should be used with the registry for authentication. The value is expected in base64 format.
password
- the value to setpublic CreateBasicImagePullSecretDetails build()
public CreateBasicImagePullSecretDetails.Builder copy(CreateBasicImagePullSecretDetails model)
Copyright © 2016–2024. All rights reserved.