# Tray

Defines the tray.

Field Type Notes
apiVersion string Optional api version for this object.
kind string Identifer for this configuration object.
metadata Metadata Object metadata, see metadata.
spec TraySpecification See Tray Specification.
status TrayStatus See Tray Status.

# Tray Specification

The specification for a tray.

Field Type Notes
documentationUrl string The url to use for the documentation link.
icon string The icon to use in the tray.

# Tray Status READONLY

Populated by Desktop.

Field Type Notes
startTime Date The start time of the tray.

# Example

---
kind: tray
metadata:
  name: Desktop Tray
  description: The desktop tray icon.
  namespace: desktop
  uid: h53RbpUBB5SG5QpuxV-K4
status:
  startTime: '2020-07-06T08:02:58.906Z'