Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Model ¶
type Model struct {
machinery.TemplateMixin
machinery.ResourceMixin
// Package is the source files package
Package string
// Name of the operator used for the main file.
ClassName string
}
func (*Model) SetTemplateDefaults ¶
type ModelSpec ¶
type ModelSpec struct {
machinery.TemplateMixin
// Package is the source files package
Package string
// Name of the operator used for the main file.
ClassName string
}
func (*ModelSpec) SetTemplateDefaults ¶
type ModelStatus ¶
type ModelStatus struct {
machinery.TemplateMixin
// Package is the source files package
Package string
// Name of the operator used for the main file.
ClassName string
}
func (*ModelStatus) SetTemplateDefaults ¶
func (f *ModelStatus) SetTemplateDefaults() error
Click to show internal directories.
Click to hide internal directories.