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.33.0 (latest)
- Published
- Apr 23, 2025
- Platform
- linux/amd64
- Imports
- 1 packages
- Last checked
- 3 hours ago –
Tools for package owners.