KubernetesClusterPropertiesForPost
Properties
Example
require 'ionoscloud'
instance = Ionoscloud::KubernetesClusterPropertiesForPost.new(
api_subnet_allow_list: [1.2.3.4/32, 2002::1234:abcd:ffff:c0a8:101/64, 1.2.3.4, 2002::1234:abcd:ffff:c0a8:101],
k8s_version: 1.15.4,
maintenance_window: null,
name: k8s,
s3_buckets: null
)Last updated
