Documentation ¶
Overview ¶
Package manifest manages content resources, which contain all the resources for a deployed bundle.
Content resources are not namespaced.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Lookup ¶
func NewLookup ¶
func NewLookup(content fleetcontrollers.ContentClient) Lookup
type Manifest ¶
type Manifest struct { Commit string `json:"-"` Resources []fleet.BundleResource `json:"resources,omitempty"` // contains filtered or unexported fields }
type Store ¶
func NewStore ¶
func NewStore(content fleetcontrollers.ContentController) Store
Click to show internal directories.
Click to hide internal directories.