helper

package
v1.2.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 28, 2020 License: Apache-2.0, MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// Scheme is a scheme with the types relevant for OpenStack actuators.
	Scheme *runtime.Scheme
)

Functions

func CloudProfileConfigFromCluster added in v1.2.0

func CloudProfileConfigFromCluster(cluster *controller.Cluster) (*api.CloudProfileConfig, error)

CloudProfileConfigFromCluster decodes the provider specific cloud profile configuration for a cluster

func FindAMIForRegionFromCloudProfile added in v1.2.0

func FindAMIForRegionFromCloudProfile(cloudProfileConfig *api.CloudProfileConfig, imageName, imageVersion, regionName string) (string, error)

FindAMIForRegionFromCloudProfile takes a list of machine images, and the desired image name, version, and region. It tries to find the image with the given name and version in the desired region. If it cannot be found then an error is returned.

func FindInstanceProfileForPurpose

func FindInstanceProfileForPurpose(instanceProfiles []api.InstanceProfile, purpose string) (*api.InstanceProfile, error)

FindInstanceProfileForPurpose takes a list of instance profiles and tries to find the first entry whose purpose matches with the given purpose. If no such entry is found then an error will be returned.

func FindMachineImage

func FindMachineImage(machineImages []api.MachineImage, name, version string) (*api.MachineImage, error)

FindMachineImage takes a list of machine images and tries to find the first entry whose name, version, and zone matches with the given name, version, and region. If no such entry is found then an error will be returned.

func FindRoleForPurpose

func FindRoleForPurpose(roles []api.Role, purpose string) (*api.Role, error)

FindRoleForPurpose takes a list of roles and tries to find the first entry whose purpose matches with the given purpose. If no such entry is found then an error will be returned.

func FindSecurityGroupForPurpose

func FindSecurityGroupForPurpose(securityGroups []api.SecurityGroup, purpose string) (*api.SecurityGroup, error)

FindSecurityGroupForPurpose takes a list of security groups and tries to find the first entry whose purpose matches with the given purpose. If no such entry is found then an error will be returned.

func FindSubnetForPurpose

func FindSubnetForPurpose(subnets []api.Subnet, purpose string) (*api.Subnet, error)

FindSubnetForPurpose takes a list of subnets and tries to find the first entry whose purpose matches with the given purpose. If no such entry is found then an error will be returned.

func FindSubnetForPurposeAndZone

func FindSubnetForPurposeAndZone(subnets []api.Subnet, purpose, zone string) (*api.Subnet, error)

FindSubnetForPurposeAndZone takes a list of subnets and tries to find the first entry whose purpose and zone matches with the given purpose and zone. If no such entry is found then an error will be returned.

func InfrastructureConfigFromInfrastructure added in v1.2.0

func InfrastructureConfigFromInfrastructure(infra *extensionsv1alpha1.Infrastructure) (*api.InfrastructureConfig, error)

InfrastructureConfigFromInfrastructure extracts the InfrastructureConfig from the ProviderConfig section of the given Infrastructure.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL