Kv Functions
object KvFunctions
Functions
Link copied to clipboard
Link copied to clipboard
suspend fun getSecretsList(argument: suspend GetSecretsListPlainArgsBuilder.() -> Unit): GetSecretsListResult
Link copied to clipboard
suspend fun getSecretsListV2(argument: suspend GetSecretsListV2PlainArgsBuilder.() -> Unit): GetSecretsListV2Result
suspend fun getSecretsListV2(mount: String, name: String? = null, namespace: String? = null): GetSecretsListV2Result
Link copied to clipboard
suspend fun getSecretSubkeysV2(argument: suspend GetSecretSubkeysV2PlainArgsBuilder.() -> Unit): GetSecretSubkeysV2Result
suspend fun getSecretSubkeysV2(depth: Int? = null, mount: String, name: String, namespace: String? = null, version: Int? = null): GetSecretSubkeysV2Result
Link copied to clipboard
suspend fun getSecretV2(argument: suspend GetSecretV2PlainArgsBuilder.() -> Unit): GetSecretV2Result
suspend fun getSecretV2(mount: String, name: String, namespace: String? = null, version: Int? = null): GetSecretV2Result