Sha256: f09b3211ff3349d2e9193e451bfce5e7fb72abf819c638b6797b7a6046976732
Contents?: true
Size: 837 Bytes
Versions: 1
Compression:
Stored size: 837 Bytes
Contents
# KubernetesNodeProperties ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **k8s_version** | **String** | The Kubernetes version running in the node pool. Note that this imposes restrictions on which Kubernetes versions can run in the node pools of a cluster. Also, not all Kubernetes versions are suitable upgrade targets for all earlier versions. | | | **name** | **String** | The Kubernetes node name. | | | **private_ip** | **String** | The private IP associated with the node. | [optional] | | **public_ip** | **String** | The public IP associated with the node. | [optional] | ## Example ```ruby require 'ionoscloud' instance = Ionoscloud::KubernetesNodeProperties.new( k8s_version: 1.15.4, name: K8s-node, private_ip: 192.168.23.2, public_ip: 192.168.23.2 ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ionoscloud-6.1.2 | docs/models/KubernetesNodeProperties.md |