public static final class DescribeApplicationConfigResponseBody.SidecarContainersConfigSecretMountDesc.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeApplicationConfigResponseBody.SidecarContainersConfigSecretMountDesc |
build() |
DescribeApplicationConfigResponseBody.SidecarContainersConfigSecretMountDesc.Builder |
key(String key)
The ConfigMap key
example:
key
|
DescribeApplicationConfigResponseBody.SidecarContainersConfigSecretMountDesc.Builder |
mountPath(String mountPath)
Mount path of the data volume within the container.
|
DescribeApplicationConfigResponseBody.SidecarContainersConfigSecretMountDesc.Builder |
secretId(Long secretId)
The secret ID of the instance.
|
DescribeApplicationConfigResponseBody.SidecarContainersConfigSecretMountDesc.Builder |
secretName(String secretName)
The name of the secret.
|
public DescribeApplicationConfigResponseBody.SidecarContainersConfigSecretMountDesc.Builder key(String key)
The ConfigMap key
example:key
public DescribeApplicationConfigResponseBody.SidecarContainersConfigSecretMountDesc.Builder mountPath(String mountPath)
Mount path of the data volume within the container.
example:/mnt/cache
public DescribeApplicationConfigResponseBody.SidecarContainersConfigSecretMountDesc.Builder secretId(Long secretId)
The secret ID of the instance.
example:520
public DescribeApplicationConfigResponseBody.SidecarContainersConfigSecretMountDesc.Builder secretName(String secretName)
The name of the secret.
example:dummy-name-opaque-894
public DescribeApplicationConfigResponseBody.SidecarContainersConfigSecretMountDesc build()
Copyright © 2026. All rights reserved.