Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CustomBundleRegistration ¶
type CustomBundleRegistration struct { InitBundlesResourceFunc func() interface{} BundleUpdatesChan chan interface{} }
CustomBundleRegistration abstract the registration for custom bundles according to bundle ID in transport layer. Custom-bundles are bundles that do not implement bundle.GenericBundle.
type GenericBundle ¶
type GenericBundle struct { Objects []*unstructured.Unstructured `json:"objects"` DeletedObjects []*unstructured.Unstructured `json:"deletedObjects"` }
GenericBundle bundle received from transport containing Objects/DeletedObjects.
func NewGenericBundle ¶
func NewGenericBundle() *GenericBundle
NewGenericBundle returns a new instance of GenericBundle.
Click to show internal directories.
Click to hide internal directories.