Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApplicationInfo ¶
type DevStartOptions ¶
type DevStartOptions struct {
SideCarImage string
DevImage string
Container string
// for debug
SyncthingVersion string
// Now it's only use to specify the `root dir` user want to sync
LocalSyncDir []string
StorageClass string
PriorityClass string
NoTerminal bool
NoSyncthing bool
DevModeType string
MeshHeader map[string]string
}
type Namespace ¶
type Namespace struct {
Namespace string `json:"namespace" yaml:"namespace"`
Application []*ApplicationInfo `json:"application" yaml:"application"`
}
Click to show internal directories.
Click to hide internal directories.