Skip to content

Commit 6fe5696

Browse files
committed
fix: r
Signed-off-by: ashing <[email protected]>
1 parent 925ada6 commit 6fe5696

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ jobs:
4545
if ! git diff --exit-code -- docs/crd/api.md; then
4646
echo "docs/crd/api.md has changed. Please run 'make generate-crd-docs' and commit the updated file."
4747
exit 1
48-
fi
48+
fi

.github/workflows/lint-checker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,4 @@ jobs:
7272
file-path: './README.md, ./install.md, ./test/e2e/README.md'
7373
max-depth: -1
7474
file-extension: ".md"
75-
check-modified-files-only: "no"
75+
check-modified-files-only: "no"

api/v1alpha1/gatewayproxy_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ const (
4848
// GatewayProxyProvider defines the provider configuration for GatewayProxy
4949
// +kubebuilder:validation:XValidation:rule="self.type == 'ControlPlane' ? has(self.controlPlane) : true",message="controlPlane must be specified when type is ControlPlane"
5050
type GatewayProxyProvider struct {
51-
// Type 1111 specifies the type of provider
51+
// Type specifies the type of provider
5252
// +kubebuilder:validation:Required
5353
Type ProviderType `json:"type"`
5454

config/crd/bases/apisix.apache.org_gatewayproxies.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ spec:
117117
- endpoints
118118
type: object
119119
type:
120-
description: Type 1111 specifies the type of provider
120+
description: Type specifies the type of provider
121121
enum:
122122
- ControlPlane
123123
type: string

0 commit comments

Comments
 (0)