New command is added to CLI which allows the customers to list the KubernetesClusters. A corresponding KubernetesCluster model is also created in the Ubicloud ruby SDK.
4 lines
107 B
Ruby
4 lines
107 B
Ruby
# frozen_string_literal: true
|
|
|
|
UbiCli.list("kc", %w[location name id display_state version cp_node_count])
|