Documentation ¶
Overview ¶
Package kubetest2 is DEPRECATED. Please use https://github.com/kubernetes-sigs/kubetest2/tree/master/kubetest2-gke/deployer directly.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Run ¶
func Run(opts *Options, cc *GKEClusterConfig) error
Run will run the `kubetest2 gke` command with the provided parameters, it will also handle the logic that is only used for Knative integration testing, like retrying cluster creation.
Types ¶
type GKEClusterConfig ¶
type GKEClusterConfig struct { GCPServiceAccount string GCPProjectID string BoskosAcquireTimeoutSeconds int Environment string CommandGroup string Name string Region string BackupRegions []string Machine string MinNodes int MaxNodes int Network string ReleaseChannel string Version string Scopes string Addons string ImageType string EnableWorkloadIdentity bool PrivateClusterAccessLevel string PrivateClusterMasterIPSubnetRange []string ExtraGcloudFlags string }
GKEClusterConfig are the supported configurations for creating a GKE cluster.
Click to show internal directories.
Click to hide internal directories.