Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ResourceName_Rule = &Rule{
name: "Invalid Name",
docsUrl: "",
}
Functions ¶
func IsValidResourceName ¶
Types ¶
type RuleViolationError ¶
type RuleViolationError struct {
// contains filtered or unexported fields
}
func NewResourceNameViolationError ¶
func NewResourceNameViolationError(resourceName string, resourceType string) *RuleViolationError
func (*RuleViolationError) Error ¶
func (r *RuleViolationError) Error() string
Click to show internal directories.
Click to hide internal directories.