toClusterSettingName method
Implementation
ClusterSettingName toClusterSettingName() {
switch (this) {
case 'containerInsights':
return ClusterSettingName.containerInsights;
}
throw Exception('$this is not known in enum ClusterSettingName');
}