Directories
¶
| Path | Synopsis |
|---|---|
|
api
|
|
|
machina/v1alpha3
+kubebuilder:object:generate=true +groupName=unbounded-cloud.io
|
+kubebuilder:object:generate=true +groupName=unbounded-cloud.io |
|
net/v1alpha1
Package v1alpha1 contains API Schema definitions for the net.unbounded-cloud.io v1alpha1 API group.
|
Package v1alpha1 contains API Schema definitions for the net.unbounded-cloud.io v1alpha1 API group. |
|
unbounded-storage
Package storageconfig holds the Go bindings for the unbounded-storage daemon configuration schema.
|
Package storageconfig holds the Go bindings for the unbounded-storage daemon configuration schema. |
|
cmd
|
|
|
agent
command
|
|
|
gantry
command
Command gantry runs the Gantry P2P agent.
|
Command gantry runs the Gantry P2P agent. |
|
inventory/inventory-agent
command
|
|
|
inventory/inventory-aggregator
command
|
|
|
inventory/inventory-inspector
command
|
|
|
inventory/inventory-viewer
command
|
|
|
kubectl-unbounded
command
|
|
|
machina
command
|
|
|
machine-ops-controller
command
|
|
|
metalman
command
|
|
|
orca
command
|
|
|
orca/orca
Package orca wires the Orca cache binary together.
|
Package orca wires the Orca cache binary together. |
|
unbounded-net-controller
command
|
|
|
unbounded-net-node
command
|
|
|
unbounded-net-routeplan-debug
command
|
|
|
unbounded-storage-supervisor
command
Command unbounded-storage-supervisor installs and supervises the unbounded-storage daemon on a node.
|
Command unbounded-storage-supervisor installs and supervises the unbounded-storage daemon on a node. |
|
unping
command
unping sends health check probes to a remote unbounded-net node and prints round-trip times in a format similar to standard ping.
|
unping sends health check probes to a remote unbounded-net node and prints round-trip times in a format similar to standard ping. |
|
unroute
command
unroute dumps the eBPF tunnel-endpoint LPM trie (unb_endpts) in human-readable, JSON, or raw-hex form.
|
unroute dumps the eBPF tunnel-endpoint LPM trie (unb_endpts) in human-readable, JSON, or raw-hex form. |
|
deploy
|
|
|
machina
Package machina embeds the rendered Machina controller deployment manifests so they can be bundled into binaries that need to apply them (e.g.
|
Package machina embeds the rendered Machina controller deployment manifests so they can be bundled into binaries that need to apply them (e.g. |
|
net
Package net embeds the rendered unbounded-net controller and node deployment manifests so they can be bundled into binaries that need to apply them (e.g.
|
Package net embeds the rendered unbounded-net controller and node deployment manifests so they can be bundled into binaries that need to apply them (e.g. |
|
hack
|
|
|
cmd/forge
command
|
|
|
cmd/notice
command
notice generates and verifies the project's NOTICE file from the direct dependencies declared in go.mod and frontend/package.json.
|
notice generates and verifies the project's NOTICE file from the direct dependencies declared in go.mod and frontend/package.json. |
|
cmd/notice/internal/gomod
Package gomod implements a notice.Collector for direct dependencies declared in go.mod.
|
Package gomod implements a notice.Collector for direct dependencies declared in go.mod. |
|
cmd/notice/internal/license
Package license contains ecosystem-agnostic helpers for license classification, copyright extraction, and license-URL construction.
|
Package license contains ecosystem-agnostic helpers for license classification, copyright extraction, and license-URL construction. |
|
cmd/notice/internal/notice
Package notice contains the core types and orchestration for the NOTICE generator: the on-disk schema, the Collector interface, and the helpers that ecosystem packages use to assemble entries.
|
Package notice contains the core types and orchestration for the NOTICE generator: the on-disk schema, the Collector interface, and the helpers that ecosystem packages use to assemble entries. |
|
cmd/notice/internal/npm
Package npm implements a notice.Collector for direct dependencies declared in frontend/package.json.
|
Package npm implements a notice.Collector for direct dependencies declared in frontend/package.json. |
|
cmd/notice/internal/testutil
Package testutil provides shared helpers for hermetic notice-tool tests.
|
Package testutil provides shared helpers for hermetic notice-tool tests. |
|
cmd/orcadev
command
|
|
|
cmd/orcadev/orcadev
Package orcadev implements the `orcadev` developer / debug tool.
|
Package orcadev implements the `orcadev` developer / debug tool. |
|
cmd/render-manifests
command
render-manifests is a generic Go template renderer.
|
render-manifests is a generic Go template renderer. |
|
cmd/render-manifests/render
Package render implements the manifest template renderer used by the render-manifests CLI.
|
Package render implements the manifest template renderer used by the render-manifests CLI. |
|
internal
|
|
|
gantry/advertise
Package advertise reconciles the local containerd content store against the set of digests this node is advertising on the DHT.
|
Package advertise reconciles the local containerd content store against the set of digests this node is advertising on the DHT. |
|
gantry/cdsub
Package cdsub subscribes to containerd image/content events and forwards digest presence changes to its caller.
|
Package cdsub subscribes to containerd image/content events and forwards digest presence changes to its caller. |
|
gantry/coldstart
Package coldstart implements the / the design doc rule cascade that decides how an agent resolves a digest when its local cache misses and the DHT lookup did not return enough providers.
|
Package coldstart implements the / the design doc rule cascade that decides how an agent resolves a digest when its local cache misses and the DHT lookup did not return enough providers. |
|
gantry/config
Package config is the single source of truth for every operator-tunable knob the Gantry agent exposes.
|
Package config is the single source of truth for every operator-tunable knob the Gantry agent exposes. |
|
gantry/containerdstore
Package containerdstore adapts a containerd content store to the gantry ifaces.LocalContentStore contract so the rest of the agent can read from and write into containerd as the single local source of truth for image content.
|
Package containerdstore adapts a containerd content store to the gantry ifaces.LocalContentStore contract so the rest of the agent can read from and write into containerd as the single local source of truth for image content. |
|
gantry/coord
Package coord implements Gantry's libp2p coordination RPCs.
|
Package coord implements Gantry's libp2p coordination RPCs. |
|
gantry/digest
Package digest defines the canonical OCI digest type used across Gantry.
|
Package digest defines the canonical OCI digest type used across Gantry. |
|
gantry/digestpipe
Package digestpipe is the digest-verifying stream tee.
|
Package digestpipe is the digest-verifying stream tee. |
|
gantry/discovery
Package discovery wires Gantry's libp2p host and Kademlia DHT.
|
Package discovery wires Gantry's libp2p host and Kademlia DHT. |
|
gantry/hrw
Package hrw implements Rendezvous (Highest-Random-Weight) hashing for Gantry's per-digest puller selection (the step 3).
|
Package hrw implements Rendezvous (Highest-Random-Weight) hashing for Gantry's per-digest puller selection (the step 3). |
|
gantry/ifaces
Package ifaces declares the cross-cutting interfaces that Gantry's subsystems implement and depend on.
|
Package ifaces declares the cross-cutting interfaces that Gantry's subsystems implement and depend on. |
|
gantry/ifaces/fakes
Package fakes provides in-memory implementations of the ifaces interfaces for unit and integration tests.
|
Package fakes provides in-memory implementations of the ifaces interfaces for unit and integration tests. |
|
gantry/inflight
Package inflight tracks per-digest pulls currently being executed on this agent.
|
Package inflight tracks per-digest pulls currently being executed on this agent. |
|
gantry/log
Package log is the structured-logging entry point for Gantry.
|
Package log is the structured-logging entry point for Gantry. |
|
gantry/manifest
Package manifest parses OCI v1 / Docker v2 schema-2 image manifests just enough to extract the layer and config digests they reference.
|
Package manifest parses OCI v1 / Docker v2 schema-2 image manifests just enough to extract the layer and config digests they reference. |
|
gantry/members
Package members - self-announce: write this agent's libp2p peer.ID, multiaddrs and transfer endpoint into its own Pod's annotations so other agents can discover the libp2p identity without operator-supplied bootstrap config.
|
Package members - self-announce: write this agent's libp2p peer.ID, multiaddrs and transfer endpoint into its own Pod's annotations so other agents can discover the libp2p identity without operator-supplied bootstrap config. |
|
gantry/metrics
Package metrics owns the Prometheus registry shared across Gantry subsystems and provides constructor helpers that record metric ownership so final audit can verify the metric set is complete.
|
Package metrics owns the Prometheus registry shared across Gantry subsystems and provides constructor helpers that record metric ownership so final audit can verify the metric set is complete. |
|
gantry/mirror
Package mirror is the loopback OCI registry mirror containerd talks to via hosts.toml .
|
Package mirror is the loopback OCI registry mirror containerd talks to via hosts.toml . |
|
gantry/negcache
Package negcache implements the per-puller, in-memory negative cache described in the design doc of the Gantry design.
|
Package negcache implements the per-puller, in-memory negative cache described in the design doc of the Gantry design. |
|
gantry/oci
Package oci hosts shared OCI/Distribution-spec helpers used by more than one Gantry subsystem.
|
Package oci hosts shared OCI/Distribution-spec helpers used by more than one Gantry subsystem. |
|
gantry/origin
Package origin pulls bytes from upstream OCI registries.
|
Package origin pulls bytes from upstream OCI registries. |
|
gantry/transfer
Package transfer is the peer-facing OCI endpoint other Gantry agents pull from.
|
Package transfer is the peer-facing OCI endpoint other Gantry agents pull from. |
|
net/allocator
Package allocator provides CIDR allocation functionality for Kubernetes nodes.
|
Package allocator provides CIDR allocation functionality for Kubernetes nodes. |
|
net/certmanager
Package certmanager manages TLS serving certificates for the controller using a self-signed CA.
|
Package certmanager manages TLS serving certificates for the controller using a self-signed CA. |
|
net/config
Package config provides configuration types for the unbounded-net-controller.
|
Package config provides configuration types for the unbounded-net-controller. |
|
net/controller
Package controller implements the Kubernetes node controller for CIDR allocation.
|
Package controller implements the Kubernetes node controller for CIDR allocation. |
|
net/ebpf
Package ebpf provides eBPF-based tunnel dataplane management.
|
Package ebpf provides eBPF-based tunnel dataplane management. |
|
net/html
Package html embeds HTML page templates used by the controller and node binaries.
|
Package html embeds HTML page templates used by the controller and node binaries. |
|
net/metrics
Package metrics provides shared Prometheus metrics helpers for the unbounded-net controller and node agent.
|
Package metrics provides shared Prometheus metrics helpers for the unbounded-net controller and node agent. |
|
net/netlink
Package netlink provides utilities for managing network configuration using netlink
|
Package netlink provides utilities for managing network configuration using netlink |
|
ociutil
Package ociutil provides shared helpers for OCI registry operations.
|
Package ociutil provides shared helpers for OCI registry operations. |
|
orca/app
Package app wires the Orca runtime: origin + cachestore + cluster + fetch coordinator + edge / internal HTTP listeners.
|
Package app wires the Orca runtime: origin + cachestore + cluster + fetch coordinator + edge / internal HTTP listeners. |
|
orca/cachestore
Package cachestore defines the in-DC chunk store interface and shared types.
|
Package cachestore defines the in-DC chunk store interface and shared types. |
|
orca/cachestore/s3
Package s3 is the cachestore driver for in-DC S3-compatible stores.
|
Package s3 is the cachestore driver for in-DC S3-compatible stores. |
|
orca/chunk
Package chunk implements the chunk model: ChunkKey, deterministic path encoding, and the range -> chunk-index iterator.
|
Package chunk implements the chunk model: ChunkKey, deterministic path encoding, and the range -> chunk-index iterator. |
|
orca/chunkcatalog
Package chunkcatalog implements a bounded LRU recording chunks known to be present in the CacheStore.
|
Package chunkcatalog implements a bounded LRU recording chunks known to be present in the CacheStore. |
|
orca/cluster
Package cluster handles peer discovery and rendezvous-hash coordinator selection.
|
Package cluster handles peer discovery and rendezvous-hash coordinator selection. |
|
orca/config
Package config defines Orca's YAML configuration shape and loading helpers.
|
Package config defines Orca's YAML configuration shape and loading helpers. |
|
orca/fetch
Package fetch is the per-replica fill orchestrator: per-ChunkKey singleflight, pre-header origin retry, per-replica origin concurrency cap, and cross-replica fill via the cluster's internal RPC.
|
Package fetch is the per-replica fill orchestrator: per-ChunkKey singleflight, pre-header origin retry, per-replica origin concurrency cap, and cross-replica fill via the cluster's internal RPC. |
|
orca/manifests
Package manifests holds tests that validate the orca deployment manifest templates render to syntactically correct, structurally reasonable Kubernetes YAML.
|
Package manifests holds tests that validate the orca deployment manifest templates render to syntactically correct, structurally reasonable Kubernetes YAML. |
|
orca/metadata
Package metadata is the per-replica object-metadata cache.
|
Package metadata is the per-replica object-metadata cache. |
|
orca/origin
Package origin defines the upstream-blob-store interface and shared types.
|
Package origin defines the upstream-blob-store interface and shared types. |
|
orca/origin/awss3
Package awss3 is the AWS S3 (and S3-compatible) origin driver.
|
Package awss3 is the AWS S3 (and S3-compatible) origin driver. |
|
orca/origin/azureblob
Package azureblob is the Azure Blob Storage adapter for the Origin interface.
|
Package azureblob is the Azure Blob Storage adapter for the Origin interface. |
|
orca/server
Package server holds the HTTP handlers for the client edge and the internal-listener.
|
Package server holds the HTTP handlers for the client edge and the internal-listener. |
|
storagesupervisor
Package storagesupervisor installs and (eventually) supervises the unbounded-storage daemon on a host.
|
Package storagesupervisor installs and (eventually) supervises the unbounded-storage daemon on a host. |
|
version
Package version exposes build-time version metadata.
|
Package version exposes build-time version metadata. |
|
pkg
|
|
|
agent/agentbinary
Package agentbinary installs unbounded-agent binaries from release archives.
|
Package agentbinary installs unbounded-agent binaries from release archives. |
|
agent/config
Package config defines the intermediate representation (IR) for agent configuration.
|
Package config defines the intermediate representation (IR) for agent configuration. |
|
agent/daemon
Package daemon defines public library-facing types for composing host-local agent daemon controllers and operation runners.
|
Package daemon defines public library-facing types for composing host-local agent daemon controllers and operation runners. |
|
machineops/controller
Package controller exposes the reusable MachineOperation provider controller.
|
Package controller exposes the reusable MachineOperation provider controller. |
Click to show internal directories.
Click to hide internal directories.