package scope
import "github.com/docker/docker/libnetwork/scope"
Index ¶
Constants ¶
const ( // Local indicates to store the KV object in local datastore such as boltdb Local = "local" // Global indicates to store the KV object in global datastore Global = "global" // Swarm is not indicating a datastore location. It is defined here // along with the other two scopes just for consistency. Swarm = "swarm" )
Data scopes.
Source Files ¶
- Version
- v27.4.0-rc.1+incompatible
- Published
- Nov 14, 2024
- Platform
- js/wasm
- Last checked
- 1 minute ago –
Tools for package owners.