Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( StatusSet sync.Map ActiveAppList syncx.Map ContainerList syncx.Map ImageList syncx.Map Active HostActiveConfig AppWorkflow stateflow.AppStateWorkflow )
View Source
var ( HostReady atomic.Bool ContainerReady atomic.Bool )
Functions ¶
This section is empty.
Types ¶
type HostActiveConfig ¶
type HostActiveConfig struct {
AppInstances []*inapi.AppInstance `json:"app_instances,omitempty"`
// contains filtered or unexported fields
}
func (*HostActiveConfig) Sync ¶
func (it *HostActiveConfig) Sync(app *inapi.AppInstance)
func (*HostActiveConfig) UnmarshalJSON ¶
func (h *HostActiveConfig) UnmarshalJSON(data []byte) error
Click to show internal directories.
Click to hide internal directories.