Documentation ¶
Overview ¶
Copyright 2020 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
- func Init(ctx context.Context, c client.Client, cfg []appv1alpha1.ValuesReference, ...) ([]appv1alpha1.ValuesReference, error)
- func InstallTools(ctx context.Context, streams genericclioptions.IOStreams) error
- func PostInstall(ctx context.Context, c client.Client) 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
- func Upgrade(ctx context.Context, c client.Client, cfg []appv1alpha1.ValuesReference, ...) ([]appv1alpha1.ValuesReference, error)
- type Account
- type AwsCredentials
Constants ¶
View Source
const (
DefaultAWSRegion = "us-east-1"
)
Variables ¶
This section is empty.
Functions ¶
func Init ¶
func Init(ctx context.Context, c client.Client, cfg []appv1alpha1.ValuesReference, version string) ([]appv1alpha1.ValuesReference, error)
Init providers
func InstallTools ¶ added in v0.21.0
func InstallTools(ctx context.Context, streams genericclioptions.IOStreams) error
func ReconcileLaunchTemplate ¶ added in v0.19.3
func ReconcileNetwork ¶ added in v0.18.9
func Upgrade ¶
func Upgrade(ctx context.Context, c client.Client, cfg []appv1alpha1.ValuesReference, version string) ([]appv1alpha1.ValuesReference, error)
Upgrade providers
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.