Skip to content
This repository has been archived by the owner on Oct 10, 2023. It is now read-only.

Commit

Permalink
Update error messages
Browse files Browse the repository at this point in the history
Signed-off-by: Anuj Chaudhari <anujc@vmware.com>
  • Loading branch information
anujc25 committed Aug 5, 2022
1 parent f96b8b9 commit f1f9cf9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/v1/tkg/constants/clusterclass_mapping.go
Original file line number Diff line number Diff line change
@@ -279,8 +279,8 @@ const (

SPEC = "spec"

TopologyClassIncorrectValueErrMsg = "input cluster class file, attribute spec.topology.class has no value or incorrect value or not following correct naming convention"
ClusterResourceAsInputFileNotSupportedErrMsg = "input file with Cluster resource definition is not supported. Please provide cluster configuration"
TopologyClassIncorrectValueErrMsg = "cluster class missing in configuration or not following naming convention"
ClusterResourceAsInputFileNotSupportedErrMsg = "input file with Cluster resource definition is not supported"
)

// InfrastructureSpecificVariableMappingMap has, infra name to variable mapping map, which makes easy to get infra specific mapping map

0 comments on commit f1f9cf9

Please # to comment.