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