Versions in this module Expand all Collapse all v0 v0.0.1 Feb 2, 2021 Changes in this version + type AWSVPC struct + EIPAllocationID string + ID string + InternetGatewayID string + NATGatewayID string + PrivateSubnetIDs []string + PublicSubnetID string + RoleArn string + SecurityGroupIDs []string + type Application struct + Spec ApplicationSpec + type ApplicationSpec struct + KOTSApplicationSpec *KOTSApplicationSpec + type ClusterConfig struct + Description string + IsExisting bool + Kubeconfig string + Name string + Provider string + Region string + Version string + func (c ClusterConfig) GetDeterministicClusterName() string + type ClusterSpec struct + EKS *EKSSpec + type EKSExistingClusterSpec struct + AccessKeyID ValueOrValueFrom + ClusterName string + Region string + SecretAccessKey ValueOrValueFrom + type EKSNewClusterSpec struct + AccessKeyID ValueOrValueFrom + Description string + Region string + SecretAccessKey ValueOrValueFrom + Version string + func (c EKSNewClusterSpec) GetDeterministicClusterName() string + type EKSSpec struct + ExistingCluster *EKSExistingClusterSpec + NewCluster *EKSNewClusterSpec + type Grid struct + Spec GridSpec + type GridConfig struct + ClusterConfigs []*ClusterConfig + Name string + type GridSpec struct + Clusters []*ClusterSpec + Logger LoggerSpec + type GridsConfig struct + GridConfigs []*GridConfig + type KOTSApplicationSpec struct + App string + ConfigValues *kotsv1beta1.ConfigValuesSpec + LicenseID string + Namespace string + SkipPreflights *bool + Version string + type LoggerSpec struct + Slack *SlackLoggerSpec + type SlackLoggerSpec struct + Channel ValueOrValueFrom + Token ValueOrValueFrom + type ValueFrom struct + OSEnv string + type ValueOrValueFrom struct + Value string + ValueFrom *ValueFrom + func (v ValueOrValueFrom) String() (string, error)