Sha256: cbb4e1eee97a5dbb83999297d2747f7e46e062421a35a6ac84f14cea01492a8e

Contents?: true

Size: 655 Bytes

Versions: 4

Compression:

Stored size: 655 Bytes

Contents

# KubernetesConfig

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **id** | **String** | The resource's unique identifier. | [optional][readonly] |
| **type** | **String** | The type of object | [optional][readonly] |
| **href** | **String** | URL to the object representation (absolute path) | [optional][readonly] |
| **properties** | [**KubernetesConfigProperties**](KubernetesConfigProperties.md) |  |  |

## Example

```ruby
require 'ionoscloud'

instance = Ionoscloud::KubernetesConfig.new(
  id: 1e072e52-2ed3-492f-b6b6-c6b116907527,
  type: null,
  href: <RESOURCE-URI>,
  properties: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
ionoscloud-5.1.2 docs/models/KubernetesConfig.md
ionoscloud-5.1.1 docs/models/KubernetesConfig.md
ionoscloud-5.1.0 docs/KubernetesConfig.md
ionoscloud-5.0.1 docs/KubernetesConfig.md