Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Tool ¶
type Tool struct {
// contains filtered or unexported fields
}
Tool is pod capable of running operations from within the cluster.
func New ¶
func New(logger logrus.FieldLogger, name, namespace string) *Tool
New creates a new Tool.
func (*Tool) Curl ¶
func (t *Tool) Curl(url string, headers map[string]string, conditions ...try.ResponseCondition) error
Curl curls the given url and checks if it matches the given conditions.
Click to show internal directories.
Click to hide internal directories.