public static class LocalFileCaBundle.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
LocalFileCaBundle |
build() |
LocalFileCaBundle.Builder |
copy(LocalFileCaBundle model) |
LocalFileCaBundle.Builder |
secretName(String secretName)
Name of the secret.
|
public LocalFileCaBundle.Builder secretName(String secretName)
Name of the secret. For Kubernetes this will be the name of an opaque Kubernetes secret with key ca.crt. For other platforms the secret must be mounted at: /etc/oci/secrets/${secretName}/ca.crt
secretName
- the value to setpublic LocalFileCaBundle build()
public LocalFileCaBundle.Builder copy(LocalFileCaBundle model)
Copyright © 2016–2024. All rights reserved.