package
0.15.5
Repository: https://github.com/shipwright-io/build.git
Documentation: pkg.go.dev

# Functions

ContainNamedElement can be applied for an array or slice of objects which have a Name field, to check if any item has a matching name.
ContainNamedElementWithValue can be applied for an array or slice of objects which have a Name and Value field, to check if any item has a matching name and value.
KubeConfig returns all required clients to speak with the k8s API.
NewTestBuild returns an initialized instance of TestBuild.
Return can be applied for a string, it will call the URL and check the status code.
No description provided by the author
No description provided by the author

# Structs

TestBuild wraps all required clients to run integration tests and also the namespace and operator channel used per each test case.