toYaml method

String toYaml()

Converts to yaml.

Implementation

String toYaml() => KubeconfigUtil.convertObjectToYaml(kubeconfig: this);