We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9126c9b commit f5efa98Copy full SHA for f5efa98
pkg/api/bindings.go
@@ -16,6 +16,8 @@ limitations under the License.
16
SPDX-License-Identifier: Apache-2.0
17
*/
18
19
+//go:generate go run ../../tools/generator.go --resources ../..
20
+
21
package api
22
23
import (
0 commit comments