Documentation ¶
Index ¶
- func NewConstraintTemplateWithParams(name, crd, rego string, params map[string]interface{}) *unstructured.Unstructured
- func NewConstraintTemplateWithoutParams(name, crd, rego string) *unstructured.Unstructured
- func NewConstraintWithParams(name, crd, gvrgroup string, applyOnApigroups []string, applyOnKinds []string, ...) *unstructured.Unstructured
- func NewConstraintWithoutParams(name, crd, gvrgroup string, applyOnApigroups []string, applyOnKinds []string) *unstructured.Unstructured
- func Provider() terraform.ResourceProvider
- type Config
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewConstraintTemplateWithParams ¶
func NewConstraintTemplateWithParams(name, crd, rego string, params map[string]interface{}) *unstructured.Unstructured
NewConstraintTemplateWithParams ... New Class to create ConstraintTemplate
func NewConstraintTemplateWithoutParams ¶
func NewConstraintTemplateWithoutParams(name, crd, rego string) *unstructured.Unstructured
NewConstraintTemplateWithoutParams ... New Class to create ConstraintTemplate
func NewConstraintWithParams ¶
func NewConstraintWithParams(name, crd, gvrgroup string, applyOnApigroups []string, applyOnKinds []string, parms map[string]interface{}) *unstructured.Unstructured
NewConstraintWithParams ...
func NewConstraintWithoutParams ¶
func NewConstraintWithoutParams(name, crd, gvrgroup string, applyOnApigroups []string, applyOnKinds []string) *unstructured.Unstructured
NewConstraintWithoutParams ...
Types ¶
Click to show internal directories.
Click to hide internal directories.