MCPcopy
hub / github.com/redspread/spread / App

Struct App

pkg/entity/app.go:14–17  ·  view source on GitHub ↗

App is a new Spread construct that can group together sets of Entities.

Source from the content-addressed store, hash-verified

12
13// App is a new Spread construct that can group together sets of Entities.
14type App struct {
15 base
16 entities []Entity
17}
18
19// NewApp creates a new App entity.
20func NewApp(entities []Entity, defaults kube.ObjectMeta, source string, objects ...deploy.KubeObject) (*App, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected