Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Scheme = runtime.NewScheme()
Scheme consists of kubernetes and cyclone scheme.
Functions ¶
This section is empty.
Types ¶
type Clientset ¶ added in v1.2.0
type Clientset struct {
*kubernetes.Clientset
// contains filtered or unexported fields
}
Clientset contains the cyclone Clientset and kubernetes Clientset
func NewForConfig ¶ added in v1.2.0
NewForConfig creates a new Clientset for the given config.
func (*Clientset) CycloneV1alpha1 ¶ added in v1.2.0
func (c *Clientset) CycloneV1alpha1() cyclonev1alpha1.CycloneV1alpha1Interface
CycloneV1alpha1 retrieves the CycloneV1alpha1Client
type Interface ¶ added in v1.2.0
type Interface interface {
kubernetes.Interface
CycloneV1alpha1() cyclonev1alpha1.CycloneV1alpha1Interface
}
Interface consists of kubernetes and cyclone interfaces
Click to show internal directories.
Click to hide internal directories.