Skip to content

Commit da082b3

Browse files
author
hejianpeng
committed
docs: add api reference doc
Signed-off-by: hejianpeng <[email protected]>
1 parent 7639637 commit da082b3

File tree

18 files changed

+1870
-8
lines changed

18 files changed

+1870
-8
lines changed

api/config/v1alpha1/doc.go

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
// Copyright Envoy Gateway Authors
2+
// SPDX-License-Identifier: Apache-2.0
3+
// The full text of the Apache license is available in the LICENSE file at
4+
// the root of the repo.
5+
6+
// Package v1alpha1 contains API Schema definitions for the config v1alpha1 API group.
7+
//
8+
// +kubebuilder:object:generate=true
9+
// +groupName=config.gateway.envoyproxy.io
10+
package v1alpha1

api/config/v1alpha1/groupversion_info.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@
33
// The full text of the Apache license is available in the LICENSE file at
44
// the root of the repo.
55

6-
// Package v1alpha1 contains API Schema definitions for the config v1alpha1 API group.
7-
//
8-
// +kubebuilder:object:generate=true
9-
// +groupName=config.gateway.envoyproxy.io
106
package v1alpha1
117

128
import (

api/v1alpha1/doc.go

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
// Copyright Envoy Gateway Authors
2+
// SPDX-License-Identifier: Apache-2.0
3+
// The full text of the Apache license is available in the LICENSE file at
4+
// the root of the repo.
5+
6+
// Package v1alpha1 contains API Schema definitions for the gateway.envoyproxy.io API group.
7+
//
8+
// +kubebuilder:object:generate=true
9+
// +groupName=gateway.envoyproxy.io
10+
package v1alpha1

api/v1alpha1/groupversion_info.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@
33
// The full text of the Apache license is available in the LICENSE file at
44
// the root of the repo.
55

6-
// Package v1alpha1 contains API Schema definitions for the gateway.envoyproxy.io API group.
7-
//
8-
// +kubebuilder:object:generate=true
9-
// +groupName=gateway.envoyproxy.io
106
package v1alpha1
117

128
import (

0 commit comments

Comments
 (0)