Documentation ¶
Index ¶
- Variables
- func GetDependencies(c *p.Provider) (p.ClowderProvider, error)
- func NewDependenciesProvider(p *providers.Provider) (providers.ClowderProvider, error)
- func TestMissingDependency(t *testing.T)
- func TestMultiDependency(t *testing.T)
- func TestOptionalDependency(t *testing.T)
- func TestSingleDependency(t *testing.T)
- type IDAndParams
- type Params
Constants ¶
This section is empty.
Variables ¶
View Source
var ProvName = "dependencies"
ProvName sets the provider name identifier
Functions ¶
func GetDependencies ¶
func GetDependencies(c *p.Provider) (p.ClowderProvider, error)
GetDependencies returns the correct end provider.
func NewDependenciesProvider ¶
func NewDependenciesProvider(p *providers.Provider) (providers.ClowderProvider, error)
NewDependenciesProvider returns a new End provider run at the end of the provider set.
func TestMissingDependency ¶
func TestMultiDependency ¶
func TestOptionalDependency ¶
func TestSingleDependency ¶
Types ¶
type IDAndParams ¶
func NewIDAndParam ¶
func NewIDAndParam(ID, limitCPU, limitMemory, requestsCPU, requestsMemory string) IDAndParams
Click to show internal directories.
Click to hide internal directories.