Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AutoGenAllowlist ¶
type AutoGenAllowlist struct { ServiceAndTFTypes map[string]map[string]*AutoGenType ServiceAndKRMKinds map[string]map[string]*AutoGenType }
func LoadAutoGenAllowList ¶
func LoadAutoGenAllowList() (*AutoGenAllowlist, error)
func NewAutoGenAllowlist ¶
func NewAutoGenAllowlist() *AutoGenAllowlist
func (*AutoGenAllowlist) HasKRMKindInService ¶
func (a *AutoGenAllowlist) HasKRMKindInService(service, krmKind string) bool
func (*AutoGenAllowlist) HasService ¶
func (a *AutoGenAllowlist) HasService(service string) bool
func (*AutoGenAllowlist) HasTFTypeInService ¶
func (a *AutoGenAllowlist) HasTFTypeInService(service, tfType string) bool
type AutoGenType ¶
func NewAutoGenType ¶
func NewAutoGenType(autoGenTypeInString string) (*AutoGenType, error)
Click to show internal directories.
Click to hide internal directories.