Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Options ¶
type Options struct {
DownloadNodeCount int
FileName string
FileSize int64
NewNodeCount int
Seed int64
StopNodeCount int
KubeConfig string
Namespace string
HelmRelease string
HelmChart string
}
Options represents pushsync check options, there are two conditions: 1. 2x DownloadNodeCount + StopNodeCount + 2 <= NodeCount 2. 3x DownloadNodeCount + 2x StopNodeCount + 2 <= NodeCount + NewNodeCount
Click to show internal directories.
Click to hide internal directories.