Documentation
¶
Index ¶
- func ConfigureCluster(ctx context.Context, cfg config.Config, clients config.Clients, ...) error
- func SetCalicoNodeCPULimit(ctx context.Context, clients config.Clients, limit string) error
- func SetupStandingConfig(ctx context.Context, clients config.Clients, testConfig config.TestConfig, ...) error
- type Details
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConfigureCluster ¶
func ConfigureCluster(ctx context.Context, cfg config.Config, clients config.Clients, testConfig config.TestConfig) error
ConfigureCluster reconfigures the cluster, changing the encapsulation and dataplane.
func SetCalicoNodeCPULimit ¶
SetCalicoNodeCPULimit sets the CPU limit for calico-node pods. 0 means remove the limit.
Types ¶
type Details ¶
type Details struct {
Cloud string
Provisioner string
NodeType string
NodeOS string
NodeKernel string
NodeArch string
NumNodes int
Dataplane string
IPFamily string
Encapsulation string
WireguardEnabled bool
Product string
CalicoVersion string
K8SVersion string
CRIVersion string
CNIOption string
}
Details is a struct that contains details about the cluster for reporting with results
Click to show internal directories.
Click to hide internal directories.