Sha256: 36cfe95a4cf05992a50979b36e6c2e4dee92d59ae1ed383f2320596a5ff133d4
Contents?: true
Size: 973 Bytes
Versions: 4
Compression:
Stored size: 973 Bytes
Contents
# KubernetesClusterPropertiesForPut ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **name** | **String** | A Kubernetes Cluster Name. Valid Kubernetes Cluster name must be 63 characters or less and must be empty or begin and end with an alphanumeric character ([a-z0-9A-Z]) with dashes (-), underscores (_), dots (.), and alphanumerics between. | | | **k8s_version** | **String** | The kubernetes version in which a cluster is running. This imposes restrictions on what kubernetes versions can be run in a cluster's nodepools. Additionally, not all kubernetes versions are viable upgrade targets for all prior versions. | [optional] | | **maintenance_window** | [**KubernetesMaintenanceWindow**](KubernetesMaintenanceWindow.md) | | [optional] | ## Example ```ruby require 'ionoscloud' instance = Ionoscloud::KubernetesClusterPropertiesForPut.new( name: k8s, k8s_version: 1.15.4, maintenance_window: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems