-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
initial setup for bootstraping validating webhook with kubebuilder
- Loading branch information
1 parent
f470fda
commit 2af3773
Showing
11 changed files
with
508 additions
and
121 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Code generated by tool. DO NOT EDIT. | ||
# This file is used to track the info used to scaffold your project | ||
# and allow the plugins properly work. | ||
# More info: https://book.kubebuilder.io/reference/project-config.html | ||
domain: argoproj | ||
layout: | ||
- go.kubebuilder.io/v4 | ||
projectName: argo-workflows | ||
repo: https://github.com/argoproj/argo-workflows | ||
resources: | ||
- domain: argoproj | ||
external: true | ||
group: argoproj.io | ||
kind: Workflow | ||
path: github.com/argoproj/argo-workflows/v3/pkg/apis/workflow/v1alpha1 | ||
version: v1alpha1 | ||
webhooks: | ||
validation: true | ||
webhookVersion: v1 | ||
version: "3" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
package main |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.