Versions in this module Expand all Collapse all v1 v1.5.0 Oct 23, 2016 Changes in this version + type Clientset struct + func New(c *rest.RESTClient) *Clientset + func NewForConfig(c *rest.Config) (*Clientset, error) + func NewForConfigOrDie(c *rest.Config) *Clientset + func (c *Clientset) Apps() v1alpha1apps.AppsInterface + func (c *Clientset) Authentication() v1beta1authentication.AuthenticationInterface + func (c *Clientset) Authorization() v1beta1authorization.AuthorizationInterface + func (c *Clientset) Autoscaling() v1autoscaling.AutoscalingInterface + func (c *Clientset) Batch() v1batch.BatchInterface + func (c *Clientset) Certificates() v1alpha1certificates.CertificatesInterface + func (c *Clientset) Core() v1core.CoreInterface + func (c *Clientset) Discovery() discovery.DiscoveryInterface + func (c *Clientset) Extensions() v1beta1extensions.ExtensionsInterface + func (c *Clientset) Policy() v1alpha1policy.PolicyInterface + func (c *Clientset) Rbac() v1alpha1rbac.RbacInterface + func (c *Clientset) Storage() v1beta1storage.StorageInterface + type Interface interface + Apps func() v1alpha1apps.AppsInterface + Authentication func() v1beta1authentication.AuthenticationInterface + Authorization func() v1beta1authorization.AuthorizationInterface + Autoscaling func() v1autoscaling.AutoscalingInterface + Batch func() v1batch.BatchInterface + Certificates func() v1alpha1certificates.CertificatesInterface + Core func() v1core.CoreInterface + Discovery func() discovery.DiscoveryInterface + Extensions func() v1beta1extensions.ExtensionsInterface + Policy func() v1alpha1policy.PolicyInterface + Rbac func() v1alpha1rbac.RbacInterface + Storage func() v1beta1storage.StorageInterface