ComponentRef

ComponentRef represents a reference to a component resource. Next ID: 4

JSON representation
{
  "compositeRef": {
    object (CompositeRef)
  },
  "component": string,
  "revision": string
}
Fields
compositeRef

object (CompositeRef)

Reference to the Composite ApplicationTemplate.

component

string

Name of the component in composite.Components

revision

string

Revision of the component. If the component does not have a revision, this field will be explicitly set to the revision of the composite ApplicationTemplate.