diff options
| author | Tim Hockin <thockin@google.com> | 2015-10-23 15:08:27 -0700 |
|---|---|---|
| committer | Tim Hockin <thockin@google.com> | 2015-10-23 15:08:27 -0700 |
| commit | 27b87616c75fe7506feff77dbb2de29b327652c6 (patch) | |
| tree | cdc0b2c43423e706b0bf96a2397767833b4d3968 | |
| parent | 87802fb3000ae0d1048f62069b1b7d7452287b56 (diff) | |
syntax is 'go' not 'golang'
| -rw-r--r-- | api-conventions.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api-conventions.md b/api-conventions.md index 75c1cf51..69d1f740 100644 --- a/api-conventions.md +++ b/api-conventions.md @@ -188,7 +188,7 @@ Objects that contain both spec and status should not contain additional top-leve The `FooCondition` type for some resource type `Foo` may include a subset of the following fields, but must contain at least `type` and `status` fields: -```golang +```go Type FooConditionType `json:"type" description:"type of Foo condition"` Status ConditionStatus `json:"status" description:"status of the condition, one of True, False, Unknown"` LastHeartbeatTime unversioned.Time `json:"lastHeartbeatTime,omitempty" description:"last time we got an update on a given condition"` |
