Directories
¶
| Path | Synopsis |
|---|---|
|
Package agent provides the agent that will claim and run the jobs.
|
Package agent provides the agent that will claim and run the jobs. |
|
jobdispatcher
Package jobdispatcher package
|
Package jobdispatcher package |
|
jobdispatcher/docker
Package docker package
|
Package docker package |
|
jobdispatcher/ecs
Package ecs package
|
Package ecs package |
|
jobdispatcher/kubernetes
Package kubernetes package
|
Package kubernetes package |
|
jobdispatcher/kubernetes/configurer
Package configurer package
|
Package configurer package |
|
jobdispatcher/kubernetes/configurer/cert
Package cert provides a Kubernetes configurer that uses TLS certificates for authentication.
|
Package cert provides a Kubernetes configurer that uses TLS certificates for authentication. |
|
jobdispatcher/kubernetes/configurer/configfile
Package configfile provides a Configurer implementation that reads Kubernetes configuration from a specified file.
|
Package configfile provides a Configurer implementation that reads Kubernetes configuration from a specified file. |
|
jobdispatcher/kubernetes/configurer/eks
Package eks package
|
Package eks package |
|
jobdispatcher/kubernetes/configurer/idtoken
Package idtoken provides a Kubernetes configurer that uses the agent's ID token for authentication.
|
Package idtoken provides a Kubernetes configurer that uses the agent's ID token for authentication. |
|
jobdispatcher/kubernetes/configurer/incluster
Package incluster provides a Kubernetes configurer that retrieves the configuration from the pod's environment.
|
Package incluster provides a Kubernetes configurer that retrieves the configuration from the pod's environment. |
|
jobdispatcher/local
Package local package
|
Package local package |
|
types
Package types provides additional types used by different job dispatchers
|
Package types provides additional types used by different job dispatchers |
|
Package api package
|
Package api package |
|
controllers
Package controllers adds support for RESTful endpoints.
|
Package controllers adds support for RESTful endpoints. |
|
graphql
Package graphql package
|
Package graphql package |
|
graphql/loader
Package loader package
|
Package loader package |
|
graphql/resolver
Package resolver contains functionality for interacting with the API via GraphQL.
|
Package resolver contains functionality for interacting with the API via GraphQL. |
|
graphql/schema
Package schema contains all of the Schema Definition Files (abbreviated SDL) which define this API.
|
Package schema contains all of the Schema Definition Files (abbreviated SDL) which define this API. |
|
grpc
Package grpc implements gRPC functionality.
|
Package grpc implements gRPC functionality. |
|
grpc/interceptors
Package interceptors contains the GRPC interceptors
|
Package interceptors contains the GRPC interceptors |
|
grpc/reader
Package reader implements a size-limited reader for uploading templates of multiple kinds.
|
Package reader implements a size-limited reader for uploading templates of multiple kinds. |
|
grpc/servers
Package servers implements the gRPC servers.
|
Package servers implements the gRPC servers. |
|
middleware
Package middleware allows adding custom middleware(s) to the RESTful API, such as, JWT based authentication.
|
Package middleware allows adding custom middleware(s) to the RESTful API, such as, JWT based authentication. |
|
response
Package response providers support for returning http responses
|
Package response providers support for returning http responses |
|
Package apiserver is used to initialize the api
|
Package apiserver is used to initialize the api |
|
config
Package config contains the configuration for the API.
|
Package config contains the configuration for the API. |
|
Package asynctask allows running tasks asynchronously.
|
Package asynctask allows running tasks asynchronously. |
|
Package auth authenticates and authorizes a subject attempting to access API resources.
|
Package auth authenticates and authorizes a subject attempting to access API resources. |
|
Package db encapsulates all the logic needed to access information from the DB.
|
Package db encapsulates all the logic needed to access information from the DB. |
|
Package email supports sending emails.
|
Package email supports sending emails. |
|
builder
Package builder handles building email templates
|
Package builder handles building email templates |
|
plunk
Package plunk defines the plunk email plugin
|
Package plunk defines the plunk email plugin |
|
preview
command
Package main is used to preview emails during development
|
Package main is used to preview emails during development |
|
ses
Package ses defines the ses email plugin
|
Package ses defines the ses email plugin |
|
smtp
Package smtp defines the smtp email plugin
|
Package smtp defines the smtp email plugin |
|
Package events supports subscribing to database events.
|
Package events supports subscribing to database events. |
|
Package gid package
|
Package gid package |
|
Package http package
|
Package http package |
|
Package jobexecutor provides the functionality to execute a job
|
Package jobexecutor provides the functionality to execute a job |
|
client
Package client is the gateway for the job executor to interface with the Phobos API.
|
Package client is the gateway for the job executor to interface with the Phobos API. |
|
volume
Package volume is used to mount volumes inside the job executor.
|
Package volume is used to mount volumes inside the job executor. |
|
volume/vcs
Package vcs handles the mounting of VCS volumes (repositories).
|
Package vcs handles the mounting of VCS volumes (repositories). |
|
Package limits package
|
Package limits package |
|
Package logstream provides functionality for saving and retrieving logs
|
Package logstream provides functionality for saving and retrieving logs |
|
Package maintenance provides the maintenance mode monitor
|
Package maintenance provides the maintenance mode monitor |
|
Package metric contains functionality about Prometheus metrics including support for a histogram and a simple counter.
|
Package metric contains functionality about Prometheus metrics including support for a histogram and a simple counter. |
|
Package models defines Phobos resources and their properties as structs.
|
Package models defines Phobos resources and their properties as structs. |
|
types
Package types provides all Phobos model types
|
Package types provides all Phobos model types |
|
Package notification provides notification management functionality for Phobos.
|
Package notification provides notification management functionality for Phobos. |
|
Package plugin defines a plugin store the API uses including, an object store, rate limiting, etc.
|
Package plugin defines a plugin store the API uses including, an object store, rate limiting, etc. |
|
email
Package email supports sending emails.
|
Package email supports sending emails. |
|
Package semver package
|
Package semver package |
|
Package services contains the core business logic for the operations supported by phobos
|
Package services contains the core business logic for the operations supported by phobos |
|
activityevent
Package activityevent provides functionality for the activity events which are used to track changes to Phobos resources.
|
Package activityevent provides functionality for the activity events which are used to track changes to Phobos resources. |
|
agent
Package agent contains all functionalities related to Phobos agents, which are responsible for claiming and running jobs.
|
Package agent contains all functionalities related to Phobos agents, which are responsible for claiming and running jobs. |
|
announcement
Package announcement contains the service for managing announcements
|
Package announcement contains the service for managing announcements |
|
approvalrule
Package approvalrule implements functionality related to Phobos approval rules.
|
Package approvalrule implements functionality related to Phobos approval rules. |
|
comment
Package comment implements functionality related to Phobos comments.
|
Package comment implements functionality related to Phobos comments. |
|
environment
Package environment contains all functionalities related to Phobos environments.
|
Package environment contains all functionalities related to Phobos environments. |
|
job
Package job implements functionality releated to Phobos jobs
|
Package job implements functionality releated to Phobos jobs |
|
lifecycletemplate
Package lifecycletemplate implements functionality related to Phobos lifecycle templates.
|
Package lifecycletemplate implements functionality related to Phobos lifecycle templates. |
|
maintenance
Package maintenance contains the service for enabling/disabling maintenance mode
|
Package maintenance contains the service for enabling/disabling maintenance mode |
|
membership
Package membership contains all logic for memberships.
|
Package membership contains all logic for memberships. |
|
metric
Package metric provides functionality for collecting / computing metrics on different Phobos resources.
|
Package metric provides functionality for collecting / computing metrics on different Phobos resources. |
|
organization
Package organization implements functionality related to Phobos orgs.
|
Package organization implements functionality related to Phobos orgs. |
|
pipeline
Package pipeline implements functionality related to Phobos pipelines.
|
Package pipeline implements functionality related to Phobos pipelines. |
|
pipeline/commands
Package commands provides pipeline command implementations.
|
Package commands provides pipeline command implementations. |
|
pipeline/eventhandlers
Package eventhandlers provides pipeline event handling functionality.
|
Package eventhandlers provides pipeline event handling functionality. |
|
pipeline/eventhandlers/email
Package email implements functionality that assists with the handling of pipeline email notifications.
|
Package email implements functionality that assists with the handling of pipeline email notifications. |
|
pipeline/graph
Package graph provides pipeline graph management functionality.
|
Package graph provides pipeline graph management functionality. |
|
pipeline/pipelinebuilder
Package pipelinebuilder provides functionality for constructing pipelines
|
Package pipelinebuilder provides functionality for constructing pipelines |
|
pipeline/transformers
Package transformers provides pipeline transformation functionality.
|
Package transformers provides pipeline transformation functionality. |
|
pipeline/types
Package types provides type definitions for pipeline services.
|
Package types provides type definitions for pipeline services. |
|
pipelinetemplate
Package pipelinetemplate implements functionality related to Phobos pipeline templates.
|
Package pipelinetemplate implements functionality related to Phobos pipeline templates. |
|
pluginregistry
Package pluginregistry implements a service for interacting with the plugin registry.
|
Package pluginregistry implements a service for interacting with the plugin registry. |
|
project
Package project implements functionality related to Phobos projects.
|
Package project implements functionality related to Phobos projects. |
|
projectvariable
Package projectvariable set implements functionality related to project variables
|
Package projectvariable set implements functionality related to project variables |
|
release
Package release provides the release service.
|
Package release provides the release service. |
|
releaselifecycle
Package releaselifecycle implements functionality related to Phobos release lifecycles.
|
Package releaselifecycle implements functionality related to Phobos release lifecycles. |
|
resourcelimit
Package resourcelimit package
|
Package resourcelimit package |
|
role
Package role implements the service layer functionality related to Phobos roles.
|
Package role implements the service layer functionality related to Phobos roles. |
|
scim
Package scim package
|
Package scim package |
|
serviceaccount
Package serviceaccount package
|
Package serviceaccount package |
|
team
Package team package
|
Package team package |
|
todoitem
Package todoitem contains the core business logic for the todoitem service.
|
Package todoitem contains the core business logic for the todoitem service. |
|
user
Package user implements functionality relating to users CRUD.
|
Package user implements functionality relating to users CRUD. |
|
vcs
Package vcs package
|
Package vcs package |
|
vcs/github
Package github package
|
Package github package |
|
vcs/gitlab
Package gitlab package
|
Package gitlab package |
|
vcs/types
Package types package
|
Package types package |
|
version
Package version provides functionality to get the current version of the API and its components.
|
Package version provides functionality to get the current version of the API and its components. |
|
Package tracing package
|
Package tracing package |
|
Package ui provides handlers for serving the web UI
|
Package ui provides handlers for serving the web UI |
|
Package universalsearch provides functionality for searching across multiple resource types
|
Package universalsearch provides functionality for searching across multiple resource types |
Click to show internal directories.
Click to hide internal directories.