Skip to content

Commit

Permalink
Merge pull request kubernetes#16197 from thockin/docs-nits
Browse files Browse the repository at this point in the history
syntax is 'go' not 'golang'
  • Loading branch information
thockin committed Oct 23, 2015
2 parents 5c903db + 76769d8 commit c28ddf9
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 c28ddf9

Please sign in to comment.