Documentation
¶
Index ¶
- Constants
- func Byf(format string, a ...interface{})
- type GlobalInput
- type InfraClients
- type LogCollector
- func (collector LogCollector) CollectInfrastructureLogs(_ context.Context, _ client.Client, _ *clusterv1.Cluster, _ string) error
- func (collector LogCollector) CollectMachineLog(_ context.Context, _ client.Client, m *clusterv1.Machine, outputPath string) error
- func (collector LogCollector) CollectMachinePoolLog(_ context.Context, _ client.Client, _ *expv1.MachinePool, _ string) error
Constants ¶
View Source
const ( DefaultUserName = "capv" VSpherePrivateKeyFilePath = "VSPHERE_SSH_PRIVATE_KEY" )
View Source
const (
KubernetesVersion = "KUBERNETES_VERSION"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type GlobalInput ¶ added in v1.3.2
type GlobalInput struct { ArtifactFolder string ClusterctlConfigPath string BootstrapClusterProxy framework.ClusterProxy E2EConfig *clusterctl.E2EConfig }
type InfraClients ¶ added in v1.3.2
type LogCollector ¶ added in v0.8.0
type LogCollector struct{}
func (LogCollector) CollectInfrastructureLogs ¶ added in v1.8.0
func (LogCollector) CollectMachineLog ¶ added in v0.8.0
func (LogCollector) CollectMachinePoolLog ¶ added in v0.8.0
func (collector LogCollector) CollectMachinePoolLog(_ context.Context, _ client.Client, _ *expv1.MachinePool, _ string) error
Click to show internal directories.
Click to hide internal directories.