Documentation ¶
Index ¶
- Constants
- Variables
- type Client
- type TearDownFunc
- type Test
- func (t *Test) AddTearDown(teardown TearDownFunc)
- func (t *Test) DeployYaml(path string, namespace string) error
- func (t *Test) DeployYamlTemplate(path string, namespace string, data interface{}) error
- func (t *Test) GetK8sVersion() (major, minor int, err error)
- func (t *Test) GetNS() string
- func (t *Test) TearDown() error
Constants ¶
View Source
const HTTPS_PORT = 30443
View Source
const HTTP_PORT = 30080
Variables ¶
View Source
var TickDuration = 2 * time.Second
View Source
var WaitDuration = 60 * time.Second
Functions ¶
This section is empty.
Types ¶
type Client ¶
type TearDownFunc ¶
type TearDownFunc func() error
type Test ¶
type Test struct {
// contains filtered or unexported fields
}
func (*Test) AddTearDown ¶
func (t *Test) AddTearDown(teardown TearDownFunc)
func (*Test) DeployYamlTemplate ¶
func (*Test) GetK8sVersion ¶
Click to show internal directories.
Click to hide internal directories.