# PutApiV4AdminClustersClusterIdRequest


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **string** | Cluster name | [optional] [default to undefined]
**enabled** | **boolean** | Enable or disable Gitlab\&#39;s connection to your Kubernetes cluster | [optional] [default to undefined]
**environment_scope** | **string** | The associated environment to the cluster | [optional] [default to undefined]
**namespace_per_environment** | **boolean** | Deploy each environment to a separate Kubernetes namespace | [optional] [default to true]
**domain** | **string** | Cluster base domain | [optional] [default to undefined]
**management_project_id** | **number** | The ID of the management project | [optional] [default to undefined]
**managed** | **boolean** | Determines if GitLab will manage namespaces and service accounts for this cluster | [optional] [default to undefined]
**platform_kubernetes_attributes_api_url** | **string** | URL to access the Kubernetes API | [optional] [default to undefined]
**platform_kubernetes_attributes_token** | **string** | Token to authenticate against Kubernetes | [optional] [default to undefined]
**platform_kubernetes_attributes_ca_cert** | **string** | TLS certificate (needed if API is using a self-signed TLS certificate) | [optional] [default to undefined]
**platform_kubernetes_attributes_namespace** | **string** | Unique namespace related to Project | [optional] [default to undefined]

## Example

```typescript
import { PutApiV4AdminClustersClusterIdRequest } from 'berg';

const instance: PutApiV4AdminClustersClusterIdRequest = {
    name,
    enabled,
    environment_scope,
    namespace_per_environment,
    domain,
    management_project_id,
    managed,
    platform_kubernetes_attributes_api_url,
    platform_kubernetes_attributes_token,
    platform_kubernetes_attributes_ca_cert,
    platform_kubernetes_attributes_namespace,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
