Sha256: 0334abbe1703752258c584466b140081d3a6d34eea146d882bc9c80bdfe10d66
Contents?: true
Size: 680 Bytes
Versions: 1
Compression:
Stored size: 680 Bytes
Contents
# KubernetesNodeProperties ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **name** | **String** | A Kubernetes Node Name. | | | **public_ip** | **String** | A valid public IP. | | | **k8s_version** | **String** | The kubernetes version in which a nodepool 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. | | ## Example ```ruby require 'ionoscloud' instance = Ionoscloud::KubernetesNodeProperties.new( name: k8s-node, public_ip: 192.168.23.2, k8s_version: 1.15.4 ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ionoscloud-5.0.1 | docs/KubernetesNodeProperties.md |