# Functions

ReadCloudsYAML reads a clouds.yaml file and returns its contents.

# Constants

AuthPassword defines an unknown version of the password.
AuthToken defined an unknown version of the token.
AuthV2Password defines version 2 of the password.
AuthV2Token defines version 2 of the token.
AuthV3ApplicationCredential defines version 3 of the application credential.
AuthV3Password defines version 3 of the password.
AuthV3Token defines version 3 of the token.

# Structs

AuthInfo represents the auth section of a cloud entry or auth options entered explicitly in ClientOpts.
Cloud represents an entry in a clouds.yaml/public-clouds.yaml/secure.yaml file.
Clouds represents a collection of Cloud entries in a clouds.yaml file.
Region represents a region included as part of cloud in clouds.yaml According to Python-based openstacksdk, this can be either a struct (as defined) or a plain string.

# Type aliases

AuthType respresents a valid method of authentication.