package common
import "k8s.io/kubernetes/test/images/agnhost/net/common"
Index ¶
Types ¶
type Runner ¶
type Runner interface {
// NewOptions returns a new empty options structure to be populated
// by from the JSON -options argument.
NewOptions() interface{}
// Run the client or server, taking in options. This execute the
// test code.
Run(logger *log.Logger, options interface{}) error
}
Runner is a client or server to run.
Source Files ¶
common.go
- Version
- v1.22.2-rc.0
- Published
- Aug 19, 2021
- Platform
- linux/amd64
- Imports
- 1 packages
- Last checked
- 14 minutes ago –
Tools for package owners.