Skip to content

Commit

Permalink
recordTTL doc fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
ironcladlou committed Feb 17, 2020
1 parent 802801b commit ae8fb7f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions operatoringress/v1/0000_50_dns-record.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ spec:
type: string
minLength: 1
recordTTL:
description: recordTTL is the record TTL in seconds. If <= zero, the
default is 30.
description: recordTTL is the record TTL in seconds. If zero, the default
is 30.
type: integer
format: int64
minimum: 0
Expand Down
2 changes: 1 addition & 1 deletion operatoringress/v1/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ type DNSRecordSpec struct {
// +kubebuilder:validation:Required
// +required
RecordType DNSRecordType `json:"recordType"`
// recordTTL is the record TTL in seconds. If <= zero, the default is 30.
// recordTTL is the record TTL in seconds. If zero, the default is 30.
//
// +kubebuilder:validation:Required
// +kubebuilder:validation:Minimum=0
Expand Down
2 changes: 1 addition & 1 deletion operatoringress/v1/zz_generated.swagger_doc_generated.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ae8fb7f

Please sign in to comment.