Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 1.28 KB

File metadata and controls

37 lines (28 loc) · 1.28 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 bool 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 bool
updatedAt metav1.Time
autoShutdown metav1.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