-
Notifications
You must be signed in to change notification settings - Fork 216
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Alex Castilio dos Santos <[email protected]>
- Loading branch information
1 parent
3e1a126
commit 69fe647
Showing
6 changed files
with
28 additions
and
240 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,40 +1,8 @@ | ||
package scaletest | ||
|
||
import "time" | ||
|
||
// Options holds parameters for the scale test | ||
type Options struct { | ||
Namespace string | ||
MaxKwokPodsPerNode int | ||
NumKwokDeployments int | ||
NumKwokReplicas int | ||
MaxRealPodsPerNode int | ||
NumRealDeployments int | ||
RealPodType string | ||
NumRealReplicas int | ||
NumRealServices int | ||
NumNetworkPolicies int | ||
NumUnapliedNetworkPolicies int | ||
NumUniqueLabelsPerPod int | ||
NumUniqueLabelsPerDeployment int | ||
NumSharedLabelsPerPod int | ||
KubeconfigPath string | ||
RestartNpmPods bool | ||
DebugExitAfterPrintCounts bool | ||
DebugExitAfterGeneration bool | ||
SleepAfterCreation time.Duration | ||
DeleteKwokPods bool | ||
DeleteRealPods bool | ||
DeletePodsInterval time.Duration | ||
DeletePodsTimes int | ||
DeleteLabels bool | ||
DeleteLabelsInterval time.Duration | ||
DeleteLabelsTimes int | ||
DeleteNetworkPolicies bool | ||
DeleteNetworkPoliciesInterval time.Duration | ||
DeleteNetworkPoliciesTimes int | ||
numKwokPods int | ||
numRealPods int | ||
LabelsToGetMetrics map[string]string | ||
AdditionalTelemetryProperty map[string]string | ||
KubeconfigPath string | ||
LabelsToGetMetrics map[string]string | ||
AdditionalTelemetryProperty map[string]string | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters