Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Clientset ¶
type Clientset struct {
// contains filtered or unexported fields
}
func (*Clientset) V1 ¶
func (c *Clientset) V1() v1.V1Interface
type FakeClientset ¶
type FakeClientset struct {
// contains filtered or unexported fields
}
func (*FakeClientset) ServerURL ¶
func (c *FakeClientset) ServerURL() string
func (*FakeClientset) V1 ¶
func (c *FakeClientset) V1() v1.V1Interface
type Interface ¶
type Interface interface { V1() v1.V1Interface ServerURL() string }
func MakeClientset ¶
func MakeFakeClientset ¶
Click to show internal directories.
Click to hide internal directories.