Skip to main content

publicManifest

Index

Properties

data

data: unknown

Manifest data. The value could be undefined when a component is invalid.

issues

issues: Issue[]

Issues found in the manifest.

optionalmetadata

metadata?: ManifestMeta

Manifest metadata. This value is undefined when data is not a valid Kubernetes object.

position

Manifest position.

Methods

report

  • report(issue: Issue): void
  • Report an issue for a manifest. Please always use this method instead of directly modifying the issues array to ensure better error handling.


    Parameters

    Returns void