Versions in this module Expand all Collapse all v0 v0.1.0 Mar 26, 2019 Changes in this version + func CreateKubeClientSet() (clientset.Interface, error) + func CreateTestingNamespace(baseName string, cs clientset.Interface) (*v1.Namespace, error) + func DeleteNamespace(cs clientset.Interface, namespace string) error + func DeleteNodes(cs clientset.Interface, names []string) error + func DeletePod(cs clientset.Interface, ns string, podName string) error + func DeletePodsInNamespace(cs clientset.Interface, ns string) error + func DeleteService(cs clientset.Interface, ns string, serviceName string) error + func DeleteServiceIfExists(cs clientset.Interface, ns string, serviceName string) error + func ExtractDNSPrefix() string + func GetAgentNodes(cs clientset.Interface) ([]v1.Node, error) + func GetAvailableNodeCapacity(cs clientset.Interface) (resource.Quantity, error) + func GetNextSubnetCIDR(vnet aznetwork.VirtualNetwork) (string, error) + func GetServiceDomainName(prefix string) (ret string) + func IsRetryableAPIError(err error) bool + func LogPodStatus(cs clientset.Interface, ns string) error + func Logf(format string, args ...interface{}) + func ValidateIPInCIDR(ip, cidr string) (bool, error) + func WaitAutoScaleNodes(cs clientset.Interface, targetNodeCount int) error + func WaitServiceExposure(cs clientset.Interface, namespace string, name string) (string, error) + type AzureAuthConfig struct + AADClientID string + AADClientSecret string + Environment azure.Environment + SubscriptionID string + TenantID string + type AzureTestClient struct + func CreateAzureTestClient() (*AzureTestClient, error) + func (azureTestClient *AzureTestClient) CreateSubnet(vnet aznetwork.VirtualNetwork, subnetName *string, prefix *string) error + func (azureTestClient *AzureTestClient) DeleteSubnet(vnetName string, subnetName string) error + func (azureTestClient *AzureTestClient) GetClusterSecurityGroup() (ret *aznetwork.SecurityGroup, err error) + func (azureTestClient *AzureTestClient) GetClusterVirtualNetwork() (ret aznetwork.VirtualNetwork, err error) + func (tc *AzureTestClient) CreateSecurityGroupsClient() *aznetwork.SecurityGroupsClient