[detail level 1234567]
►Ngoogle Type utilities for the protobuf library that are not specific to particular protobuf classes
CAllocator Basic model of an allocator: resources are allocated to a framework in the form of offers
CFrameworkOptions Per-framework allocator-specific options that are not part of
FrameworkInfo
COptions Pass in configuration to the allocator
CAuthenticatee An abstraction enabling any HTTP API consumer to authenticate
CCapabilities Provides wrapper for the linux process capabilities interface
CStartMaintenance Transitions a group of machines from
DRAINING mode into
DOWN mode
CStopMaintenance Transitions a group of machines from
DOWN mode into
UP mode
CCache Encapsulates Appc image cache
CImageTarPuller ImageTarPuller assumes
Docker images are stored in a local directory (configured with flags.docker_registry), with all the images saved as tars with file names in the form of <repo>:<tag>.tar
CSubsystem An abstraction for cgroups subsystem
CMasterDetector An abstraction of a Master detector which can be used to detect the leading master from a group
CInterpreterLock RAII utility class for acquiring the Python global interpreter lock
►CContainerIO An abstraction around the
IO classes used to redirect stdin/stdout/stderr to/from a container by the containerizer
CIO Describes how the containerizer redirects I/O for stdin/stdout/stderr of a container
CFlags The combined flags for all built-in plugins
►CFetcher Provides an abstraction for fetching URIs
CPlugin Represents a fetcher plugin that handles one or more URI schemes
CDriver Resource provider driver
CResourceConversion Represents a resource conversion, usually as a result of an offer operation
CAuthorizer This interface is used to enable an identity service or any other back end to check authorization policies for a set of predefined actions
►CDiskProfileAdaptor This module is used by Storage Resource Providers to translate the "profile" field of a
Resource::DiskInfo::Source into fields that a Container Storage Interface (CSI) plugin can potentially understand
CIDAcceptor Used to filter results for API handlers
►CObjectApprover This interface represents a function object returned by the authorizer which can be used locally (and synchronously) to check whether a specific object is authorized
CResourceConversion Represents a resource conversion, usually as a result of an offer operation
CArgv Represent the argument list expected by
execv routines
CFirewallRule A '
FirewallRule' describes an interface which provides control over incoming HTTP requests while also taking the underlying connection into account
CConnection A copyable interface to manage a connection to a gRPC server
CRuntime A copyable interface to manage an internal runtime process for asynchronous gRPC calls
CStatusError Represents errors caused by non-OK gRPC statuses
CBasicAuthenticator Implements the "Basic" authentication scheme using a fixed set of credentials
CPrincipal Contains information associated with an authenticated principal
CConnection Represents a connection to an HTTP server
CSocket An abstraction around a socket (file descriptor)
CPID A "process identifier" used to uniquely identify a process when dispatching messages
►CSubprocess Represents a fork() exec()ed subprocess
►CIO Describes how the I/O is redirected for stdin/stdout/stderr
CInputFileDescriptors For input file descriptors a child reads from the
read file descriptor and a parent may write to the
write file descriptor if one is present
COutputFileDescriptors For output file descriptors a child writes to the
write file descriptor and a parent may read from the
read file descriptor if one is present
CParentHook A hook can be passed to a
subprocess call
►CUPID An "untyped"
PID , used to encapsulate the process
ID for lower-layer abstractions (eg, when receiving incoming requests) in the dispatching mechanism
►Nrecordio Provides facilities for "Record-IO" encoding of data
CDecoder Decodes records from "Record-IO" data (see above)
►CPath Represents a POSIX or Windows file system path and offers common path manipulations
CWatcher This interface specifies the public interface an event handler class must implement