Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var GITOPS_DRIFTED = "drifted"
View Source
var GITOPS_ERROR = "error"
View Source
var GITOPS_MISSING = "missing"
View Source
var GITOPS_NOTOWNER = "notowner"
View Source
var GITOPS_SYNCED = "synced"
Functions ¶
This section is empty.
Types ¶
type Gitops ¶ added in v0.1.30
type Gitops struct {
Synced bool
Drifted bool
Missing bool
NotOwner bool
Error bool
State string
Messages []Message
Commit plumbing.Hash
Changes []jsondiff.Operation
LastSync time.Time
}
func (*Gitops) AddMessage ¶ added in v0.1.31
type Runtime ¶
type Runtime struct {
Owner Owner `json:"owner"`
Node uint64 `json:"node"`
NodeName string `json:"nodeName"`
}
func (*Runtime) GetNodeName ¶ added in v0.0.128
func (*Runtime) SetNodeName ¶ added in v0.0.128
Click to show internal directories.
Click to hide internal directories.