Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewClusterStatus ¶ added in v0.10.0
func NewRegister ¶ added in v0.10.0
Types ¶
type ClusterStatus ¶ added in v0.10.0
type ClusterStatus struct { command.DebugConfig UpstreamOptions CheckinInterval string `usage:"How often to post cluster status" env:"CHECKIN_INTERVAL"` }
func (*ClusterStatus) PersistentPre ¶ added in v0.10.0
func (cs *ClusterStatus) PersistentPre(cmd *cobra.Command, _ []string) error
type FleetAgent ¶
type FleetAgent struct { command.DebugConfig Namespace string `usage:"system namespace is the namespace, the agent runs in, e.g. cattle-fleet-system" env:"NAMESPACE"` AgentScope string `usage:"An identifier used to scope the agent bundleID names, typically the same as namespace" env:"AGENT_SCOPE"` }
func (*FleetAgent) PersistentPre ¶ added in v0.10.0
func (a *FleetAgent) PersistentPre(cmd *cobra.Command, _ []string) error
type Register ¶ added in v0.10.0
type Register struct { command.DebugConfig UpstreamOptions }
func (*Register) PersistentPre ¶ added in v0.10.0
type UpstreamOptions ¶ added in v0.10.0
Directories ¶
Path | Synopsis |
---|---|
Package clusterstatus updates the cluster.fleet.cattle.io status in the upstream cluster with the current node status.
|
Package clusterstatus updates the cluster.fleet.cattle.io status in the upstream cluster with the current node status. |
internal/diff
copied from argoproj/gitops-engine/pkg/diff/diff.go
|
copied from argoproj/gitops-engine/pkg/diff/diff.go |
internal/diffnormalize
extracted from argoproj/argo-cd/util/argo/diff/normalize.go
|
extracted from argoproj/argo-cd/util/argo/diff/normalize.go |
internal/glob
copied from argoproj/argo-cd/util/glob/glob.go
|
copied from argoproj/argo-cd/util/glob/glob.go |
internal/json
copied from argoproj/gitops-engine/pkg/utils/json/json.go
|
copied from argoproj/gitops-engine/pkg/utils/json/json.go |
internal/normalizers
extracted from argoproj/argo-cd/util/argo/normalizers/diff_normalizer.go
|
extracted from argoproj/argo-cd/util/argo/normalizers/diff_normalizer.go |
internal/resource
extracted from argoproj/argo-cd/pkg/apis/application/v1alpha1/types.go
|
extracted from argoproj/argo-cd/pkg/apis/application/v1alpha1/types.go |
internal/scheme
copied from https://github.com/argoproj/gitops-engine/blob/master/pkg/utils/kube/scheme/scheme.go
|
copied from https://github.com/argoproj/gitops-engine/blob/master/pkg/utils/kube/scheme/scheme.go |
Package trigger watches a set of deployed resources and triggers a callback when one of them is deleted.
|
Package trigger watches a set of deployed resources and triggers a callback when one of them is deleted. |
Click to show internal directories.
Click to hide internal directories.