KubernetesClusterPropertiesForPost

Properties

Example

require 'ionoscloud'

instance = Ionoscloud::KubernetesClusterPropertiesForPost.new(
  name: k8s,
  k8s_version: 1.15.4,
  maintenance_window: null,
  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],
  s3_buckets: null
)

Last updated