Documentation ¶
Index ¶
Constants ¶
View Source
const (
DefaultName = "hmc-tc"
)
Variables ¶
This section is empty.
Functions ¶
func NewClusterTemplateChain ¶
func NewClusterTemplateChain(opts ...Opt) *v1alpha1.ClusterTemplateChain
func NewServiceTemplateChain ¶
func NewServiceTemplateChain(opts ...Opt) *v1alpha1.ServiceTemplateChain
Types ¶
type Opt ¶
type Opt func(tc *TemplateChain)
func ManagedByHMC ¶
func ManagedByHMC() Opt
func WithNamespace ¶
func WithSupportedTemplates ¶
func WithSupportedTemplates(supportedTemplates []v1alpha1.SupportedTemplate) Opt
type TemplateChain ¶
type TemplateChain struct { metav1.ObjectMeta `json:",inline"` Spec v1alpha1.TemplateChainSpec `json:"spec"` }
func NewTemplateChain ¶
func NewTemplateChain(opts ...Opt) *TemplateChain
Click to show internal directories.
Click to hide internal directories.