Directories ¶
Path | Synopsis |
---|---|
github.com
|
|
docker/docker/api/types
Package types is used for API stability in the types and response to the consumers of the API stats endpoint.
|
Package types is used for API stability in the types and response to the consumers of the API stats endpoint. |
docker/docker/api/types/backend
Package backend includes types to send information to server backends.
|
Package backend includes types to send information to server backends. |
docker/docker/api/types/filters
Package filters provides tools for encoding a mapping of keys to a set of multiple values.
|
Package filters provides tools for encoding a mapping of keys to a set of multiple values. |
docker/docker/api/types/plugins/logdriver
Package logdriver is a generated protocol buffer package.
|
Package logdriver is a generated protocol buffer package. |
docker/docker/api/types/swarm/runtime
Package runtime is a generated protocol buffer package.
|
Package runtime is a generated protocol buffer package. |
docker/docker/api/types/versions/v1p19
Package v1p19 provides specific API types for the API version 1, patch 19.
|
Package v1p19 provides specific API types for the API version 1, patch 19. |
docker/docker/api/types/versions/v1p20
Package v1p20 provides specific API types for the API version 1, patch 20.
|
Package v1p20 provides specific API types for the API version 1, patch 20. |
docker/docker/builder
Package builder defines interfaces for any Docker builder to implement.
|
Package builder defines interfaces for any Docker builder to implement. |
docker/docker/builder/dockerfile
Package dockerfile is the evaluation step in the Dockerfile parse/evaluate pipeline.
|
Package dockerfile is the evaluation step in the Dockerfile parse/evaluate pipeline. |
docker/docker/builder/remotecontext
Package remotecontext is a generated protocol buffer package.
|
Package remotecontext is a generated protocol buffer package. |
docker/docker/client
Package client is a Go client for the Docker Engine API.
|
Package client is a Go client for the Docker Engine API. |
docker/docker/daemon
Package daemon exposes the functions that occur on the host server that the Docker daemon is running.
|
Package daemon exposes the functions that occur on the host server that the Docker daemon is running. |
docker/docker/daemon/logger
Package logger defines interfaces that logger drivers implement to log messages.
|
Package logger defines interfaces that logger drivers implement to log messages. |
docker/docker/daemon/logger/awslogs
Package awslogs provides the logdriver for forwarding container logs to Amazon CloudWatch Logs
|
Package awslogs provides the logdriver for forwarding container logs to Amazon CloudWatch Logs |
docker/docker/daemon/logger/etwlogs
Package etwlogs provides a log driver for forwarding container logs as ETW events.(ETW stands for Event Tracing for Windows) A client can then create an ETW listener to listen for events that are sent by the ETW provider that we register, using the provider's GUID "a3693192-9ed6-46d2-a981-f8226c8363bd".
|
Package etwlogs provides a log driver for forwarding container logs as ETW events.(ETW stands for Event Tracing for Windows) A client can then create an ETW listener to listen for events that are sent by the ETW provider that we register, using the provider's GUID "a3693192-9ed6-46d2-a981-f8226c8363bd". |
docker/docker/daemon/logger/fluentd
Package fluentd provides the log driver for forwarding server logs to fluentd endpoints.
|
Package fluentd provides the log driver for forwarding server logs to fluentd endpoints. |
docker/docker/daemon/logger/gelf
Package gelf provides the log driver for forwarding server logs to endpoints that support the Graylog Extended Log Format.
|
Package gelf provides the log driver for forwarding server logs to endpoints that support the Graylog Extended Log Format. |
docker/docker/daemon/logger/journald
Package journald provides the log driver for forwarding server logs to endpoints that receive the systemd format.
|
Package journald provides the log driver for forwarding server logs to endpoints that receive the systemd format. |
docker/docker/daemon/logger/jsonfilelog
Package jsonfilelog provides the default Logger implementation for Docker logging.
|
Package jsonfilelog provides the default Logger implementation for Docker logging. |
docker/docker/daemon/logger/local
Package local provides a logger implementation that stores logs on disk.
|
Package local provides a logger implementation that stores logs on disk. |
docker/docker/daemon/logger/logentries
Package logentries provides the log driver for forwarding server logs to logentries endpoints.
|
Package logentries provides the log driver for forwarding server logs to logentries endpoints. |
docker/docker/daemon/logger/splunk
Package splunk provides the log driver for forwarding server logs to Splunk HTTP Event Collector endpoint.
|
Package splunk provides the log driver for forwarding server logs to Splunk HTTP Event Collector endpoint. |
docker/docker/daemon/logger/syslog
Package syslog provides the logdriver for forwarding server logs to syslog endpoints.
|
Package syslog provides the logdriver for forwarding server logs to syslog endpoints. |
docker/docker/dockerversion
Package dockerversion is auto-generated at build-time
|
Package dockerversion is auto-generated at build-time |
docker/docker/errdefs
Package errdefs defines a set of error interfaces that packages should use for communicating classes of errors.
|
Package errdefs defines a set of error interfaces that packages should use for communicating classes of errors. |
docker/docker/integration
Package integration provides integrations tests for Moby (API).
|
Package integration provides integrations tests for Moby (API). |
docker/docker/integration-cli/checker
Package checker provides Docker specific implementations of the go-check.Checker interface.
|
Package checker provides Docker specific implementations of the go-check.Checker interface. |
docker/docker/layer
Package layer is package for managing read-only and read-write mounts on the union file system driver.
|
Package layer is package for managing read-only and read-write mounts on the union file system driver. |
docker/docker/pkg/aaparser
Package aaparser is a convenience package interacting with `apparmor_parser`.
|
Package aaparser is a convenience package interacting with `apparmor_parser`. |
docker/docker/pkg/filenotify
Package filenotify provides a mechanism for watching file(s) for changes.
|
Package filenotify provides a mechanism for watching file(s) for changes. |
docker/docker/pkg/locker
Package locker provides a mechanism for creating finer-grained locking to help free up more global locks to handle other tasks.
|
Package locker provides a mechanism for creating finer-grained locking to help free up more global locks to handle other tasks. |
docker/docker/pkg/parsers
Package parsers provides helper functions to parse and validate different type of string.
|
Package parsers provides helper functions to parse and validate different type of string. |
docker/docker/pkg/parsers/kernel
Package kernel provides helper function to get, parse and compare kernel versions for different platforms.
|
Package kernel provides helper function to get, parse and compare kernel versions for different platforms. |
docker/docker/pkg/parsers/operatingsystem
Package operatingsystem provides helper function to get the operating system name for different platforms.
|
Package operatingsystem provides helper function to get the operating system name for different platforms. |
docker/docker/pkg/pidfile
Package pidfile provides structure and helper functions to create and remove PID file.
|
Package pidfile provides structure and helper functions to create and remove PID file. |
docker/docker/pkg/platform
Package platform provides helper function to get the runtime architecture for different platforms.
|
Package platform provides helper function to get the runtime architecture for different platforms. |
docker/docker/pkg/plugins
Package plugins provides structures and helper functions to manage Docker plugins.
|
Package plugins provides structures and helper functions to manage Docker plugins. |
docker/docker/pkg/pools
Package pools provides a collection of pools which provide various data types with buffers.
|
Package pools provides a collection of pools which provide various data types with buffers. |
docker/docker/pkg/signal
Package signal provides helper functions for dealing with signals across various operating systems.
|
Package signal provides helper functions for dealing with signals across various operating systems. |
docker/docker/pkg/streamformatter
Package streamformatter provides helper functions to format a stream.
|
Package streamformatter provides helper functions to format a stream. |
docker/docker/pkg/stringid
Package stringid provides helper functions for dealing with string identifiers
|
Package stringid provides helper functions for dealing with string identifiers |
docker/docker/pkg/tailfile
Package tailfile provides helper functions to read the nth lines of any ReadSeeker.
|
Package tailfile provides helper functions to read the nth lines of any ReadSeeker. |
docker/docker/pkg/tarsum
Package tarsum provides algorithms to perform checksum calculation on filesystem layers.
|
Package tarsum provides algorithms to perform checksum calculation on filesystem layers. |
docker/docker/pkg/term
Package term provides structures and helper functions to work with terminal (state, sizes).
|
Package term provides structures and helper functions to work with terminal (state, sizes). |
docker/docker/pkg/truncindex
Package truncindex provides a general 'index tree', used by Docker in order to be able to reference containers by only a few unambiguous characters of their id.
|
Package truncindex provides a general 'index tree', used by Docker in order to be able to reference containers by only a few unambiguous characters of their id. |
docker/docker/pkg/urlutil
Package urlutil provides helper function to check urls kind.
|
Package urlutil provides helper function to check urls kind. |
docker/docker/pkg/useragent
Package useragent provides helper functions to pack version information into a single User-Agent header.
|
Package useragent provides helper functions to pack version information into a single User-Agent header. |
docker/docker/registry
Package registry contains client primitives to interact with a remote Docker registry.
|
Package registry contains client primitives to interact with a remote Docker registry. |
docker/docker/volume/local
Package local provides the default implementation for volumes.
|
Package local provides the default implementation for volumes. |
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. |
spf13/cobra
Package cobra is a commander providing a simple interface to create powerful modern CLI interfaces.
|
Package cobra is a commander providing a simple interface to create powerful modern CLI interfaces. |
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. |
k8s.io
|
|
api/admission/v1beta1
Package v1beta1 is a generated protocol buffer package.
|
Package v1beta1 is a generated protocol buffer package. |
api/admissionregistration/v1alpha1
Package v1alpha1 is the v1alpha1 version of the API.
|
Package v1alpha1 is the v1alpha1 version of the API. |
api/admissionregistration/v1beta1
Package v1beta1 is the v1beta1 version of the API.
|
Package v1beta1 is the v1beta1 version of the API. |
api/apps/v1
Package v1 is a generated protocol buffer package.
|
Package v1 is a generated protocol buffer package. |
api/apps/v1beta1
Package v1beta1 is a generated protocol buffer package.
|
Package v1beta1 is a generated protocol buffer package. |
api/apps/v1beta2
Package v1beta2 is a generated protocol buffer package.
|
Package v1beta2 is a generated protocol buffer package. |
api/auditregistration/v1alpha1
Package v1alpha1 is a generated protocol buffer package.
|
Package v1alpha1 is a generated protocol buffer package. |
api/authentication/v1
Package v1 is a generated protocol buffer package.
|
Package v1 is a generated protocol buffer package. |
api/authentication/v1beta1
Package v1beta1 is a generated protocol buffer package.
|
Package v1beta1 is a generated protocol buffer package. |
api/authorization/v1
Package v1 is a generated protocol buffer package.
|
Package v1 is a generated protocol buffer package. |
api/authorization/v1beta1
Package v1beta1 is a generated protocol buffer package.
|
Package v1beta1 is a generated protocol buffer package. |
api/autoscaling/v1
Package v1 is a generated protocol buffer package.
|
Package v1 is a generated protocol buffer package. |
api/autoscaling/v2beta1
Package v2beta1 is a generated protocol buffer package.
|
Package v2beta1 is a generated protocol buffer package. |
api/autoscaling/v2beta2
Package v2beta2 is a generated protocol buffer package.
|
Package v2beta2 is a generated protocol buffer package. |
api/batch/v1
Package v1 is a generated protocol buffer package.
|
Package v1 is a generated protocol buffer package. |
api/batch/v1beta1
Package v1beta1 is a generated protocol buffer package.
|
Package v1beta1 is a generated protocol buffer package. |
api/batch/v2alpha1
Package v2alpha1 is a generated protocol buffer package.
|
Package v2alpha1 is a generated protocol buffer package. |
api/certificates/v1beta1
Package v1beta1 is a generated protocol buffer package.
|
Package v1beta1 is a generated protocol buffer package. |
api/coordination/v1
Package v1 is a generated protocol buffer package.
|
Package v1 is a generated protocol buffer package. |
api/coordination/v1beta1
Package v1beta1 is a generated protocol buffer package.
|
Package v1beta1 is a generated protocol buffer package. |
api/core/v1
Package v1 is the v1 version of the core API.
|
Package v1 is the v1 version of the core API. |
api/events/v1beta1
Package v1beta1 is a generated protocol buffer package.
|
Package v1beta1 is a generated protocol buffer package. |
api/extensions/v1beta1
Package v1beta1 is a generated protocol buffer package.
|
Package v1beta1 is a generated protocol buffer package. |
api/imagepolicy/v1alpha1
Package v1alpha1 is a generated protocol buffer package.
|
Package v1alpha1 is a generated protocol buffer package. |
api/networking/v1
Package v1 is a generated protocol buffer package.
|
Package v1 is a generated protocol buffer package. |
api/policy/v1beta1
Package policy is for any kind of policy object.
|
Package policy is for any kind of policy object. |
api/rbac/v1
Package v1 is a generated protocol buffer package.
|
Package v1 is a generated protocol buffer package. |
api/rbac/v1alpha1
Package v1alpha1 is a generated protocol buffer package.
|
Package v1alpha1 is a generated protocol buffer package. |
api/rbac/v1beta1
Package v1beta1 is a generated protocol buffer package.
|
Package v1beta1 is a generated protocol buffer package. |
api/scheduling/v1alpha1
Package v1alpha1 is a generated protocol buffer package.
|
Package v1alpha1 is a generated protocol buffer package. |
api/scheduling/v1beta1
Package v1beta1 is a generated protocol buffer package.
|
Package v1beta1 is a generated protocol buffer package. |
api/settings/v1alpha1
Package v1alpha1 is a generated protocol buffer package.
|
Package v1alpha1 is a generated protocol buffer package. |
api/storage/v1
Package v1 is a generated protocol buffer package.
|
Package v1 is a generated protocol buffer package. |
api/storage/v1alpha1
Package v1alpha1 is a generated protocol buffer package.
|
Package v1alpha1 is a generated protocol buffer package. |
api/storage/v1beta1
Package v1beta1 is a generated protocol buffer package.
|
Package v1beta1 is a generated protocol buffer package. |
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
|
Package meta provides functions for retrieving API metadata from objects belonging to the Kubernetes API |
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/apis/meta/v1
Package v1 is a generated protocol buffer package.
|
Package v1 is a generated protocol buffer package. |
apimachinery/pkg/apis/meta/v1beta1
Package v1beta1 is a generated protocol buffer package.
|
Package v1beta1 is a generated protocol buffer package. |
apimachinery/pkg/apis/testapigroup
+k8s:deepcopy-gen=package +groupName=testapigroup.apimachinery.k8s.io
|
+k8s:deepcopy-gen=package +groupName=testapigroup.apimachinery.k8s.io |
apimachinery/pkg/apis/testapigroup/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. |
apimachinery/pkg/apis/testapigroup/v1
Package v1 is a generated protocol buffer package.
|
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/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/runtime
Package runtime defines conversions between generic types and structs to map query strings to struct objects.
|
Package runtime 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/proxy
Package proxy provides transport and upgrade support for proxies.
|
Package proxy provides transport and upgrade support for proxies. |
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/sets/types
Package types just provides input types to the set generator.
|
Package types just provides input types to the set generator. |
apimachinery/pkg/util/version
Package version provides utilities for version number comparisons
|
Package version provides utilities for version number comparisons |
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/util/waitgroup
Package waitgroup implements SafeWaitGroup wrap of sync.WaitGroup.
|
Package waitgroup implements SafeWaitGroup wrap of sync.WaitGroup. |
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. |
client-go/deprecated-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/discovery
Package discovery provides ways to discover server-supported API groups, versions and resources.
|
Package discovery provides ways to discover server-supported API groups, versions and resources. |
client-go/examples/create-update-delete-deployment
Note: the example only works with the code within the same release/branch.
|
Note: the example only works with the code within the same release/branch. |
client-go/examples/fake-client
Package fakeclient contains examples on how to use fakeclient in tests.
|
Package fakeclient contains examples on how to use fakeclient in tests. |
client-go/examples/in-cluster-client-configuration
Note: the example only works with the code within the same release/branch.
|
Note: the example only works with the code within the same release/branch. |
client-go/examples/out-of-cluster-client-configuration
Note: the example only works with the code within the same release/branch.
|
Note: the example only works with the code within the same release/branch. |
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/scheme
This package contains the scheme of the automatically generated clientset.
|
This package contains the scheme of the automatically generated clientset. |
client-go/kubernetes/typed/admissionregistration/v1alpha1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
client-go/kubernetes/typed/admissionregistration/v1alpha1/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
client-go/kubernetes/typed/admissionregistration/v1beta1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
client-go/kubernetes/typed/admissionregistration/v1beta1/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
client-go/kubernetes/typed/apps/v1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
client-go/kubernetes/typed/apps/v1/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
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/apps/v1beta2
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
client-go/kubernetes/typed/apps/v1beta2/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
client-go/kubernetes/typed/auditregistration/v1alpha1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
client-go/kubernetes/typed/auditregistration/v1alpha1/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/v2beta1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
client-go/kubernetes/typed/autoscaling/v2beta1/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
client-go/kubernetes/typed/autoscaling/v2beta2
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
client-go/kubernetes/typed/autoscaling/v2beta2/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/v1beta1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
client-go/kubernetes/typed/batch/v1beta1/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/coordination/v1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
client-go/kubernetes/typed/coordination/v1/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
client-go/kubernetes/typed/coordination/v1beta1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
client-go/kubernetes/typed/coordination/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/events/v1beta1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
client-go/kubernetes/typed/events/v1beta1/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/networking/v1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
client-go/kubernetes/typed/networking/v1/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/v1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
client-go/kubernetes/typed/rbac/v1/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/scheduling/v1alpha1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
client-go/kubernetes/typed/scheduling/v1alpha1/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
client-go/kubernetes/typed/scheduling/v1beta1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
client-go/kubernetes/typed/scheduling/v1beta1/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
client-go/kubernetes/typed/settings/v1alpha1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
client-go/kubernetes/typed/settings/v1alpha1/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
client-go/kubernetes/typed/storage/v1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
client-go/kubernetes/typed/storage/v1/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
client-go/kubernetes/typed/storage/v1alpha1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
client-go/kubernetes/typed/storage/v1alpha1/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/apis/clientauthentication/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/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/scale
Package scale provides a polymorphic scale client capable of fetching and updating Scale for any resource which implements the `scale` subresource, as long as that subresource operates on a version of scale convertable to autoscaling.Scale.
|
Package scale provides a polymorphic scale client capable of fetching and updating Scale for any resource which implements the `scale` subresource, as long as that subresource operates on a version of scale convertable to autoscaling.Scale. |
client-go/scale/fake
Package fake provides a fake client interface to arbitrary Kubernetes APIs that exposes common high level operations and exposes common metadata.
|
Package fake provides a fake client interface to arbitrary Kubernetes APIs that exposes common high level operations and exposes common metadata. |
client-go/scale/scheme
Package scheme contains a runtime.Scheme to be used for serializing and deserializing different versions of Scale, and for converting in between them.
|
Package scheme contains a runtime.Scheme to be used for serializing and deserializing different versions of Scale, and for converting in between them. |
client-go/scale/scheme/appsint
Package appsint contains the necessary scaffolding of the internal version of extensions as required by conversion logic.
|
Package appsint contains the necessary scaffolding of the internal version of extensions as required by conversion logic. |
client-go/scale/scheme/extensionsint
Package extensionsint contains the necessary scaffolding of the internal version of extensions as required by conversion logic.
|
Package extensionsint contains the necessary scaffolding of the internal version of extensions as required by conversion logic. |
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/leaderelection
Package leaderelection implements leader election of a set of endpoints.
|
Package leaderelection implements leader election of a set of endpoints. |
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/tools/remotecommand
Package remotecommand adds support for executing commands in containers, with support for separate stdin, stdout, and stderr streams, as well as TTY.
|
Package remotecommand adds support for executing commands in containers, with support for separate stdin, stdout, and stderr streams, as well as TTY. |
client-go/util/connrotation
Package connrotation implements a connection dialer that tracks and can close all created connections.
|
Package connrotation implements a connection dialer that tracks and can close all created connections. |
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:
|
Package workqueue provides a simple queue that supports the following features: |
klog
Package klog implements logging analogous to the Google-internal C++ INFO/ERROR/V setup.
|
Package klog implements logging analogous to the Google-internal C++ INFO/ERROR/V setup. |
klog/glog
Package glog exposes an API subset of the [glog](https://github.com/golang/glog) package.
|
Package glog exposes an API subset of the [glog](https://github.com/golang/glog) package. |
Click to show internal directories.
Click to hide internal directories.