Versions in this module Expand all Collapse all v1 v1.5.0 Oct 23, 2016 Changes in this version + var AddToScheme = SchemeBuilder.AddToScheme + var SchemeBuilder = runtime.NewSchemeBuilder(addKnownTypes, addConversionFuncs) + var SchemeGroupVersion = unversioned.GroupVersion + type AuthInfo struct + AuthProvider *AuthProviderConfig + ClientCertificate string + ClientCertificateData []byte + ClientKey string + ClientKeyData []byte + Extensions []NamedExtension + Impersonate string + Password string + Token string + TokenFile string + Username string + type AuthProviderConfig struct + Config map[string]string + Name string + type Cluster struct + APIVersion string + CertificateAuthority string + CertificateAuthorityData []byte + Extensions []NamedExtension + InsecureSkipTLSVerify bool + Server string + type Config struct + APIVersion string + AuthInfos []NamedAuthInfo + Clusters []NamedCluster + Contexts []NamedContext + CurrentContext string + Extensions []NamedExtension + Kind string + Preferences Preferences + func (obj *Config) GetObjectKind() unversioned.ObjectKind + func (obj *Config) GroupVersionKind() unversioned.GroupVersionKind + func (obj *Config) SetGroupVersionKind(gvk unversioned.GroupVersionKind) + type Context struct + AuthInfo string + Cluster string + Extensions []NamedExtension + Namespace string + type NamedAuthInfo struct + AuthInfo AuthInfo + Name string + type NamedCluster struct + Cluster Cluster + Name string + type NamedContext struct + Context Context + Name string + type NamedExtension struct + Extension runtime.RawExtension + Name string + type Preferences struct + Colors bool + Extensions []NamedExtension