Documentation ¶
Overview ¶
Package ec2 implements testing utilities using EC2.
Index ¶
Constants ¶
const TemplateASG = `` /* 5761-byte string literal not displayed */
TemplateASG is the CloudFormation template for ASG. "must specify one of the following properties: LaunchConfigurationName, LaunchTemplate, InstanceId, or MixedInstancesPolicy" ref. https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html ref. https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-updatepolicy.html ref. https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html ref. https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-networkinterface.html
const TemplateRoleBasic = `` /* 1172-byte string literal not displayed */
TemplateRoleBasic is the CloudFormation template for EC2 role.
const TemplateSSMDocument = `` /* 1570-byte string literal not displayed */
TemplateSSMDocument is the CFN template for SSM Document.
const TemplateVPCPublicPrivate = `` /* 13165-byte string literal not displayed */
TemplateVPCPublicPrivate is the CloudFormation template for EC2 VPC.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Tester ¶ added in v0.6.9
type Tester struct {
// contains filtered or unexported fields
}
Tester implements "kubetest2" Deployer. ref. https://github.com/kubernetes/test-infra/blob/master/kubetest2/pkg/types/types.go
func (*Tester) Down ¶ added in v0.6.9
Down cancels the cluster creation and destroy the test cluster if any.
func (*Tester) DownloadLogs ¶ added in v0.7.0
DownloadLogs downloads logs to the artifact direcoty.