environment

package
v0.3.0-r9.3-2 Latest Latest
Warning

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

Go to latest
Published: Sep 18, 2023 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Azure

type Azure struct {
	BaseEnvironment
}

func (*Azure) GetPackages

func (p *Azure) GetPackages() []string

func (*Azure) GetServices

func (p *Azure) GetServices() []string

type BaseEnvironment

type BaseEnvironment struct {
	Repos []rpmmd.RepoConfig
}

func (BaseEnvironment) GetPackages

func (p BaseEnvironment) GetPackages() []string

func (BaseEnvironment) GetRepos

func (p BaseEnvironment) GetRepos() []rpmmd.RepoConfig

func (BaseEnvironment) GetServices

func (p BaseEnvironment) GetServices() []string

type EC2

type EC2 struct {
	BaseEnvironment
}

func (*EC2) GetPackages

func (p *EC2) GetPackages() []string

func (*EC2) GetServices

func (p *EC2) GetServices() []string

type Environment

type Environment interface {
	GetPackages() []string
	GetRepos() []rpmmd.RepoConfig
	GetServices() []string
}

type GCP

type GCP struct {
	BaseEnvironment
}

TODO

type OpenStack

type OpenStack struct {
	BaseEnvironment
}

TODO

type VSphere

type VSphere struct {
	BaseEnvironment
}

TODO

Jump to

Keyboard shortcuts

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