Documentation ¶
Overview ¶
Package csi_ebs tests the CSI drivers storage capabilities
Index ¶
Constants ¶
View Source
const ( VolumeBindingMode string = "WaitForFirstConsumer" DefaultMinimumNodes int = 1 )
View Source
const DefaultHelmChartRepoURL string = "https://kubernetes-sigs.github.io/aws-ebs-csi-driver"
Variables ¶
This section is empty.
Functions ¶
func New ¶
func New(cfg *Config) k8s_tester.Tester
Types ¶
type Config ¶
type Config struct { Enable bool `json:"enable"` Prompt bool `json:"-"` Stopc chan struct{} `json:"-"` Logger *zap.Logger `json:"-"` LogWriter io.Writer `json:"-"` Client client.Client `json:"-"` // MinimumNodes is the minimum number of Kubernetes nodes required for installing this addon. MinimumNodes int `json:"minimum_nodes"` // Namespace to create test resources. Namespace string `json:"namespace"` // HelmChartRepoURL is the helm chart repo URL. HelmChartRepoURL string `json:"helm_chart_repo_url"` }
func NewDefault ¶
func NewDefault() *Config
func (*Config) ValidateAndSetDefaults ¶
Directories ¶
Path | Synopsis |
---|---|
cmd
|
|
k8s-tester-csi-ebs
k8s-tester-csi-ebs installs Kubernetes csi-ebs tester.
|
k8s-tester-csi-ebs installs Kubernetes csi-ebs tester. |
Click to show internal directories.
Click to hide internal directories.