# APIEntitiesPlatformKubernetes


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**api_url** | **string** |  | [optional] [default to undefined]
**namespace** | **string** |  | [optional] [default to undefined]
**authorization_type** | **string** |  | [optional] [default to undefined]
**ca_cert** | **string** |  | [optional] [default to undefined]

## Example

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

const instance: APIEntitiesPlatformKubernetes = {
    api_url,
    namespace,
    authorization_type,
    ca_cert,
};
```

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