Documentation ¶
Overview ¶
Package workload defines OAM workload descriptions
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OamWorkload ¶
type OamWorkload struct { ApplicationConfiguration *v1alpha1.ApplicationConfiguration ComponentSchematics map[string]*v1alpha1.ComponentSchematic }
func NewOamWorkload ¶
func NewOamWorkload(input *OamWorkloadProps) (*OamWorkload, error)
type OamWorkloadProps ¶
type OamWorkloadProps struct {
OamFiles []string
}
Click to show internal directories.
Click to hide internal directories.