Imports of package internalversion

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
crypto/x509Package x509 implements a subset of the X.509 standard.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/fatih/camelcasePackage camelcase is a micro package to split the words of a camelcase type string into a slice of words.
github.com/golang/glogPackage glog implements logging analogous to the Google-internal C++ INFO/ERROR/V setup.
ioPackage io provides basic interfaces to I/O primitives.
k8s.io/api/apps/v1
k8s.io/api/apps/v1beta1
k8s.io/api/autoscaling/v2beta1
k8s.io/api/batch/v1+k8s:deepcopy-gen=package +k8s:protobuf-gen=package +k8s:openapi-gen=true +k8s:prerelease-lifecycle-gen=true
k8s.io/api/batch/v1beta1
k8s.io/api/certificates/v1beta1
k8s.io/api/core/v1Package v1 is the v1 version of the core API.
k8s.io/api/extensions/v1beta1
k8s.io/api/rbac/v1
k8s.io/api/rbac/v1beta1
k8s.io/api/storage/v1
k8s.io/apimachinery/pkg/api/errorsPackage errors provides detailed error types for api field validation.
k8s.io/apimachinery/pkg/api/metaPackage meta provides functions for retrieving API metadata from objects belonging to the Kubernetes API
k8s.io/apimachinery/pkg/api/resource
k8s.io/apimachinery/pkg/apis/meta/v1Package v1 contains API types that are common to all versions.
k8s.io/apimachinery/pkg/apis/meta/v1beta1package v1beta1 is alpha objects from meta that will be introduced.
k8s.io/apimachinery/pkg/fieldsPackage fields implements a simple field system, parsing and matching selectors with sets of fields.
k8s.io/apimachinery/pkg/labelsPackage labels implements a simple label system, parsing and matching selectors with sets of labels.
k8s.io/apimachinery/pkg/runtimePackage runtime defines conversions between generic types and structs to map query strings to struct objects.
k8s.io/apimachinery/pkg/runtime/schema
k8s.io/apimachinery/pkg/typesPackage types implements various generic types used throughout kubernetes.
k8s.io/apimachinery/pkg/util/duration
k8s.io/apimachinery/pkg/util/intstr
k8s.io/apimachinery/pkg/util/setsPackage sets has generic set and specified sets.
k8s.io/client-go/dynamic
k8s.io/client-go/kubernetesPackage kubernetes holds packages which implement a clientset for Kubernetes APIs.
k8s.io/client-go/rest
k8s.io/kubernetes/pkg/api/events
k8s.io/kubernetes/pkg/api/legacyscheme
k8s.io/kubernetes/pkg/api/ref
k8s.io/kubernetes/pkg/api/resource
k8s.io/kubernetes/pkg/apis/apps
k8s.io/kubernetes/pkg/apis/autoscaling
k8s.io/kubernetes/pkg/apis/batch
k8s.io/kubernetes/pkg/apis/certificates
k8s.io/kubernetes/pkg/apis/corePackage core contains the latest (or "internal") version of the Kubernetes API objects.
k8s.io/kubernetes/pkg/apis/core/helper
k8s.io/kubernetes/pkg/apis/core/helper/qosNOTE: DO NOT use those helper functions through client-go, the package path will be changed in the future.
k8s.io/kubernetes/pkg/apis/extensions
k8s.io/kubernetes/pkg/apis/networking
k8s.io/kubernetes/pkg/apis/policy
k8s.io/kubernetes/pkg/apis/rbac
k8s.io/kubernetes/pkg/apis/rbac/v1
k8s.io/kubernetes/pkg/apis/scheduling
k8s.io/kubernetes/pkg/apis/storage
k8s.io/kubernetes/pkg/apis/storage/util
k8s.io/kubernetes/pkg/client/clientset_generated/internalclientset
k8s.io/kubernetes/pkg/client/clientset_generated/internalclientset/typed/core/internalversion
k8s.io/kubernetes/pkg/controller/deployment/util
k8s.io/kubernetes/pkg/fieldpathPackage fieldpath supplies methods for extracting fields from objects given a path to a field.
k8s.io/kubernetes/pkg/printers
k8s.io/kubernetes/pkg/registry/rbac/validation
k8s.io/kubernetes/pkg/util/node
k8s.io/kubernetes/pkg/util/slicePackage slice provides utility methods for common operations on slices.
netPackage net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets.
net/urlPackage url parses URLs and implements query escaping.
reflectPackage reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types.
sortPackage sort provides primitives for sorting slices and user-defined collections.
strconvPackage strconv implements conversions to and from string representations of basic data types.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
text/tabwriterPackage tabwriter implements a write filter (tabwriter.Writer) that translates tabbed columns in input into properly aligned text.
timePackage time provides functionality for measuring and displaying time.