Versions in this module Expand all Collapse all v0 v0.0.2 Sep 14, 2022 Changes in this version + const KubeconfigPort + func Config(c *gnomock.Container) (*rest.Config, error) + func ConfigBytes(c *gnomock.Container) (configBytes []byte, err error) + func Preset(opts ...Option) gnomock.Preset + type Option func(*P) + func WithPort(port int) Option + func WithVersion(version string) Option + type P struct + Port int + Version string + func (p *P) Image() string + func (p *P) Options() []gnomock.Option + func (p *P) Ports() gnomock.NamedPorts