Imports of package controlapi

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
crypto/subtlePackage subtle implements functions that are often useful in cryptographic code but require careful thought to use correctly.
crypto/tlsPackage tls partially implements TLS 1.2, as specified in RFC 5246, and TLS 1.3, as specified in RFC 8446.
crypto/x509Package x509 implements a subset of the X.509 standard.
encoding/pemPackage pem implements the PEM data encoding, which originated in Privacy Enhanced Mail.
errorsPackage errors implements functions to manipulate errors.
github.com/cloudflare/cfssl/helpersPackage helpers implements utility functionality common to many CFSSL packages.
github.com/distribution/referencePackage reference provides a general type to represent any way of referencing images within the registry.
github.com/gogo/protobuf/typesPackage types contains code for interacting with well-known types.
github.com/moby/swarmkit/v2/api
github.com/moby/swarmkit/v2/api/defaults
github.com/moby/swarmkit/v2/api/genericresource
github.com/moby/swarmkit/v2/api/namingPackage naming centralizes the naming of SwarmKit objects.
github.com/moby/swarmkit/v2/api/validation
github.com/moby/swarmkit/v2/ca
github.com/moby/swarmkit/v2/identityPackage identity provides functionality for generating and managing identifiers within a swarm.
github.com/moby/swarmkit/v2/log
github.com/moby/swarmkit/v2/manager/allocatorPackage allocator aims to manage allocation of different cluster-wide resources on behalf of the manager.
github.com/moby/swarmkit/v2/manager/allocator/networkallocator
github.com/moby/swarmkit/v2/manager/constraint
github.com/moby/swarmkit/v2/manager/drivers
github.com/moby/swarmkit/v2/manager/encryption
github.com/moby/swarmkit/v2/manager/orchestrator
github.com/moby/swarmkit/v2/manager/state/raft
github.com/moby/swarmkit/v2/manager/state/raft/membership
github.com/moby/swarmkit/v2/manager/state/storePackage store provides interfaces to work with swarm cluster state.
github.com/moby/swarmkit/v2/protobuf/ptypesPackage ptypes provides utility functions for use with gogo/protobuf/ptypes.
github.com/moby/swarmkit/v2/template
google.golang.org/grpc/codesPackage codes defines the canonical error codes used by gRPC.
google.golang.org/grpc/statusPackage status implements errors returned by gRPC.
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.
regexpPackage regexp implements regular expression search.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
timePackage time provides functionality for measuring and displaying time.