Versions in this module Expand all Collapse all v0 v0.2.0 Nov 28, 2018 Changes in this version + type ClientConfig struct + func (_m *ClientConfig) ClientConfig() (*rest.Config, error) + func (_m *ClientConfig) ConfigAccess() clientcmd.ConfigAccess + func (_m *ClientConfig) Namespace() (string, bool, error) + func (_m *ClientConfig) RawConfig() (api.Config, error) v0.1.3 Sep 21, 2018 Changes in this version + type CoreV1Interface struct + func (_m *CoreV1Interface) ComponentStatuses() v1.ComponentStatusInterface + func (_m *CoreV1Interface) ConfigMaps(namespace string) v1.ConfigMapInterface + func (_m *CoreV1Interface) Endpoints(namespace string) v1.EndpointsInterface + func (_m *CoreV1Interface) Events(namespace string) v1.EventInterface + func (_m *CoreV1Interface) LimitRanges(namespace string) v1.LimitRangeInterface + func (_m *CoreV1Interface) Namespaces() v1.NamespaceInterface + func (_m *CoreV1Interface) Nodes() v1.NodeInterface + func (_m *CoreV1Interface) PersistentVolumeClaims(namespace string) v1.PersistentVolumeClaimInterface + func (_m *CoreV1Interface) PersistentVolumes() v1.PersistentVolumeInterface + func (_m *CoreV1Interface) PodTemplates(namespace string) v1.PodTemplateInterface + func (_m *CoreV1Interface) Pods(namespace string) v1.PodInterface + func (_m *CoreV1Interface) RESTClient() rest.Interface + func (_m *CoreV1Interface) ReplicationControllers(namespace string) v1.ReplicationControllerInterface + func (_m *CoreV1Interface) ResourceQuotas(namespace string) v1.ResourceQuotaInterface + func (_m *CoreV1Interface) Secrets(namespace string) v1.SecretInterface + func (_m *CoreV1Interface) ServiceAccounts(namespace string) v1.ServiceAccountInterface + func (_m *CoreV1Interface) Services(namespace string) v1.ServiceInterface + type Interface struct + func (_m *Interface) Admissionregistration() v1beta1.AdmissionregistrationV1beta1Interface + func (_m *Interface) AdmissionregistrationV1alpha1() v1alpha1.AdmissionregistrationV1alpha1Interface + func (_m *Interface) AdmissionregistrationV1beta1() v1beta1.AdmissionregistrationV1beta1Interface + func (_m *Interface) Apps() v1.AppsV1Interface + func (_m *Interface) AppsV1() v1.AppsV1Interface + func (_m *Interface) AppsV1beta1() appsv1beta1.AppsV1beta1Interface + func (_m *Interface) AppsV1beta2() v1beta2.AppsV1beta2Interface + func (_m *Interface) Authentication() authenticationv1.AuthenticationV1Interface + func (_m *Interface) AuthenticationV1() authenticationv1.AuthenticationV1Interface + func (_m *Interface) AuthenticationV1beta1() authenticationv1beta1.AuthenticationV1beta1Interface + func (_m *Interface) Authorization() authorizationv1.AuthorizationV1Interface + func (_m *Interface) AuthorizationV1() authorizationv1.AuthorizationV1Interface + func (_m *Interface) AuthorizationV1beta1() authorizationv1beta1.AuthorizationV1beta1Interface + func (_m *Interface) Autoscaling() autoscalingv1.AutoscalingV1Interface + func (_m *Interface) AutoscalingV1() autoscalingv1.AutoscalingV1Interface + func (_m *Interface) AutoscalingV2beta1() v2beta1.AutoscalingV2beta1Interface + func (_m *Interface) Batch() batchv1.BatchV1Interface + func (_m *Interface) BatchV1() batchv1.BatchV1Interface + func (_m *Interface) BatchV1beta1() batchv1beta1.BatchV1beta1Interface + func (_m *Interface) BatchV2alpha1() v2alpha1.BatchV2alpha1Interface + func (_m *Interface) Certificates() certificatesv1beta1.CertificatesV1beta1Interface + func (_m *Interface) CertificatesV1beta1() certificatesv1beta1.CertificatesV1beta1Interface + func (_m *Interface) Core() corev1.CoreV1Interface + func (_m *Interface) CoreV1() corev1.CoreV1Interface + func (_m *Interface) Discovery() discovery.DiscoveryInterface + func (_m *Interface) Events() eventsv1beta1.EventsV1beta1Interface + func (_m *Interface) EventsV1beta1() eventsv1beta1.EventsV1beta1Interface + func (_m *Interface) Extensions() extensionsv1beta1.ExtensionsV1beta1Interface + func (_m *Interface) ExtensionsV1beta1() extensionsv1beta1.ExtensionsV1beta1Interface + func (_m *Interface) Networking() networkingv1.NetworkingV1Interface + func (_m *Interface) NetworkingV1() networkingv1.NetworkingV1Interface + func (_m *Interface) Policy() policyv1beta1.PolicyV1beta1Interface + func (_m *Interface) PolicyV1beta1() policyv1beta1.PolicyV1beta1Interface + func (_m *Interface) Rbac() rbacv1.RbacV1Interface + func (_m *Interface) RbacV1() rbacv1.RbacV1Interface + func (_m *Interface) RbacV1alpha1() rbacv1alpha1.RbacV1alpha1Interface + func (_m *Interface) RbacV1beta1() rbacv1beta1.RbacV1beta1Interface + func (_m *Interface) Scheduling() schedulingv1beta1.SchedulingV1beta1Interface + func (_m *Interface) SchedulingV1alpha1() schedulingv1alpha1.SchedulingV1alpha1Interface + func (_m *Interface) SchedulingV1beta1() schedulingv1beta1.SchedulingV1beta1Interface + func (_m *Interface) Settings() settingsv1alpha1.SettingsV1alpha1Interface + func (_m *Interface) SettingsV1alpha1() settingsv1alpha1.SettingsV1alpha1Interface + func (_m *Interface) Storage() storagev1.StorageV1Interface + func (_m *Interface) StorageV1() storagev1.StorageV1Interface + func (_m *Interface) StorageV1alpha1() storagev1alpha1.StorageV1alpha1Interface + func (_m *Interface) StorageV1beta1() storagev1beta1.StorageV1beta1Interface + type NamespaceInterface struct + func (_m *NamespaceInterface) Create(_a0 *v1.Namespace) (*v1.Namespace, error) + func (_m *NamespaceInterface) Delete(name string, options *metav1.DeleteOptions) error + func (_m *NamespaceInterface) Finalize(item *v1.Namespace) (*v1.Namespace, error) + func (_m *NamespaceInterface) Get(name string, options metav1.GetOptions) (*v1.Namespace, error) + func (_m *NamespaceInterface) List(opts metav1.ListOptions) (*v1.NamespaceList, error) + func (_m *NamespaceInterface) Patch(name string, pt types.PatchType, data []byte, subresources ...string) (*v1.Namespace, error) + func (_m *NamespaceInterface) Update(_a0 *v1.Namespace) (*v1.Namespace, error) + func (_m *NamespaceInterface) UpdateStatus(_a0 *v1.Namespace) (*v1.Namespace, error) + func (_m *NamespaceInterface) Watch(opts metav1.ListOptions) (watch.Interface, error) + type SecretInterface struct + func (_m *SecretInterface) Create(_a0 *v1.Secret) (*v1.Secret, error) + func (_m *SecretInterface) Delete(name string, options *metav1.DeleteOptions) error + func (_m *SecretInterface) DeleteCollection(options *metav1.DeleteOptions, listOptions metav1.ListOptions) error + func (_m *SecretInterface) Get(name string, options metav1.GetOptions) (*v1.Secret, error) + func (_m *SecretInterface) List(opts metav1.ListOptions) (*v1.SecretList, error) + func (_m *SecretInterface) Patch(name string, pt types.PatchType, data []byte, subresources ...string) (*v1.Secret, error) + func (_m *SecretInterface) Update(_a0 *v1.Secret) (*v1.Secret, error) + func (_m *SecretInterface) Watch(opts metav1.ListOptions) (watch.Interface, error) + type ServiceAccountInterface struct + func (_m *ServiceAccountInterface) Create(_a0 *v1.ServiceAccount) (*v1.ServiceAccount, error) + func (_m *ServiceAccountInterface) CreateToken(name string, tr *authenticationv1.TokenRequest) (*authenticationv1.TokenRequest, error) + func (_m *ServiceAccountInterface) Delete(name string, options *metav1.DeleteOptions) error + func (_m *ServiceAccountInterface) DeleteCollection(options *metav1.DeleteOptions, listOptions metav1.ListOptions) error + func (_m *ServiceAccountInterface) Get(name string, options metav1.GetOptions) (*v1.ServiceAccount, error) + func (_m *ServiceAccountInterface) List(opts metav1.ListOptions) (*v1.ServiceAccountList, error) + func (_m *ServiceAccountInterface) Patch(name string, pt types.PatchType, data []byte, subresources ...string) (*v1.ServiceAccount, error) + func (_m *ServiceAccountInterface) Update(_a0 *v1.ServiceAccount) (*v1.ServiceAccount, error) + func (_m *ServiceAccountInterface) Watch(opts metav1.ListOptions) (watch.Interface, error)