package
0.6.3
Repository: https://github.com/layer5io/meshery-app-mesh.git
Documentation: pkg.go.dev

# Packages

Package oam contains the definitions for OAM objects as well as the parsers and register functions associated with it.

# Functions

ErrAddonFromHelm is the error for installing addons through helm chart.
ErrAddonFromTemplate is the error for streaming event.
ErrApplyHelmChart is the occurend while applying helm chart.
ErrAppMeshCoreComponentFail is the error when core appmesh component processing fails.
ErrClientConfig is the error for setting client config.
ErrCustomOperation is the error for custom operations.
ErrInstallAppMesh is the error for install mesh.
ErrInvalidOAMComponentType is the error when the OAM component name is not valid.
ErrLoadNamespaceToMesh identifies the inability to label the appropropriate namespace.
ErrMeshConfig is the error for mesh config.
ErrParseAppMeshCoreComponent is the error when app-mesh core component manifest parsing fails.
ErrProcessOAM is a generic error which is thrown when an OAM operations fails.
ErrSampleApp is the error for operations on the sample apps.
ErrStreamEvent is the error for streaming event.
New initializes AppMesh handler.

# Variables

ErrAddonFromHelmCode represents the error while installing addons through helm charts.
ErrAddonFromTemplateCode represents the errors which are generated during addon deployment process.
ErrApplyHelmChartCode represents the error generated during the process of applying helm chart.
ErrAppMeshCoreComponentFailCode represents error code when there is an error parsing components.
ErrClientConfigCode adapter configuration failure.
ErrCustomOperationCode should really have an error code defined by now.
ErrInstallAppMeshCode provisioning failure.
ErrInvalidOAMComponentTypeCode represents error code when invalid OAM components are registerd.
ErrLoadNamespaceToMeshCode represents the error which is generated when the namespace could not be labelled and updated.
ErrMeshConfigCode service mesh configuration failure.
ErrNilClient represents the error generated when kubernetes client is nil.
ErrNilClientCode represents the error code which is generated when kubernetes client is nil.
ErrOpInvalid is an error when an invalid operation is requested.
ErrOpInvalidCode failure.
ErrParseAppMeshCoreComponentCode represents the error code when app-mesh core components can't be parsed.
ErrParseOAMComponent represents the error which is generated during the OAM component parsing.
ErrParseOAMComponentCode represents the error which is generated during the OAM component parsing.
ErrParseOAMConfig represents the error which is generated during the OAM configuration parsing.
ErrParseOAMConfigCode represents the error which is generated during the OAM configuration parsing.
ErrProcessOAMCode represents error code while parsing OAM components.
ErrSampleAppCode failure.
ErrStreamEventCode failure.

# Structs

AppMesh is the app-mesh adapter.

# Type aliases

CompHandler type functions handle OAM components.