Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func KubeconfigPath ¶
Types ¶
type Create ¶
type Create struct {
// contains filtered or unexported fields
}
type Delete ¶
type Delete struct {
// contains filtered or unexported fields
}
type DeleteInput ¶
type NetworkConfig ¶
type TestResources ¶
type TestResources struct {
ClusterName string `yaml:"clusterName"`
ClusterRegion string `yaml:"clusterRegion"`
ClusterNetwork NetworkConfig `yaml:"clusterNetwork"`
HybridNetwork NetworkConfig `yaml:"hybridNetwork"`
KubernetesVersion string `yaml:"kubernetesVersion"`
Cni string `yaml:"cni"`
EKS EKSConfig `yaml:"eks"`
}
func LoadTestResources ¶ added in v1.0.4
func LoadTestResources(path string) (TestResources, error)
func SetTestResourcesDefaults ¶ added in v1.0.4
func SetTestResourcesDefaults(testResources TestResources) TestResources
Click to show internal directories.
Click to hide internal directories.