package
Version:
v0.0.0-...-365e944
Opens a new window with list of versions in this module.
Published: Apr 30, 2025
License: Apache-2.0
Opens a new window with license information.
Imports: 35
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package deployer implements the kubetest2 ec2 deployer
Name is the name of the deployer
New implements deployer.New for ec2
type AWSImage struct {
AmiID string `json:"ami_id"`
SSMPath string `json:"ssm_path,omitempty"`
InstanceType string `json:"instance_type,omitempty"`
UserData string `json:"user_data_file,omitempty"`
InstanceProfile string `json:"instance_profile,omitempty"`
Tests []string `json:"tests,omitempty"`
}
type AWSImageConfig struct {
Images map[string]AWSImage `json:"images"`
}
type AWSRunner struct {
}
Source Files
¶
Directories
¶
Package build implements a common system for building kubernetes for deployers to use.
|
Package build implements a common system for building kubernetes for deployers to use. |
|
|
|
|
|
|
Click to show internal directories.
Click to hide internal directories.