# Packages
No description provided by the author
No description provided by the author
No description provided by the author
# Functions
No description provided by the author
CheckMetadataVersion checks if the content of /version in metadata bucket is equal to MetadataVersion.
CurrentTenant returns the tenant used for commands or, if not set, set the tenant to use if it is the only one registered.
ExtractFeatureParameters convert a slice of string in format a=b into a map index on 'a' with value 'b'.
No description provided by the author
FreeCIDRForSingleHost frees the CIDR index inside the Network 'Network'.
ListSubnets returns a list of available subnets.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
LoadTenant sets the tenant to use for upcoming commands.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewBucket instantiates bucket struct.
NewClassicCluster is the constructor of resources.Cluster struct.
No description provided by the author
NewConditionedFeatureParameter creates an instance of ConditionedFeatureParameter from FeatureParameter and sets the current value.
NewCore creates an instance of MetadataCore.
NewEmbeddedFeature searches for an embedded featured named 'name' and initializes a new Feature object with its content.
NewFeature searches for a spec file name 'name' and initializes a new Feature object with its content error contains : - fail.ErrNotFound if no Feature is found by its name - fail.ErrSyntax if Feature found contains syntax error.
NewFeatureParameter initiales an new instance of FeatureParameter.
NewHost ...
NewKongController creates a controller for Kong.
NewLabel creates an instance of Label.
NewMetadataFolder creates a new Metadata MetadataFolder object, ready to help access the metadata inside it.
NewNetwork creates an instance of Networking.
NewSecurityGroup ...
NewShare creates an instance of Share.
NewSubnet creates an instance of Subnet used as resources.Subnet.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewVolume creates an instance of Volume.
No description provided by the author
ReserveCIDRForSingleHost returns the first available CIDR and its index inside the Network 'network'.
SetCurrentTenant sets the tenant to use for upcoming commands.
# Constants
FirstMetadataVersion corresponds to the first metadata format version.
MinimumMetadataVersion defines the version of the metadata recognized by the release Must be incremented each time a new release requires upgrade of metadata (hopefully not for all new releases) By convention, it corresponds to the SafeScale release that introduced the new format.
No description provided by the author
No description provided by the author
NOTFOUND Not found.
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
ClassicCluster is the implementation of resources.Cluster interface.
No description provided by the author
No description provided by the author
ConditionedFeatureParameter describes a Feature prepared for use on a Target.
No description provided by the author
No description provided by the author
Feature contains the information about a FeatureFile to be installed.
FeatureFile contains the information about an installable Feature.
FeatureParameter describes a Feature parameter as defined by Feature file content.
Host ..
No description provided by the author
Item is a helper struct to ease the copy of local files to remote.
No description provided by the author
KongController allows to control Kong, installed on a host.
MetadataCore contains the core functions of a persistent object.
MetadataFolder describes a metadata MetadataFolder.
Network links Object Storage MetadataFolder and Networking.
No description provided by the author
RemoteFilesHandler handles the copy of files and cleanup.
No description provided by the author
SecurityGroup ..
Share contains information to maintain in Object Storage a list of shared folders.
ShareIdentity contains information about a Share.
No description provided by the author
Subnet links Object Storage MetadataFolder and Subnet.
No description provided by the author
Tenant structure to handle name and Service for a tenant.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
Installer defines the API of an Installer.
No description provided by the author
No description provided by the author
# Type aliases
No description provided by the author
FolderDecoderCallback is the prototype of the function that will decode data read from Metadata.
No description provided by the author