Documentation ¶
Index ¶
- type Instance
- func Claim(ctx resource.Context, name string) (i Instance, err error)
- func ClaimOrFail(t *testing.T, ctx resource.Context, name string) Instance
- func New(ctx resource.Context, prefix string, inject bool) (i Instance, err error)
- func NewOrFail(t *testing.T, ctx resource.Context, prefix string, inject bool) Instance
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Instance ¶
type Instance interface {
Name() string
}
Instance represents an allocated namespace that can be used to create config, or deploy components in.
func ClaimOrFail ¶
ClaimOrFail calls Claim and fails test if it returns error
Click to show internal directories.
Click to hide internal directories.