Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 1.42 KB

File metadata and controls

41 lines (28 loc) · 1.42 KB

CoderTemplate

API identity

  • Group/version: aggregation.coder.com/v1alpha1
  • Kind: CoderTemplate
  • Resource: codertemplates
  • Scope: namespaced

Spec

Field Type Description

| organization | string | Organization is the Coder organization name (must match the organization prefix in metadata.name). | | versionID | string | VersionID is the Coder template version UUID used on creation (required for CREATE). | | displayName | string | | | description | string | | | icon | string | | | running | boolean | Running is a legacy flag retained temporarily for in-repo callers that still read template run-state directly. |

Status

Field Type Description

| id | string | | | organizationName | string | | | activeVersionID | string | | | deprecated | boolean | | | updatedAt | Time | | | autoShutdown | Time | AutoShutdown is a legacy timestamp retained temporarily for in-repo callers that still surface template shutdown timestamps. |

Source

  • Go type: api/aggregation/v1alpha1/types.go
  • APIService registration manifest: deploy/apiserver-apiservice.yaml