Documentation ¶
Index ¶
Constants ¶
View Source
const ( Major = "0" Minor = "0" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type FakeService ¶
type FakeService struct{}
func (FakeService) DataSource ¶
func (d FakeService) DataSource() k8s.Interface
func (FakeService) Handle ¶
func (d FakeService) Handle(pattern string, handler http.Handler) Interface
func (FakeService) HandleFunc ¶
func (d FakeService) HandleFunc(pattern string, handler func(http.ResponseWriter, *http.Request)) Interface
func (FakeService) Name ¶
func (d FakeService) Name() string
func (FakeService) Run ¶
func (d FakeService) Run() error
Click to show internal directories.
Click to hide internal directories.