Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppSpec ¶
type AppSpec struct { // Key is used by applications to register to the factory Key string // List of k8s spec objects SpecList []interface{} // Enabled indicates if the application is enabled in the factory Enabled bool }
AppSpec defines a k8s application specification
Click to show internal directories.
Click to hide internal directories.