Documentation
¶
Index ¶
- func CheckCloudInstaller(installer install.Installer) *cloudinstall.Installer
- func NewAccessControlCommand() *cobra.Command
- func NewApiCommand(parentCommand *cobra.Command) *cobra.Command
- func NewCloudCommand(parentCommand *cobra.Command) *cobra.Command
- func NewConfigCommand(parentCommand *cobra.Command) *cobra.Command
- func NewGenerateSingingKeyCommand() *cobra.Command
- func NewMigrationApplyCommand() *cobra.Command
- func NewMigrationLogsCommand() *cobra.Command
- func NewMigrationsCommand() *cobra.Command
- func NewMigrationsListCommand() *cobra.Command
- func ParseConfig(yamlBytes []byte) (install.ValidatableConfig, error)
- func ParseConfigFileCommon(yamlBytes []byte) (*install.ConfigFileCommon, error)
- func ParseConfigToAst(yamlBytes []byte) (ast.Node, error)
- func ParseConfigToMap(yamlBytes []byte) (map[string]any, error)
- type ExtendedPrincipal
- type IdAndName
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckCloudInstaller ¶
func CheckCloudInstaller(installer install.Installer) *cloudinstall.Installer
func NewAccessControlCommand ¶
func NewMigrationLogsCommand ¶
func NewMigrationsCommand ¶
func ParseConfig ¶
func ParseConfig(yamlBytes []byte) (install.ValidatableConfig, error)
func ParseConfigFileCommon ¶
func ParseConfigFileCommon(yamlBytes []byte) (*install.ConfigFileCommon, error)
Types ¶
type ExtendedPrincipal ¶
type ExtendedPrincipal struct { cloudinstall.Principal Display string }
func (ExtendedPrincipal) String ¶
func (p ExtendedPrincipal) String() string
Click to show internal directories.
Click to hide internal directories.