Documentation ¶
Index ¶
Constants ¶
View Source
const ( PlatformAWS = "aws" // deprecated: use PlatformAWSClassic PlatformGCP = "gcp" // deprecated: use PlatformGCPClassic PlatformHostedCluster = "hostedcluster" // deprecated: use PlatformAWSHCP PlatformAWSClassic = "aws-classic" PlatformGCPClassic = "gcp-classic" PlatformAWSHCP = "aws-hcp" )
Enumerated type representing the platform underlying the cluster-under-test
Variables ¶
View Source
var UserdataTemplate string
Functions ¶
func GetPlatformType ¶ added in v0.4.8
func IPPermissionsEquivalent ¶ added in v0.4.5
func IPPermissionsEquivalent(a ec2Types.IpPermission, b ec2Types.IpPermission) bool
IPPermissionsEquivalent compares two AWS IpPermissions (used in security group rules) similarly to reflect.DeepEqual, except it only compares IP(v6) ports and CIDR ranges and ignores UserIdGroupPairs, PrefixListIds, and any Description fields
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.