Documentation ¶
Index ¶
- func NewBaseRenderer(refs []metav1.OwnerReference, suffix string, renderFiles []string, ...) bmgr.KubedgeResourceRenderer
- func NewECDSClusterRenderer(refs []metav1.OwnerReference, suffix string, renderFiles []string, ...) bmgr.KubedgeResourceRenderer
- func NewManagerFactory(mgr manager.Manager) bmgr.KubedgeResourceManagerFactory
- type ExecutionContextKind
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewBaseRenderer ¶ added in v0.1.23
func NewBaseRenderer(refs []metav1.OwnerReference, suffix string, renderFiles []string, renderValues map[string]interface{}) bmgr.KubedgeResourceRenderer
NewBaseRenderer creates a new OwnerRef engine with a set of metav1.OwnerReferences to be added to assets
func NewECDSClusterRenderer ¶ added in v0.1.9
func NewECDSClusterRenderer(refs []metav1.OwnerReference, suffix string, renderFiles []string, renderValues map[string]interface{}, spec av1.ECDSClusterSpec) bmgr.KubedgeResourceRenderer
NewECDSClusterRenderer creates a new OwnerRef engine with a set of metav1.OwnerReferences to be added to assets
func NewManagerFactory ¶
func NewManagerFactory(mgr manager.Manager) bmgr.KubedgeResourceManagerFactory
NewManagerFactory returns a new factory.
Types ¶
type ExecutionContextKind ¶ added in v0.1.9
type ExecutionContextKind string
Administractive state of the reconcilation of a CRD by the corresponding controller
const ( ECBusinessLogic ExecutionContextKind = "businesslogic" ECEnrichment ExecutionContextKind = "enrichment" ECFrontend ExecutionContextKind = "frontend" ECLoadbalancer ExecutionContextKind = "loadbalancer" ECPlatform ExecutionContextKind = "platform" )
Describe the Administrative State of the Chart
func (ExecutionContextKind) String ¶ added in v0.1.9
func (x ExecutionContextKind) String() string
String converts a ExecutionContextKind to a printable string
Click to show internal directories.
Click to hide internal directories.