public static final class UpdateK8sSecretRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
UpdateK8sSecretRequest.Builder |
base64Encoded(Boolean base64Encoded)
Specifies whether the data has been encoded in Base64.
|
UpdateK8sSecretRequest |
build() |
UpdateK8sSecretRequest.Builder |
certId(String certId)
The ID of the certificate.
|
UpdateK8sSecretRequest.Builder |
certRegionId(String certRegionId)
The region ID of the certificate.
|
UpdateK8sSecretRequest.Builder |
clusterId(String clusterId)
The ID of the cluster.
|
UpdateK8sSecretRequest.Builder |
data(String data)
The data of the Secret.
|
UpdateK8sSecretRequest.Builder |
name(String name)
The name of the Secret.
|
UpdateK8sSecretRequest.Builder |
namespace(String namespace)
The namespace of the Kubernetes cluster.
|
UpdateK8sSecretRequest.Builder |
type(String type)
The type of the Secret.
|
public UpdateK8sSecretRequest.Builder base64Encoded(Boolean base64Encoded)
public UpdateK8sSecretRequest.Builder certId(String certId)
public UpdateK8sSecretRequest.Builder certRegionId(String certRegionId)
public UpdateK8sSecretRequest.Builder clusterId(String clusterId)
public UpdateK8sSecretRequest.Builder data(String data)
* Key: Secret key * Value: Secret value
public UpdateK8sSecretRequest.Builder name(String name)
public UpdateK8sSecretRequest.Builder namespace(String namespace)
public UpdateK8sSecretRequest.Builder type(String type)
* Opaque: user-defined data type * kubernetes.io/tls: Transport Layer Security (TLS) certificate type
public UpdateK8sSecretRequest build()
Copyright © 2023. All rights reserved.