Directories ¶
Path | Synopsis |
---|---|
apiserver
|
|
admission/plugin/minerset
Package minerset contains an admission controller that modifies and validation every new MinerSet.
|
Package minerset contains an admission controller that modifies and validation every new MinerSet. |
registry/apps/chain
Package chain provides Registry interface and its RESTStorage implementation for storing Chain objects.
|
Package chain provides Registry interface and its RESTStorage implementation for storing Chain objects. |
registry/apps/chain/storage
Package storage provides Registry interface and its REST implementation for storing chain api objects.
|
Package storage provides Registry interface and its REST implementation for storing chain api objects. |
registry/apps/miner
Package miner provides Registry interface and its RESTStorage implementation for storing Miner objects.
|
Package miner provides Registry interface and its RESTStorage implementation for storing Miner objects. |
registry/apps/miner/storage
Package storage provides Registry interface and its REST implementation for storing miner api objects.
|
Package storage provides Registry interface and its REST implementation for storing miner api objects. |
registry/apps/minerset
Package minerset provides Registry interface and its RESTStorage implementation for storing Miner objects.
|
Package minerset provides Registry interface and its RESTStorage implementation for storing Miner objects. |
registry/apps/minerset/storage
Package storage provides Registry interface and its REST implementation for storing minerset api objects.
|
Package storage provides Registry interface and its REST implementation for storing minerset api objects. |
biz
Package biz is the place where you can implements more complex business logic.
|
Package biz is the place where you can implements more complex business logic. |
biz/namespaced
Package namespaced is a generated GoMock package.
|
Package namespaced is a generated GoMock package. |
biz/secret
Package secret is a generated GoMock package.
|
Package secret is a generated GoMock package. |
store
Package store is a generated GoMock package.
|
Package store is a generated GoMock package. |
Package controller contains methods used by all controller.
|
Package controller contains methods used by all controller. |
chain
Package chain implements chain controller.
|
Package chain implements chain controller. |
miner
Package miner implements miner controller.
|
Package miner implements miner controller. |
sync
When there is a large amount of data in Etcd, there is a query bottleneck, especially with the List interface.
|
When there is a large amount of data in Etcd, there is a query bottleneck, especially with the List interface. |
Package controlplane contains code for setting up and running a OneX control plane API server.
|
Package controlplane contains code for setting up and running a OneX control plane API server. |
apiserver
Package app does all of the work necessary to create a OneX APIServer by binding together the API, master and APIServer infrastructure.
|
Package app does all of the work necessary to create a OneX APIServer by binding together the API, master and APIServer infrastructure. |
apiserver/options
Package options contains flags and options for initializing an apiserver
|
Package options contains flags and options for initializing an apiserver |
biz
Package biz is the place where you can implements more complex business logic.
|
Package biz is the place where you can implements more complex business logic. |
biz/order
Package order is a generated GoMock package.
|
Package order is a generated GoMock package. |
store
Package store defines the storage interface for fakeserver.
|
Package store defines the storage interface for fakeserver. |
biz
Package biz is the place where you can implements more complex business logic.
|
Package biz is the place where you can implements more complex business logic. |
biz/miner
Package miner is a generated GoMock package.
|
Package miner is a generated GoMock package. |
biz/minerset
Package minerset is a generated GoMock package.
|
Package minerset is a generated GoMock package. |
lint
|
|
biz
Package biz is the place where you can implements more complex business logic.
|
Package biz is the place where you can implements more complex business logic. |
store
Package store defines the storage interface for nightwatch.
|
Package store defines the storage interface for nightwatch. |
watcher
Package watcher provides functions used by all watchers.
|
Package watcher provides functions used by all watchers. |
watcher/clean
Package clean is a watcher implement.
|
Package clean is a watcher implement. |
watcher/cronjob/cronjob
Package cronjob is a watcher implement.
|
Package cronjob is a watcher implement. |
watcher/cronjob/statesync
Package statesync is a watcher implement.
|
Package statesync is a watcher implement. |
watcher/secretsclean
Package secretsclean is a watcher implement used to delete expired keys from the database.
|
Package secretsclean is a watcher implement used to delete expired keys from the database. |
watcher/user
Package user is a watcher implement.
|
Package user is a watcher implement. |
Package onexctl provides the functions used by the onexctl command line tool under github.com/superproj/onex/internal/onexctl/cmd.
|
Package onexctl provides the functions used by the onexctl command line tool under github.com/superproj/onex/internal/onexctl/cmd. |
cmd
Package cmd create a root cobra command and add subcommands to it.
|
Package cmd create a root cobra command and add subcommands to it. |
cmd/color
Package color print colors supported by the current terminal.
|
Package color print colors supported by the current terminal. |
cmd/info
Package info print the host information.
|
Package info print the host information. |
cmd/jwt
Package jwt can be used to sign/show/verify jwt token with given secretID and secretKey.
|
Package jwt can be used to sign/show/verify jwt token with given secretID and secretKey. |
cmd/minerset
Package minerset provides functions to manage minersets on onex platform.
|
Package minerset provides functions to manage minersets on onex platform. |
cmd/new
Package used to generate demo command code.
|
Package used to generate demo command code. |
cmd/options
Package options print a list of global command-line options (applies to all commands).
|
Package options print a list of global command-line options (applies to all commands). |
cmd/secret
Package secret provides functions to manage secrets on onex platform.
|
Package secret provides functions to manage secrets on onex platform. |
cmd/user
Package user provides functions to manage users on onex cloud platform.
|
Package user provides functions to manage users on onex cloud platform. |
cmd/validate
Package validate is used to validate the basic environment for onexctl to run.
|
Package validate is used to validate the basic environment for onexctl to run. |
cmd/version
Package version print the client and server version information.
|
Package version print the client and server version information. |
util/interrupt
Package interrupt deal with signals.
|
Package interrupt deal with signals. |
util/templates
Package templates provides template functions for working with templates.
|
Package templates provides template functions for working with templates. |
pkg
|
|
client/store
Package store defines the storage interface for onex-gateway.
|
Package store defines the storage interface for onex-gateway. |
client/usercenter
Package usercenter provide methods used to access usercenter service.
|
Package usercenter provide methods used to access usercenter service. |
client/usercenter.consul
Package usercenter provide methods used to access usercenter service.
|
Package usercenter provide methods used to access usercenter service. |
contract
Package contract provides support for the ClusterReconciler to handle with providers objects according to the Cluster API contract.
|
Package contract provides support for the ClusterReconciler to handle with providers objects according to the Cluster API contract. |
feature
Package feature implements feature functionality.
|
Package feature implements feature functionality. |
ports
Package ports defines ports used by various pieces of the onex infrastructure.
|
Package ports defines ports used by various pieces of the onex infrastructure. |
util/annotations
Package annotations implements annotation helper functions.
|
Package annotations implements annotation helper functions. |
util/collections
Package collections implements collection utilities.
|
Package collections implements collection utilities. |
util/conditions
Package conditions implements condition utilities.
|
Package conditions implements condition utilities. |
util/contract
Package contract contains utils related to the Cluster API contract.
|
Package contract contains utils related to the Cluster API contract. |
util/conversion
Package conversion implements conversion utilities.
|
Package conversion implements conversion utilities. |
util/core
Package core implements core utilities.
|
Package core implements core utilities. |
util/hash
Package hash provides utils to calculate hashes.
|
Package hash provides utils to calculate hashes. |
util/labels
Package labels contains useful functions to process onex labels.
|
Package labels contains useful functions to process onex labels. |
util/log
Package log provides log utils.
|
Package log provides log utils. |
util/patch
Package patch implements patch utilities.
|
Package patch implements patch utilities. |
util/predicates
Package predicates implements predicate utilities.
|
Package predicates implements predicate utilities. |
util/ssa
Package ssa contains utils related to Server-Side-Apply.
|
Package ssa contains utils related to Server-Side-Apply. |
util/yaml
Package yaml implements yaml utility functions.
|
Package yaml implements yaml utility functions. |
auth
Package auth is a generated GoMock package.
|
Package auth is a generated GoMock package. |
biz
Package biz is the place where you can implements more complex business logic.
|
Package biz is the place where you can implements more complex business logic. |
biz/auth
Package auth is a generated GoMock package.
|
Package auth is a generated GoMock package. |
biz/secret
Package secret is a generated GoMock package.
|
Package secret is a generated GoMock package. |
biz/user
Package user is a generated GoMock package.
|
Package user is a generated GoMock package. |
store
Package store is a generated GoMock package.
|
Package store is a generated GoMock package. |
Click to show internal directories.
Click to hide internal directories.