Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RsyncStatusEnum = &statusValues{
Pending: "Pending",
Applied: "Applied",
Failed: "Failed",
Retrying: "Retrying",
Deleted: "Deleted",
}
Functions ¶
This section is empty.
Types ¶
type ResourceStatus ¶
type ResourceStatus struct {
Status RsyncStatus
}
ResourceStatus struct is used to maintain the rsync status for resources in the appcontext that rsync is synchronizing to clusters
type RsyncStatus ¶
type RsyncStatus = string
Click to show internal directories.
Click to hide internal directories.