 Directories
      ¶
      Directories
      ¶
    
    | Path | Synopsis | 
|---|---|
| k8s.io
       | |
| 
          
            apimachinery/pkg/api/errors
            
            
          
           Package errors provides detailed error types for api field validation. | Package errors provides detailed error types for api field validation. | 
| 
          
            apimachinery/pkg/api/meta
            
            
          
           Package meta provides functions for retrieving API metadata from objects belonging to the Kubernetes API TODO: move everything in this file to pkg/api/rest | Package meta provides functions for retrieving API metadata from objects belonging to the Kubernetes API TODO: move everything in this file to pkg/api/rest | 
| 
          
            apimachinery/pkg/api/resource
            
            
          
           Package resource is a generated protocol buffer package. | Package resource is a generated protocol buffer package. | 
| 
          
            apimachinery/pkg/api/validation
            
            
          
           Package validation contains generic api type validation functions. | Package validation contains generic api type validation functions. | 
| 
          
            apimachinery/pkg/apimachinery
            
            
          
           Package apimachinery contains the generic API machinery code that is common to both server and clients. | Package apimachinery contains the generic API machinery code that is common to both server and clients. | 
| 
          
            apimachinery/pkg/apimachinery/announced
            
            
          
           Package announced contains tools for announcing API group factories. | Package announced contains tools for announcing API group factories. | 
| 
          
            apimachinery/pkg/apimachinery/registered
            
            
          
           Package to keep track of API Versions that can be registered and are enabled in api.Scheme. | Package to keep track of API Versions that can be registered and are enabled in api.Scheme. | 
| 
          
            apimachinery/pkg/apis/meta/v1
            
            
          
           +groupName=meta.k8s.io Package v1 is a generated protocol buffer package. | +groupName=meta.k8s.io Package v1 is a generated protocol buffer package. | 
| 
          
            apimachinery/pkg/conversion
            
            
          
           Package conversion provides go object versioning. | Package conversion provides go object versioning. | 
| 
          
            apimachinery/pkg/conversion/queryparams
            
            
          
           Package queryparams provides conversion from versioned runtime objects to URL query values | Package queryparams provides conversion from versioned runtime objects to URL query values | 
| 
          
            apimachinery/pkg/conversion/unstructured
            
            
          
           Package unstructured provides conversion from runtime objects to map[string]interface{} representation. | Package unstructured provides conversion from runtime objects to map[string]interface{} representation. | 
| 
          
            apimachinery/pkg/fields
            
            
          
           Package fields implements a simple field system, parsing and matching selectors with sets of fields. | Package fields implements a simple field system, parsing and matching selectors with sets of fields. | 
| 
          
            apimachinery/pkg/labels
            
            
          
           Package labels implements a simple label system, parsing and matching selectors with sets of labels. | Package labels implements a simple label system, parsing and matching selectors with sets of labels. | 
| 
          
            apimachinery/pkg/openapi
            
            
          
           package openapi holds shared codes and types between open API code generator and spec generator. | package openapi holds shared codes and types between open API code generator and spec generator. | 
| 
          
            apimachinery/pkg/runtime
            
            
          
           Defines conversions between generic types and structs to map query strings to struct objects. | Defines conversions between generic types and structs to map query strings to struct objects. | 
| 
          
            apimachinery/pkg/runtime/schema
            
            
          
           Package schema is a generated protocol buffer package. | Package schema is a generated protocol buffer package. | 
| 
          
            apimachinery/pkg/runtime/serializer/protobuf
            
            
          
           Package protobuf provides a Kubernetes serializer for the protobuf format. | Package protobuf provides a Kubernetes serializer for the protobuf format. | 
| 
          
            apimachinery/pkg/runtime/serializer/streaming
            
            
          
           Package streaming implements encoder and decoder for streams of runtime.Objects over io.Writer/Readers. | Package streaming implements encoder and decoder for streams of runtime.Objects over io.Writer/Readers. | 
| 
          
            apimachinery/pkg/types
            
            
          
           Package types implements various generic types used throughout kubernetes. | Package types implements various generic types used throughout kubernetes. | 
| 
          
            apimachinery/pkg/util/errors
            
            
          
           Package errors implements various utility functions and types around errors. | Package errors implements various utility functions and types around errors. | 
| 
          
            apimachinery/pkg/util/framer
            
            
          
           Package framer implements simple frame decoding techniques for an io.ReadCloser | Package framer implements simple frame decoding techniques for an io.ReadCloser | 
| 
          
            apimachinery/pkg/util/httpstream
            
            
          
           Package httpstream adds multiplexed streaming support to HTTP requests and responses via connection upgrades. | Package httpstream adds multiplexed streaming support to HTTP requests and responses via connection upgrades. | 
| 
          
            apimachinery/pkg/util/intstr
            
            
          
           Package intstr is a generated protocol buffer package. | Package intstr is a generated protocol buffer package. | 
| 
          
            apimachinery/pkg/util/rand
            
            
          
           Package rand provides utilities related to randomization. | Package rand provides utilities related to randomization. | 
| 
          
            apimachinery/pkg/util/sets
            
            
          
           Package sets has auto-generated set types. | Package sets has auto-generated set types. | 
| 
          
            apimachinery/pkg/util/wait
            
            
          
           Package wait provides tools for polling or listening for changes to a condition. | Package wait provides tools for polling or listening for changes to a condition. | 
| 
          
            apimachinery/pkg/version
            
            
          
           Package version supplies the type for version information collected at build time. | Package version supplies the type for version information collected at build time. | 
| 
          
            apimachinery/pkg/watch
            
            
          
           Package watch contains a generic watchable interface, and a fake for testing code that uses the watch interface. | Package watch contains a generic watchable interface, and a fake for testing code that uses the watch interface. | 
| 
          
            apimachinery/third_party/forked/golang/json
            
            
          
           Package json is forked from the Go standard library to enable us to find the field of a struct that a given JSON key maps to. | Package json is forked from the Go standard library to enable us to find the field of a struct that a given JSON key maps to. | 
| 
          
            apimachinery/third_party/forked/golang/reflect
            
            
          
           Package reflect is a fork of go's standard library reflection package, which allows for deep equal with equality functions defined. | Package reflect is a fork of go's standard library reflection package, which allows for deep equal with equality functions defined. | 
| 
          
            apiserver/pkg/apis/apiserver
            
            
          
           Package apiserver is the internal version of the API. | Package apiserver is the internal version of the API. | 
| 
          
            apiserver/pkg/apis/apiserver/v1alpha1
            
            
          
           Package v1alpha1 is the v1alpha1 version of the API. | Package v1alpha1 is the v1alpha1 version of the API. | 
| 
          
            apiserver/pkg/apis/example
            
            
          
           +k8s:deepcopy-gen=package,register +groupName=example.k8s.io package example contains an example API used to demonstrate how to create api groups. | +k8s:deepcopy-gen=package,register +groupName=example.k8s.io package example contains an example API used to demonstrate how to create api groups. | 
| 
          
            apiserver/pkg/apis/example/install
            
            
          
           Package install installs the certificates API group, making it available as an option to all of the API encoding/decoding machinery. | Package install installs the certificates API group, making it available as an option to all of the API encoding/decoding machinery. | 
| 
          
            apiserver/pkg/apis/example/v1
            
            
          
           +groupName=example.apiserver.k8s.io Package v1 is a generated protocol buffer package. | +groupName=example.apiserver.k8s.io Package v1 is a generated protocol buffer package. | 
| 
          
            apiserver/pkg/authentication/request/x509
            
            
          
           Package x509 provides a request authenticator that validates and extracts user information from client certificates | Package x509 provides a request authenticator that validates and extracts user information from client certificates | 
| 
          
            apiserver/pkg/authentication/user
            
            
          
           Package user contains utilities for dealing with simple user exchange in the auth packages. | Package user contains utilities for dealing with simple user exchange in the auth packages. | 
| 
          
            apiserver/pkg/endpoints
            
            
          
           Package endpoints contains the generic code that provides a RESTful Kubernetes-style API service. | Package endpoints contains the generic code that provides a RESTful Kubernetes-style API service. | 
| 
          
            apiserver/pkg/endpoints/filters
            
            
          
           Package filters contains all the http handler chain filters which _are_ api related, i.e. | Package filters contains all the http handler chain filters which _are_ api related, i.e. | 
| 
          
            apiserver/pkg/endpoints/handlers
            
            
          
           Package handlers contains HTTP handlers to implement the apiserver APIs. | Package handlers contains HTTP handlers to implement the apiserver APIs. | 
| 
          
            apiserver/pkg/endpoints/handlers/negotiation
            
            
          
           Package negotation contains media type negotiation logic. | Package negotation contains media type negotiation logic. | 
| 
          
            apiserver/pkg/endpoints/handlers/responsewriters
            
            
          
           Package responsewriters containers helpers to write responses in HTTP handlers. | Package responsewriters containers helpers to write responses in HTTP handlers. | 
| 
          
            apiserver/pkg/endpoints/request
            
            
          
           Package request contains everything around extracting info from a http request object. | Package request contains everything around extracting info from a http request object. | 
| 
          
            apiserver/pkg/registry
            
            
          
           Package registry contains the generic implementation of the storage and system logic. | Package registry contains the generic implementation of the storage and system logic. | 
| 
          
            apiserver/pkg/registry/generic
            
            
          
           Package generic provides a generic object store interface and a generic label/field matching type. | Package generic provides a generic object store interface and a generic label/field matching type. | 
| 
          
            apiserver/pkg/registry/generic/registry
            
            
          
           Package etcd has a generic implementation of a registry that stores things in etcd. | Package etcd has a generic implementation of a registry that stores things in etcd. | 
| 
          
            apiserver/pkg/registry/generic/rest
            
            
          
           Package rest has generic implementations of resources used for REST responses | Package rest has generic implementations of resources used for REST responses | 
| 
          
            apiserver/pkg/registry/rest
            
            
          
           Package rest defines common logic around changes to Kubernetes-style resources. | Package rest defines common logic around changes to Kubernetes-style resources. | 
| 
          
            apiserver/pkg/server
            
            
          
           Package server contains the plumbing to create kubernetes-like API server command. | Package server contains the plumbing to create kubernetes-like API server command. | 
| 
          
            apiserver/pkg/server/filters
            
            
          
           Package filters contains all the http handler chain filters which are not api related. | Package filters contains all the http handler chain filters which are not api related. | 
| 
          
            apiserver/pkg/server/healthz
            
            
          
           Package healthz implements basic http server health checking. | Package healthz implements basic http server health checking. | 
| 
          
            apiserver/pkg/server/httplog
            
            
          
           Package httplog contains a helper object and functions to maintain a log along with an http response. | Package httplog contains a helper object and functions to maintain a log along with an http response. | 
| 
          
            apiserver/pkg/server/mux
            
            
          
           Package mux contains abstractions for http multiplexing of APIs. | Package mux contains abstractions for http multiplexing of APIs. | 
| 
          
            apiserver/pkg/server/openapi
            
            
          
           Package openapi contains code to generate OpenAPI discovery spec (which initial version of it also known as Swagger 2.0). | Package openapi contains code to generate OpenAPI discovery spec (which initial version of it also known as Swagger 2.0). | 
| 
          
            apiserver/pkg/server/options
            
            
          
           package options is the public flags and options used by a generic api server. | package options is the public flags and options used by a generic api server. | 
| 
          
            apiserver/pkg/server/routes
            
            
          
           Package routes holds a collection of optional genericapiserver http handlers. | Package routes holds a collection of optional genericapiserver http handlers. | 
| 
          
            apiserver/pkg/server/storage
            
            
          
           Package storage contains the plumbing to setup the etcd storage of the apiserver. | Package storage contains the plumbing to setup the etcd storage of the apiserver. | 
| 
          
            apiserver/pkg/storage
            
            
          
           Interfaces for database-related operations. | Interfaces for database-related operations. | 
| 
          
            apiserver/pkg/storage/errors
            
            
          
           Package etcd provides conversion of etcd errors to API errors. | Package etcd provides conversion of etcd errors to API errors. | 
| 
          
            apiserver/pkg/storage/etcd/util
            
            
          
           Package util holds generic etcd-related utility functions that any user of ectd might want to use, without pulling in kubernetes-specific code. | Package util holds generic etcd-related utility functions that any user of ectd might want to use, without pulling in kubernetes-specific code. | 
| 
          
            apiserver/pkg/util/flushwriter
            
            
          
           Package flushwriter implements a wrapper for a writer that flushes on every write if that writer implements the io.Flusher interface | Package flushwriter implements a wrapper for a writer that flushes on every write if that writer implements the io.Flusher interface | 
| 
          
            apiserver/pkg/util/proxy
            
            
          
           Package proxy provides transport and upgrade support for proxies | Package proxy provides transport and upgrade support for proxies | 
| 
          
            apiserver/pkg/util/webhook
            
            
          
           Package webhook implements a generic HTTP webhook plugin. | Package webhook implements a generic HTTP webhook plugin. | 
| 
          
            apiserver/pkg/util/wsstream
            
            
          
           Package wsstream contains utilities for streaming content over WebSockets. | Package wsstream contains utilities for streaming content over WebSockets. | 
| 
          
            apiserver/plugin/pkg/authenticator
            
            
          
           Package authenticator contains implementations for pkg/auth/authenticator interfaces | Package authenticator contains implementations for pkg/auth/authenticator interfaces | 
| 
          
            apiserver/plugin/pkg/authenticator/password
            
            
          
           Package password contains authenticator.Password implementations | Package password contains authenticator.Password implementations | 
| 
          
            apiserver/plugin/pkg/authenticator/password/keystone
            
            
          
           Package keystone provides authentication via keystone. | Package keystone provides authentication via keystone. | 
| 
          
            apiserver/plugin/pkg/authenticator/token/oidc
            
            
          
           oidc implements the authenticator.Token interface using the OpenID Connect protocol. | oidc implements the authenticator.Token interface using the OpenID Connect protocol. | 
| 
          
            apiserver/plugin/pkg/authenticator/token/webhook
            
            
          
           Package webhook implements the authenticator.Token interface using HTTP webhooks. | Package webhook implements the authenticator.Token interface using HTTP webhooks. | 
| 
          
            apiserver/plugin/pkg/authorizer/webhook
            
            
          
           Package webhook implements the authorizer.Authorizer interface using HTTP webhooks. | Package webhook implements the authorizer.Authorizer interface using HTTP webhooks. | 
| 
          
            client-go/_vendor/cloud.google.com/go/compute/metadata
            
            
          
           Package metadata provides access to Google Compute Engine (GCE) metadata and API service accounts. | Package metadata provides access to Google Compute Engine (GCE) metadata and API service accounts. | 
| 
          
            client-go/_vendor/cloud.google.com/go/internal
            
            
          
           Package internal provides support for the cloud packages. | Package internal provides support for the cloud packages. | 
| 
          
            client-go/_vendor/github.com/PuerkitoBio/purell
            
            
          
           Package purell offers URL normalization as described on the wikipedia page: http://en.wikipedia.org/wiki/URL_normalization | Package purell offers URL normalization as described on the wikipedia page: http://en.wikipedia.org/wiki/URL_normalization | 
| 
          
            client-go/_vendor/github.com/PuerkitoBio/urlesc
            
            
          
           Package urlesc implements query escaping as per RFC 3986. | Package urlesc implements query escaping as per RFC 3986. | 
| 
          
            client-go/_vendor/github.com/davecgh/go-spew/spew
            
            
          
           Package spew implements a deep pretty printer for Go data structures to aid in debugging. | Package spew implements a deep pretty printer for Go data structures to aid in debugging. | 
| 
          
            client-go/_vendor/github.com/docker/distribution/digest
            
            
          
           Package digest provides a generalized type to opaquely represent message digests and their operations within the registry. | Package digest provides a generalized type to opaquely represent message digests and their operations within the registry. | 
| 
          
            client-go/_vendor/github.com/docker/distribution/reference
            
            
          
           Package reference provides a general type to represent any way of referencing images within the registry. | Package reference provides a general type to represent any way of referencing images within the registry. | 
| 
          
            client-go/_vendor/github.com/emicklei/go-restful
            
            
          
           Package restful, a lean package for creating REST-style WebServices without magic. | Package restful, a lean package for creating REST-style WebServices without magic. | 
| 
          
            client-go/_vendor/github.com/emicklei/go-restful/swagger
            
            
          
           Package swagger implements the structures of the Swagger https://github.com/wordnik/swagger-spec/blob/master/versions/1.2.md | Package swagger implements the structures of the Swagger https://github.com/wordnik/swagger-spec/blob/master/versions/1.2.md | 
| 
          
            client-go/_vendor/github.com/gogo/protobuf/proto
            
            
          
           Package proto converts data structures to and from the wire format of protocol buffers. | Package proto converts data structures to and from the wire format of protocol buffers. | 
| 
          
            client-go/_vendor/github.com/golang/glog
            
            
          
           Package glog implements logging analogous to the Google-internal C++ INFO/ERROR/V setup. | Package glog implements logging analogous to the Google-internal C++ INFO/ERROR/V setup. | 
| 
          
            client-go/_vendor/github.com/golang/groupcache/lru
            
            
          
           Package lru implements an LRU cache. | Package lru implements an LRU cache. | 
| 
          
            client-go/_vendor/github.com/golang/protobuf/proto
            
            
          
           Package proto converts data structures to and from the wire format of protocol buffers. | Package proto converts data structures to and from the wire format of protocol buffers. | 
| 
          
            client-go/_vendor/github.com/google/gofuzz
            
            
          
           Package fuzz is a library for populating go objects with random values. | Package fuzz is a library for populating go objects with random values. | 
| 
          
            client-go/_vendor/github.com/imdario/mergo
            
            
          
           Package mergo merges same-type structs and maps by setting default values in zero-value fields. | Package mergo merges same-type structs and maps by setting default values in zero-value fields. | 
| 
          
            client-go/_vendor/github.com/juju/ratelimit
            
            
          
           The ratelimit package provides an efficient token bucket implementation that can be used to limit the rate of arbitrary things. | The ratelimit package provides an efficient token bucket implementation that can be used to limit the rate of arbitrary things. | 
| 
          
            client-go/_vendor/github.com/mailru/easyjson/buffer
            
            
          
           Package buffer implements a buffer for serialization, consisting of a chain of []byte-s to reduce copying and to allow reuse of individual chunks. | Package buffer implements a buffer for serialization, consisting of a chain of []byte-s to reduce copying and to allow reuse of individual chunks. | 
| 
          
            client-go/_vendor/github.com/mailru/easyjson/jlexer
            
            
          
           Package jlexer contains a JSON lexer implementation. | Package jlexer contains a JSON lexer implementation. | 
| 
          
            client-go/_vendor/github.com/mailru/easyjson/jwriter
            
            
          
           Package jwriter contains a JSON writer. | Package jwriter contains a JSON writer. | 
| 
          
            client-go/_vendor/github.com/pmezard/go-difflib/difflib
            
            
          
           Package difflib is a partial port of Python difflib module. | Package difflib is a partial port of Python difflib module. | 
| 
          
            client-go/_vendor/github.com/spf13/pflag
            
            
          
           Package pflag is a drop-in replacement for Go's flag package, implementing POSIX/GNU-style --flags. | Package pflag is a drop-in replacement for Go's flag package, implementing POSIX/GNU-style --flags. | 
| 
          
            client-go/_vendor/github.com/stretchr/testify/assert
            
            
          
           Package assert provides a set of comprehensive testing tools for use with the normal Go testing system. | Package assert provides a set of comprehensive testing tools for use with the normal Go testing system. | 
| 
          
            client-go/_vendor/github.com/ugorji/go/codec
            
            
          
           High Performance, Feature-Rich Idiomatic Go codec/encoding library for binc, msgpack, cbor, json. | High Performance, Feature-Rich Idiomatic Go codec/encoding library for binc, msgpack, cbor, json. | 
| 
          
            client-go/_vendor/golang.org/x/crypto/ssh/terminal
            
            
          
           Package terminal provides support functions for dealing with terminals, as commonly found on UNIX systems. | Package terminal provides support functions for dealing with terminals, as commonly found on UNIX systems. | 
| 
          
            client-go/_vendor/golang.org/x/net/context
            
            
          
           Package context defines the Context type, which carries deadlines, cancelation signals, and other request-scoped values across API boundaries and between processes. | Package context defines the Context type, which carries deadlines, cancelation signals, and other request-scoped values across API boundaries and between processes. | 
| 
          
            client-go/_vendor/golang.org/x/net/context/ctxhttp
            
            
          
           Package ctxhttp provides helper functions for performing context-aware HTTP requests. | Package ctxhttp provides helper functions for performing context-aware HTTP requests. | 
| 
          
            client-go/_vendor/golang.org/x/net/http2
            
            
          
           Package http2 implements the HTTP/2 protocol. | Package http2 implements the HTTP/2 protocol. | 
| 
          
            client-go/_vendor/golang.org/x/net/http2/hpack
            
            
          
           Package hpack implements HPACK, a compression format for efficiently representing HTTP header fields in the context of HTTP/2. | Package hpack implements HPACK, a compression format for efficiently representing HTTP header fields in the context of HTTP/2. | 
| 
          
            client-go/_vendor/golang.org/x/net/idna
            
            
          
           Package idna implements IDNA2008 (Internationalized Domain Names for Applications), defined in RFC 5890, RFC 5891, RFC 5892, RFC 5893 and RFC 5894. | Package idna implements IDNA2008 (Internationalized Domain Names for Applications), defined in RFC 5890, RFC 5891, RFC 5892, RFC 5893 and RFC 5894. | 
| 
          
            client-go/_vendor/golang.org/x/net/lex/httplex
            
            
          
           Package httplex contains rules around lexical matters of various HTTP-related specifications. | Package httplex contains rules around lexical matters of various HTTP-related specifications. | 
| 
          
            client-go/_vendor/golang.org/x/oauth2
            
            
          
           Package oauth2 provides support for making OAuth2 authorized and authenticated HTTP requests. | Package oauth2 provides support for making OAuth2 authorized and authenticated HTTP requests. | 
| 
          
            client-go/_vendor/golang.org/x/oauth2/google
            
            
          
           Package google provides support for making OAuth2 authorized and authenticated HTTP requests to Google APIs. | Package google provides support for making OAuth2 authorized and authenticated HTTP requests to Google APIs. | 
| 
          
            client-go/_vendor/golang.org/x/oauth2/internal
            
            
          
           Package internal contains support packages for oauth2 package. | Package internal contains support packages for oauth2 package. | 
| 
          
            client-go/_vendor/golang.org/x/oauth2/jws
            
            
          
           Package jws provides a partial implementation of JSON Web Signature encoding and decoding. | Package jws provides a partial implementation of JSON Web Signature encoding and decoding. | 
| 
          
            client-go/_vendor/golang.org/x/oauth2/jwt
            
            
          
           Package jwt implements the OAuth 2.0 JSON Web Token flow, commonly known as "two-legged OAuth 2.0". | Package jwt implements the OAuth 2.0 JSON Web Token flow, commonly known as "two-legged OAuth 2.0". | 
| 
          
            client-go/_vendor/golang.org/x/sys/unix
            
            
          
           Package unix contains an interface to the low-level operating system primitives. | Package unix contains an interface to the low-level operating system primitives. | 
| 
          
            client-go/_vendor/golang.org/x/text/cases
            
            
          
           Package cases provides general and language-specific case mappers. | Package cases provides general and language-specific case mappers. | 
| 
          
            client-go/_vendor/golang.org/x/text/internal/tag
            
            
          
           Package tag contains functionality handling tags and related data. | Package tag contains functionality handling tags and related data. | 
| 
          
            client-go/_vendor/golang.org/x/text/language
            
            
          
           Package language implements BCP 47 language tags and related functionality. | Package language implements BCP 47 language tags and related functionality. | 
| 
          
            client-go/_vendor/golang.org/x/text/runes
            
            
          
           Package runes provide transforms for UTF-8 encoded text. | Package runes provide transforms for UTF-8 encoded text. | 
| 
          
            client-go/_vendor/golang.org/x/text/secure/bidirule
            
            
          
           Package bidirule implements the Bidi Rule defined by RFC 5893. | Package bidirule implements the Bidi Rule defined by RFC 5893. | 
| 
          
            client-go/_vendor/golang.org/x/text/secure/precis
            
            
          
           Package precis contains types and functions for the preparation, enforcement, and comparison of internationalized strings ("PRECIS") as defined in RFC 7564. | Package precis contains types and functions for the preparation, enforcement, and comparison of internationalized strings ("PRECIS") as defined in RFC 7564. | 
| 
          
            client-go/_vendor/golang.org/x/text/transform
            
            
          
           Package transform provides reader and writer wrappers that transform the bytes passing through as well as various transformations. | Package transform provides reader and writer wrappers that transform the bytes passing through as well as various transformations. | 
| 
          
            client-go/_vendor/golang.org/x/text/unicode/bidi
            
            
          
           Package bidi contains functionality for bidirectional text support. | Package bidi contains functionality for bidirectional text support. | 
| 
          
            client-go/_vendor/golang.org/x/text/unicode/norm
            
            
          
           Package norm contains types and functions for normalizing Unicode strings. | Package norm contains types and functions for normalizing Unicode strings. | 
| 
          
            client-go/_vendor/golang.org/x/text/width
            
            
          
           Package width provides functionality for handling different widths in text. | Package width provides functionality for handling different widths in text. | 
| 
          
            client-go/_vendor/google.golang.org/appengine
            
            
          
           Package appengine provides basic functionality for Google App Engine. | Package appengine provides basic functionality for Google App Engine. | 
| 
          
            client-go/_vendor/google.golang.org/appengine/internal
            
            
          
           Package internal provides support for package appengine. | Package internal provides support for package appengine. | 
| 
          
            client-go/_vendor/google.golang.org/appengine/internal/app_identity
            
            
          
           Package app_identity is a generated protocol buffer package. | Package app_identity is a generated protocol buffer package. | 
| 
          
            client-go/_vendor/google.golang.org/appengine/internal/base
            
            
          
           Package base is a generated protocol buffer package. | Package base is a generated protocol buffer package. | 
| 
          
            client-go/_vendor/google.golang.org/appengine/internal/datastore
            
            
          
           Package datastore is a generated protocol buffer package. | Package datastore is a generated protocol buffer package. | 
| 
          
            client-go/_vendor/google.golang.org/appengine/internal/log
            
            
          
           Package log is a generated protocol buffer package. | Package log is a generated protocol buffer package. | 
| 
          
            client-go/_vendor/google.golang.org/appengine/internal/modules
            
            
          
           Package modules is a generated protocol buffer package. | Package modules is a generated protocol buffer package. | 
| 
          
            client-go/_vendor/google.golang.org/appengine/internal/remote_api
            
            
          
           Package remote_api is a generated protocol buffer package. | Package remote_api is a generated protocol buffer package. | 
| 
          
            client-go/_vendor/gopkg.in/inf.v0
            
            
          
           Package inf (type inf.Dec) implements "infinite-precision" decimal arithmetic. | Package inf (type inf.Dec) implements "infinite-precision" decimal arithmetic. | 
| 
          
            client-go/_vendor/gopkg.in/yaml.v2
            
            
          
           Package yaml implements YAML support for the Go language. | Package yaml implements YAML support for the Go language. | 
| 
          
            client-go/_vendor/k8s.io/apimachinery/pkg/api/errors
            
            
          
           Package errors provides detailed error types for api field validation. | Package errors provides detailed error types for api field validation. | 
| 
          
            client-go/_vendor/k8s.io/apimachinery/pkg/api/meta
            
            
          
           Package meta provides functions for retrieving API metadata from objects belonging to the Kubernetes API TODO: move everything in this file to pkg/api/rest | Package meta provides functions for retrieving API metadata from objects belonging to the Kubernetes API TODO: move everything in this file to pkg/api/rest | 
| 
          
            client-go/_vendor/k8s.io/apimachinery/pkg/api/resource
            
            
          
           Package resource is a generated protocol buffer package. | Package resource is a generated protocol buffer package. | 
| 
          
            client-go/_vendor/k8s.io/apimachinery/pkg/apimachinery
            
            
          
           Package apimachinery contains the generic API machinery code that is common to both server and clients. | Package apimachinery contains the generic API machinery code that is common to both server and clients. | 
| 
          
            client-go/_vendor/k8s.io/apimachinery/pkg/apimachinery/announced
            
            
          
           Package announced contains tools for announcing API group factories. | Package announced contains tools for announcing API group factories. | 
| 
          
            client-go/_vendor/k8s.io/apimachinery/pkg/apimachinery/registered
            
            
          
           Package to keep track of API Versions that can be registered and are enabled in api.Scheme. | Package to keep track of API Versions that can be registered and are enabled in api.Scheme. | 
| 
          
            client-go/_vendor/k8s.io/apimachinery/pkg/apis/meta/v1
            
            
          
           +groupName=meta.k8s.io Package v1 is a generated protocol buffer package. | +groupName=meta.k8s.io Package v1 is a generated protocol buffer package. | 
| 
          
            client-go/_vendor/k8s.io/apimachinery/pkg/conversion
            
            
          
           Package conversion provides go object versioning. | Package conversion provides go object versioning. | 
| 
          
            client-go/_vendor/k8s.io/apimachinery/pkg/conversion/queryparams
            
            
          
           Package queryparams provides conversion from versioned runtime objects to URL query values | Package queryparams provides conversion from versioned runtime objects to URL query values | 
| 
          
            client-go/_vendor/k8s.io/apimachinery/pkg/fields
            
            
          
           Package fields implements a simple field system, parsing and matching selectors with sets of fields. | Package fields implements a simple field system, parsing and matching selectors with sets of fields. | 
| 
          
            client-go/_vendor/k8s.io/apimachinery/pkg/labels
            
            
          
           Package labels implements a simple label system, parsing and matching selectors with sets of labels. | Package labels implements a simple label system, parsing and matching selectors with sets of labels. | 
| 
          
            client-go/_vendor/k8s.io/apimachinery/pkg/openapi
            
            
          
           package openapi holds shared codes and types between open API code generator and spec generator. | package openapi holds shared codes and types between open API code generator and spec generator. | 
| 
          
            client-go/_vendor/k8s.io/apimachinery/pkg/runtime
            
            
          
           Defines conversions between generic types and structs to map query strings to struct objects. | Defines conversions between generic types and structs to map query strings to struct objects. | 
| 
          
            client-go/_vendor/k8s.io/apimachinery/pkg/runtime/schema
            
            
          
           Package schema is a generated protocol buffer package. | Package schema is a generated protocol buffer package. | 
| 
          
            client-go/_vendor/k8s.io/apimachinery/pkg/runtime/serializer/protobuf
            
            
          
           Package protobuf provides a Kubernetes serializer for the protobuf format. | Package protobuf provides a Kubernetes serializer for the protobuf format. | 
| 
          
            client-go/_vendor/k8s.io/apimachinery/pkg/runtime/serializer/streaming
            
            
          
           Package streaming implements encoder and decoder for streams of runtime.Objects over io.Writer/Readers. | Package streaming implements encoder and decoder for streams of runtime.Objects over io.Writer/Readers. | 
| 
          
            client-go/_vendor/k8s.io/apimachinery/pkg/types
            
            
          
           Package types implements various generic types used throughout kubernetes. | Package types implements various generic types used throughout kubernetes. | 
| 
          
            client-go/_vendor/k8s.io/apimachinery/pkg/util/errors
            
            
          
           Package errors implements various utility functions and types around errors. | Package errors implements various utility functions and types around errors. | 
| 
          
            client-go/_vendor/k8s.io/apimachinery/pkg/util/framer
            
            
          
           Package framer implements simple frame decoding techniques for an io.ReadCloser | Package framer implements simple frame decoding techniques for an io.ReadCloser | 
| 
          
            client-go/_vendor/k8s.io/apimachinery/pkg/util/httpstream
            
            
          
           Package httpstream adds multiplexed streaming support to HTTP requests and responses via connection upgrades. | Package httpstream adds multiplexed streaming support to HTTP requests and responses via connection upgrades. | 
| 
          
            client-go/_vendor/k8s.io/apimachinery/pkg/util/intstr
            
            
          
           Package intstr is a generated protocol buffer package. | Package intstr is a generated protocol buffer package. | 
| 
          
            client-go/_vendor/k8s.io/apimachinery/pkg/util/rand
            
            
          
           Package rand provides utilities related to randomization. | Package rand provides utilities related to randomization. | 
| 
          
            client-go/_vendor/k8s.io/apimachinery/pkg/util/sets
            
            
          
           Package sets has auto-generated set types. | Package sets has auto-generated set types. | 
| 
          
            client-go/_vendor/k8s.io/apimachinery/pkg/util/wait
            
            
          
           Package wait provides tools for polling or listening for changes to a condition. | Package wait provides tools for polling or listening for changes to a condition. | 
| 
          
            client-go/_vendor/k8s.io/apimachinery/pkg/version
            
            
          
           Package version supplies the type for version information collected at build time. | Package version supplies the type for version information collected at build time. | 
| 
          
            client-go/_vendor/k8s.io/apimachinery/pkg/watch
            
            
          
           Package watch contains a generic watchable interface, and a fake for testing code that uses the watch interface. | Package watch contains a generic watchable interface, and a fake for testing code that uses the watch interface. | 
| 
          
            client-go/_vendor/k8s.io/apimachinery/third_party/forked/golang/json
            
            
          
           Package json is forked from the Go standard library to enable us to find the field of a struct that a given JSON key maps to. | Package json is forked from the Go standard library to enable us to find the field of a struct that a given JSON key maps to. | 
| 
          
            client-go/_vendor/k8s.io/apimachinery/third_party/forked/golang/reflect
            
            
          
           Package reflect is a fork of go's standard library reflection package, which allows for deep equal with equality functions defined. | Package reflect is a fork of go's standard library reflection package, which allows for deep equal with equality functions defined. | 
| 
          
            client-go/dynamic
            
            
          
           Package dynamic provides a client interface to arbitrary Kubernetes APIs that exposes common high level operations and exposes common metadata. | Package dynamic provides a client interface to arbitrary Kubernetes APIs that exposes common high level operations and exposes common metadata. | 
| 
          
            client-go/examples/in-cluster
            
            command
          
          
         | |
| 
          
            client-go/kubernetes
            
            
          
           This package has the automatically generated clientset. | This package has the automatically generated clientset. | 
| 
          
            client-go/kubernetes/fake
            
            
          
           This package has the automatically generated fake clientset. | This package has the automatically generated fake clientset. | 
| 
          
            client-go/kubernetes/typed/apps/v1beta1
            
            
          
           This package has the automatically generated typed clients. | This package has the automatically generated typed clients. | 
| 
          
            client-go/kubernetes/typed/apps/v1beta1/fake
            
            
          
           Package fake has the automatically generated clients. | Package fake has the automatically generated clients. | 
| 
          
            client-go/kubernetes/typed/authentication/v1
            
            
          
           This package has the automatically generated typed clients. | This package has the automatically generated typed clients. | 
| 
          
            client-go/kubernetes/typed/authentication/v1/fake
            
            
          
           Package fake has the automatically generated clients. | Package fake has the automatically generated clients. | 
| 
          
            client-go/kubernetes/typed/authentication/v1beta1
            
            
          
           This package has the automatically generated typed clients. | This package has the automatically generated typed clients. | 
| 
          
            client-go/kubernetes/typed/authentication/v1beta1/fake
            
            
          
           Package fake has the automatically generated clients. | Package fake has the automatically generated clients. | 
| 
          
            client-go/kubernetes/typed/authorization/v1
            
            
          
           This package has the automatically generated typed clients. | This package has the automatically generated typed clients. | 
| 
          
            client-go/kubernetes/typed/authorization/v1/fake
            
            
          
           Package fake has the automatically generated clients. | Package fake has the automatically generated clients. | 
| 
          
            client-go/kubernetes/typed/authorization/v1beta1
            
            
          
           This package has the automatically generated typed clients. | This package has the automatically generated typed clients. | 
| 
          
            client-go/kubernetes/typed/authorization/v1beta1/fake
            
            
          
           Package fake has the automatically generated clients. | Package fake has the automatically generated clients. | 
| 
          
            client-go/kubernetes/typed/autoscaling/v1
            
            
          
           This package has the automatically generated typed clients. | This package has the automatically generated typed clients. | 
| 
          
            client-go/kubernetes/typed/autoscaling/v1/fake
            
            
          
           Package fake has the automatically generated clients. | Package fake has the automatically generated clients. | 
| 
          
            client-go/kubernetes/typed/autoscaling/v2alpha1
            
            
          
           This package has the automatically generated typed clients. | This package has the automatically generated typed clients. | 
| 
          
            client-go/kubernetes/typed/autoscaling/v2alpha1/fake
            
            
          
           Package fake has the automatically generated clients. | Package fake has the automatically generated clients. | 
| 
          
            client-go/kubernetes/typed/batch/v1
            
            
          
           This package has the automatically generated typed clients. | This package has the automatically generated typed clients. | 
| 
          
            client-go/kubernetes/typed/batch/v1/fake
            
            
          
           Package fake has the automatically generated clients. | Package fake has the automatically generated clients. | 
| 
          
            client-go/kubernetes/typed/batch/v2alpha1
            
            
          
           This package has the automatically generated typed clients. | This package has the automatically generated typed clients. | 
| 
          
            client-go/kubernetes/typed/batch/v2alpha1/fake
            
            
          
           Package fake has the automatically generated clients. | Package fake has the automatically generated clients. | 
| 
          
            client-go/kubernetes/typed/certificates/v1beta1
            
            
          
           This package has the automatically generated typed clients. | This package has the automatically generated typed clients. | 
| 
          
            client-go/kubernetes/typed/certificates/v1beta1/fake
            
            
          
           Package fake has the automatically generated clients. | Package fake has the automatically generated clients. | 
| 
          
            client-go/kubernetes/typed/core/v1
            
            
          
           This package has the automatically generated typed clients. | This package has the automatically generated typed clients. | 
| 
          
            client-go/kubernetes/typed/core/v1/fake
            
            
          
           Package fake has the automatically generated clients. | Package fake has the automatically generated clients. | 
| 
          
            client-go/kubernetes/typed/extensions/v1beta1
            
            
          
           This package has the automatically generated typed clients. | This package has the automatically generated typed clients. | 
| 
          
            client-go/kubernetes/typed/extensions/v1beta1/fake
            
            
          
           Package fake has the automatically generated clients. | Package fake has the automatically generated clients. | 
| 
          
            client-go/kubernetes/typed/policy/v1beta1
            
            
          
           This package has the automatically generated typed clients. | This package has the automatically generated typed clients. | 
| 
          
            client-go/kubernetes/typed/policy/v1beta1/fake
            
            
          
           Package fake has the automatically generated clients. | Package fake has the automatically generated clients. | 
| 
          
            client-go/kubernetes/typed/rbac/v1alpha1
            
            
          
           This package has the automatically generated typed clients. | This package has the automatically generated typed clients. | 
| 
          
            client-go/kubernetes/typed/rbac/v1alpha1/fake
            
            
          
           Package fake has the automatically generated clients. | Package fake has the automatically generated clients. | 
| 
          
            client-go/kubernetes/typed/rbac/v1beta1
            
            
          
           This package has the automatically generated typed clients. | This package has the automatically generated typed clients. | 
| 
          
            client-go/kubernetes/typed/rbac/v1beta1/fake
            
            
          
           Package fake has the automatically generated clients. | Package fake has the automatically generated clients. | 
| 
          
            client-go/kubernetes/typed/storage/v1beta1
            
            
          
           This package has the automatically generated typed clients. | This package has the automatically generated typed clients. | 
| 
          
            client-go/kubernetes/typed/storage/v1beta1/fake
            
            
          
           Package fake has the automatically generated clients. | Package fake has the automatically generated clients. | 
| 
          
            client-go/pkg/api
            
            
          
           Package api contains the latest (or "internal") version of the Kubernetes API objects. | Package api contains the latest (or "internal") version of the Kubernetes API objects. | 
| 
          
            client-go/pkg/api/install
            
            
          
           Package install installs the v1 monolithic api, making it available as an option to all of the API encoding/decoding machinery. | Package install installs the v1 monolithic api, making it available as an option to all of the API encoding/decoding machinery. | 
| 
          
            client-go/pkg/api/v1
            
            
          
           Package v1 is the v1 version of the API. | Package v1 is the v1 version of the API. | 
| 
          
            client-go/pkg/apis/apps/install
            
            
          
           Package install installs the apps API group, making it available as an option to all of the API encoding/decoding machinery. | Package install installs the apps API group, making it available as an option to all of the API encoding/decoding machinery. | 
| 
          
            client-go/pkg/apis/apps/v1beta1
            
            
          
           Package v1beta1 is a generated protocol buffer package. | Package v1beta1 is a generated protocol buffer package. | 
| 
          
            client-go/pkg/apis/authentication
            
            
          
           +groupName=authentication.k8s.io | +groupName=authentication.k8s.io | 
| 
          
            client-go/pkg/apis/authentication/install
            
            
          
           Package install installs the experimental API group, making it available as an option to all of the API encoding/decoding machinery. | Package install installs the experimental API group, making it available as an option to all of the API encoding/decoding machinery. | 
| 
          
            client-go/pkg/apis/authentication/v1
            
            
          
           +groupName=authentication.k8s.io Package v1 is a generated protocol buffer package. | +groupName=authentication.k8s.io Package v1 is a generated protocol buffer package. | 
| 
          
            client-go/pkg/apis/authentication/v1beta1
            
            
          
           +groupName=authentication.k8s.io Package v1beta1 is a generated protocol buffer package. | +groupName=authentication.k8s.io Package v1beta1 is a generated protocol buffer package. | 
| 
          
            client-go/pkg/apis/authorization
            
            
          
           +groupName=authorization.k8s.io | +groupName=authorization.k8s.io | 
| 
          
            client-go/pkg/apis/authorization/install
            
            
          
           Package install installs the experimental API group, making it available as an option to all of the API encoding/decoding machinery. | Package install installs the experimental API group, making it available as an option to all of the API encoding/decoding machinery. | 
| 
          
            client-go/pkg/apis/authorization/v1
            
            
          
           +groupName=authorization.k8s.io Package v1 is a generated protocol buffer package. | +groupName=authorization.k8s.io Package v1 is a generated protocol buffer package. | 
| 
          
            client-go/pkg/apis/authorization/v1beta1
            
            
          
           +groupName=authorization.k8s.io Package v1beta1 is a generated protocol buffer package. | +groupName=authorization.k8s.io Package v1beta1 is a generated protocol buffer package. | 
| 
          
            client-go/pkg/apis/autoscaling/install
            
            
          
           Package install installs the experimental API group, making it available as an option to all of the API encoding/decoding machinery. | Package install installs the experimental API group, making it available as an option to all of the API encoding/decoding machinery. | 
| 
          
            client-go/pkg/apis/autoscaling/v1
            
            
          
           Package v1 is a generated protocol buffer package. | Package v1 is a generated protocol buffer package. | 
| 
          
            client-go/pkg/apis/autoscaling/v2alpha1
            
            
          
           Package v2alpha1 is a generated protocol buffer package. | Package v2alpha1 is a generated protocol buffer package. | 
| 
          
            client-go/pkg/apis/batch/install
            
            
          
           Package install installs the batch API group, making it available as an option to all of the API encoding/decoding machinery. | Package install installs the batch API group, making it available as an option to all of the API encoding/decoding machinery. | 
| 
          
            client-go/pkg/apis/batch/v1
            
            
          
           Package v1 is a generated protocol buffer package. | Package v1 is a generated protocol buffer package. | 
| 
          
            client-go/pkg/apis/batch/v2alpha1
            
            
          
           Package v2alpha1 is a generated protocol buffer package. | Package v2alpha1 is a generated protocol buffer package. | 
| 
          
            client-go/pkg/apis/certificates
            
            
          
           +groupName=certificates.k8s.io | +groupName=certificates.k8s.io | 
| 
          
            client-go/pkg/apis/certificates/install
            
            
          
           Package install installs the certificates API group, making it available as an option to all of the API encoding/decoding machinery. | Package install installs the certificates API group, making it available as an option to all of the API encoding/decoding machinery. | 
| 
          
            client-go/pkg/apis/certificates/v1beta1
            
            
          
           +groupName=certificates.k8s.io Package v1beta1 is a generated protocol buffer package. | +groupName=certificates.k8s.io Package v1beta1 is a generated protocol buffer package. | 
| 
          
            client-go/pkg/apis/extensions/install
            
            
          
           Package install installs the experimental API group, making it available as an option to all of the API encoding/decoding machinery. | Package install installs the experimental API group, making it available as an option to all of the API encoding/decoding machinery. | 
| 
          
            client-go/pkg/apis/extensions/v1beta1
            
            
          
           Package v1beta1 is a generated protocol buffer package. | Package v1beta1 is a generated protocol buffer package. | 
| 
          
            client-go/pkg/apis/policy/install
            
            
          
           Package install installs the experimental API group, making it available as an option to all of the API encoding/decoding machinery. | Package install installs the experimental API group, making it available as an option to all of the API encoding/decoding machinery. | 
| 
          
            client-go/pkg/apis/policy/v1beta1
            
            
          
           Package policy is for any kind of policy object. | Package policy is for any kind of policy object. | 
| 
          
            client-go/pkg/apis/rbac
            
            
          
           +groupName=rbac.authorization.k8s.io | +groupName=rbac.authorization.k8s.io | 
| 
          
            client-go/pkg/apis/rbac/install
            
            
          
           Package install installs the batch API group, making it available as an option to all of the API encoding/decoding machinery. | Package install installs the batch API group, making it available as an option to all of the API encoding/decoding machinery. | 
| 
          
            client-go/pkg/apis/rbac/v1alpha1
            
            
          
           +groupName=rbac.authorization.k8s.io Package v1alpha1 is a generated protocol buffer package. | +groupName=rbac.authorization.k8s.io Package v1alpha1 is a generated protocol buffer package. | 
| 
          
            client-go/pkg/apis/rbac/v1beta1
            
            
          
           +groupName=rbac.authorization.k8s.io Package v1beta1 is a generated protocol buffer package. | +groupName=rbac.authorization.k8s.io Package v1beta1 is a generated protocol buffer package. | 
| 
          
            client-go/pkg/apis/storage
            
            
          
           +groupName=storage.k8s.io | +groupName=storage.k8s.io | 
| 
          
            client-go/pkg/apis/storage/install
            
            
          
           Package install installs the experimental API group, making it available as an option to all of the API encoding/decoding machinery. | Package install installs the experimental API group, making it available as an option to all of the API encoding/decoding machinery. | 
| 
          
            client-go/pkg/apis/storage/v1beta1
            
            
          
           +groupName=storage.k8s.io Package v1beta1 is a generated protocol buffer package. | +groupName=storage.k8s.io Package v1beta1 is a generated protocol buffer package. | 
| 
          
            client-go/pkg/util
            
            
          
           Package util implements various utility functions used in both testing and implementation of Kubernetes. | Package util implements various utility functions used in both testing and implementation of Kubernetes. | 
| 
          
            client-go/pkg/util/labels
            
            
          
           Package labels provides utilities to work with Kubernetes labels. | Package labels provides utilities to work with Kubernetes labels. | 
| 
          
            client-go/pkg/version
            
            
          
           Package version supplies version information collected at build time to kubernetes components. | Package version supplies version information collected at build time to kubernetes components. | 
| 
          
            client-go/rest/fake
            
            
          
           This is made a separate package and should only be imported by tests, because it imports testapi | This is made a separate package and should only be imported by tests, because it imports testapi | 
| 
          
            client-go/third_party/forked/golang/template
            
            
          
           This package is copied from Go library text/template. | This package is copied from Go library text/template. | 
| 
          
            client-go/tools/auth
            
            
          
           Package auth defines a file format for holding authentication information needed by clients of Kubernetes. | Package auth defines a file format for holding authentication information needed by clients of Kubernetes. | 
| 
          
            client-go/tools/cache
            
            
          
           Package cache is a client-side caching mechanism. | Package cache is a client-side caching mechanism. | 
| 
          
            client-go/tools/clientcmd
            
            
          
           Package clientcmd provides one stop shopping for building a working client from a fixed config, from a .kubeconfig file, from command line flags, or from any merged combination. | Package clientcmd provides one stop shopping for building a working client from a fixed config, from a .kubeconfig file, from command line flags, or from any merged combination. | 
| 
          
            client-go/tools/metrics
            
            
          
           Package metrics provides abstractions for registering which metrics to record. | Package metrics provides abstractions for registering which metrics to record. | 
| 
          
            client-go/tools/portforward
            
            
          
           Package portforward adds support for SSH-like port forwarding from the client's local host to remote containers. | Package portforward adds support for SSH-like port forwarding from the client's local host to remote containers. | 
| 
          
            client-go/tools/record
            
            
          
           Package record has all client logic for recording and reporting events. | Package record has all client logic for recording and reporting events. | 
| 
          
            client-go/util/cert/triple
            
            
          
           Package triple generates key-certificate pairs for the triple (CA, Server, Client). | Package triple generates key-certificate pairs for the triple (CA, Server, Client). | 
| 
          
            client-go/util/jsonpath
            
            
          
           package jsonpath is a template engine using jsonpath syntax, which can be seen at http://goessner.net/articles/JsonPath/. | package jsonpath is a template engine using jsonpath syntax, which can be seen at http://goessner.net/articles/JsonPath/. | 
| 
          
            client-go/util/workqueue
            
            
          
           Package workqueue provides a simple queue that supports the following features: * Fair: items processed in the order in which they are added. | Package workqueue provides a simple queue that supports the following features: * Fair: items processed in the order in which they are added. | 
| 
          
            kube-aggregator
            
            command
          
          
         | |
| 
          
            kube-aggregator/pkg/apis/apiregistration
            
            
          
           Package api is the internal version of the API. | Package api is the internal version of the API. | 
| 
          
            kube-aggregator/pkg/apis/apiregistration/v1alpha1
            
            
          
           Package v1alpha1 is the v1alpha1 version of the API. | Package v1alpha1 is the v1alpha1 version of the API. | 
| 
          
            kube-aggregator/pkg/client/clientset_generated/clientset
            
            
          
           This package has the automatically generated clientset. | This package has the automatically generated clientset. | 
| 
          
            kube-aggregator/pkg/client/clientset_generated/clientset/fake
            
            
          
           This package has the automatically generated fake clientset. | This package has the automatically generated fake clientset. | 
| 
          
            kube-aggregator/pkg/client/clientset_generated/clientset/typed/apiregistration/v1alpha1
            
            
          
           This package has the automatically generated typed clients. | This package has the automatically generated typed clients. | 
| 
          
            kube-aggregator/pkg/client/clientset_generated/clientset/typed/apiregistration/v1alpha1/fake
            
            
          
           Package fake has the automatically generated clients. | Package fake has the automatically generated clients. | 
| 
          
            kube-aggregator/pkg/client/clientset_generated/internalclientset
            
            
          
           This package has the automatically generated clientset. | This package has the automatically generated clientset. | 
| 
          
            kube-aggregator/pkg/client/clientset_generated/internalclientset/fake
            
            
          
           This package has the automatically generated fake clientset. | This package has the automatically generated fake clientset. | 
| 
          
            kube-aggregator/pkg/client/clientset_generated/internalclientset/typed/apiregistration/internalversion
            
            
          
           This package has the automatically generated typed clients. | This package has the automatically generated typed clients. | 
| 
          
            kube-aggregator/pkg/client/clientset_generated/internalclientset/typed/apiregistration/internalversion/fake
            
            
          
           Package fake has the automatically generated clients. | Package fake has the automatically generated clients. | 
| 
          
            sample-apiserver
            
            command
          
          
         | |
| 
          
            sample-apiserver/pkg/apis/wardle
            
            
          
           Package api is the internal version of the API. | Package api is the internal version of the API. | 
| 
          
            sample-apiserver/pkg/apis/wardle/v1alpha1
            
            
          
           Package v1alpha1 is the v1alpha1 version of the API. | Package v1alpha1 is the v1alpha1 version of the API. | 
 Click to show internal directories. 
   Click to hide internal directories.