Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ElementRequiredDescription
nameYesThe name of the view. See <name> for more information.
labelYesThe label of the view. See <label> for more information.
versionYesThe version of the view. See <version> for more information.
parameterNoDefines a configuration parameter that is used to when creating a view instance. See <parameter> for more information.
resourceNoDefines a resource that is exposed by the view. See <resource> for more information.

Anchor
view.name
view.name
<name>

The name of the view. Example:

<name>MY_COOL_VIEW</name>

Anchor
view.label
view.label
<label>

The label of the view. Example:

<label>My Cool View</label>

Anchor
view.version
view.version
<version>

The version of the view. Example:

<version>0.1.0</version>

Anchor
view.parameter
view.parameter
<parameter>

ElementRequiredDescription
nameYesThe name of the parameter. See <parameter><name> for more information.
descriptionYesThe description of the parameter. See <parameter><description> for more information.
requiredYesIf true, the parameter is required in order to create a view instance. See <parameter><required> for more information.

...

</parameter>

<parameter><name>

TBD

<parameter><description>

TBD

<parameter><required>

TBD

Anchor
view.resource
view.resource
<resource>

...

ElementRequiredDescription
nameYesThe name of the parameter. See <parameter><name> for more information.
service-classNo 

...

  <resource>

    <name>clusters</name>

...