Hierarchy

  • CharmMeta

Properties

assumes-expr?: ExpressionTree
categories?: string[]
charm-user?: string
containers?: Record<string, CharmContainer>
description: string
devices?: Record<string, CharmDevice>
extra-bindings?: Record<string, string>
min-juju-version?: string
name: string
peers?: Record<string, CharmRelation>
provides?: Record<string, CharmRelation>
requires?: Record<string, CharmRelation>
resources?: Record<string, CharmResourceMeta>
storage?: Record<string, CharmStorage>
subordinate: boolean
summary: string
tags?: string[]
terms?: string[]

Generated using TypeDoc