Skip to content

Commit

Permalink
syntax is 'go' not 'golang'
Browse files Browse the repository at this point in the history
  • Loading branch information
thockin committed Oct 23, 2015
1 parent 5390a93 commit 76769d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/devel/api-conventions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
Expand Down

0 comments on commit 76769d8

Please sign in to comment.