Documentation ¶
Overview ¶
Copyright 2020-2021 The UnDistro authors
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Index ¶
- Constants
- Variables
- func GetFlavors(_ context.Context, p metadatav1alpha1.Provider) ([]client.Object, error)
- func GetMachineMetadata(_ context.Context, p metadatav1alpha1.Provider) ([]client.Object, error)
- func Init(ctx context.Context, c client.Client) error
- func InstallTools(ctx context.Context, streams genericclioptions.IOStreams) error
- func ReconcileLaunchTemplate(ctx context.Context, r client.Client, cl *appv1alpha1.Cluster, ...) error
- func ReconcileNetwork(ctx context.Context, r client.Client, cl *appv1alpha1.Cluster, ...) error
- type Account
- type AwsCredentials
Constants ¶
View Source
const (
DefaultAWSRegion = "us-east-1"
)
Variables ¶
View Source
var Regions = []string{
"ap-northeast-1",
"ap-northeast-2",
"ap-south-1",
"ap-southeast-1",
"ap-northeast-2",
"ca-central-1",
"eu-central-1",
"eu-west-1",
"eu-west-2",
"eu-west-3",
"sa-east-1",
"us-east-1",
"us-east-2",
"us-west-1",
"us-west-2",
}
Functions ¶
func GetFlavors ¶ added in v0.32.0
func GetMachineMetadata ¶ added in v0.32.0
func InstallTools ¶ added in v0.21.0
func InstallTools(ctx context.Context, streams genericclioptions.IOStreams) error
func ReconcileLaunchTemplate ¶ added in v0.19.3
Types ¶
type Account ¶ added in v0.19.5
type Account struct {
// contains filtered or unexported fields
}
func NewAccount ¶ added in v0.19.5
func (*Account) GetUsername ¶ added in v0.19.5
Click to show internal directories.
Click to hide internal directories.