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