Documentation ¶ Index ¶ Constants func CreateTestCluster() func DeleteTestCluster() func EnsureKubectl() func EnsureTestCluster() Constants ¶ View Source const ( // Name of the KIND cluster used for testing DefaultKindClusterName = "porter" // Relative location of the KUBECONFIG for the test cluster Kubeconfig = "kind.config" ) Variables ¶ This section is empty. Functions ¶ func CreateTestCluster ¶ func CreateTestCluster() Create a KIND cluster named porter. func DeleteTestCluster ¶ func DeleteTestCluster() Delete the KIND cluster named porter. func EnsureKubectl ¶ func EnsureKubectl() Ensure kubectl is installed. func EnsureTestCluster ¶ func EnsureTestCluster() Ensure that the test KIND cluster is up. Types ¶ This section is empty. Source Files ¶ View all Source files kind.go Click to show internal directories. Click to hide internal directories.