Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Builder ¶
type Builder struct {
// contains filtered or unexported fields
}
Builder handles the construction of the graph edges once vertices have been ingested via the ingestion pipeline.
func NewBuilder ¶
func NewBuilder(cfg *config.KubehoundConfig, store storedb.Provider, graph graphdb.Provider, cache cache.CacheReader, edges *edge.Registry) (*Builder, error)
NewBuilder returns a new builder instance from the provided application config and service dependencies.
func (*Builder) HealthCheck ¶
HealthCheck provides a mechanism for the caller to check health of the builder dependencies.
Click to show internal directories.
Click to hide internal directories.