Skip to content

Commit

Permalink
Fix comments on KongServiceSpec (#248)
Browse files Browse the repository at this point in the history
  • Loading branch information
randmonkey authored Jan 22, 2025
1 parent f3076ec commit 0279242
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion api/configuration/v1alpha1/kongservice_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ type KongService struct {
Status KongServiceStatus `json:"status,omitempty"`
}

// KongServiceSpec defines specification of a Kong Route.
// KongServiceSpec defines specification of a Kong Service.
// +kubebuilder:validation:XValidation:rule="!has(self.controlPlaneRef) ? true : self.controlPlaneRef.type != 'kic'", message="KIC is not supported as control plane"
// +apireference:kgo:include
type KongServiceSpec struct {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ spec:
metadata:
type: object
spec:
description: KongServiceSpec defines specification of a Kong Route.
description: KongServiceSpec defines specification of a Kong Service.
properties:
connect_timeout:
description: The timeout in milliseconds for establishing a connection
Expand Down
2 changes: 1 addition & 1 deletion docs/api-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -1428,7 +1428,7 @@ _Appears in:_
#### KongServiceSpec


KongServiceSpec defines specification of a Kong Route.
KongServiceSpec defines specification of a Kong Service.



Expand Down

0 comments on commit 0279242

Please sign in to comment.