mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-10-12 17:26:43 +00:00
18 lines
575 B
Markdown
18 lines
575 B
Markdown
![]() |
---
|
||
|
title: kubernetesCredentials
|
||
|
slug: /main-concepts/metadata-standard/schemas/security/credentials/kubernetescredentials
|
||
|
---
|
||
|
|
||
|
# KubernetesCredentials
|
||
|
|
||
|
*Credentials for a Kubernetes cluster*
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
- **`namespace`** *(string)*: The namespace of the Kubernetes cluster.
|
||
|
- **`inCluster`** *(boolean)*: Whether the Kubernetes secrets manager is running in the same cluster where the OpenMetadata services are running.
|
||
|
- **`kubeconfigPath`** *(string)*: The path to the kubeconfig file.
|
||
|
|
||
|
|
||
|
Documentation file automatically generated at 2025-08-12 05:39:47.683420+00:00.
|