static CreateBasicImagePullSecretDetails.Builder |
CreateBasicImagePullSecretDetails.builder() |
Create a new builder.
|
CreateBasicImagePullSecretDetails.Builder |
CreateBasicImagePullSecretDetails.Builder.copy(CreateBasicImagePullSecretDetails model) |
|
CreateBasicImagePullSecretDetails.Builder |
CreateBasicImagePullSecretDetails.Builder.password(char[] password) |
The password which should be used with the registry for authentication.
|
CreateBasicImagePullSecretDetails.Builder |
CreateBasicImagePullSecretDetails.Builder.password(String password) |
|
CreateBasicImagePullSecretDetails.Builder |
CreateBasicImagePullSecretDetails.Builder.registryEndpoint(String registryEndpoint) |
|
CreateBasicImagePullSecretDetails.Builder |
CreateBasicImagePullSecretDetails.toBuilder() |
|
CreateBasicImagePullSecretDetails.Builder |
CreateBasicImagePullSecretDetails.Builder.username(String username) |
The username which should be used with the registry for authentication.
|