forked from devfile/api
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add generation annotations and generate CRDs to include v1alpha1
Signed-off-by: Angel Misevski <[email protected]>
- Loading branch information
Showing
8 changed files
with
22,377 additions
and
6,508 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
10,726 changes: 7,412 additions & 3,314 deletions
10,726
crds/workspace.devfile.io_devworkspaces.v1beta1.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
10,172 changes: 7,040 additions & 3,132 deletions
10,172
crds/workspace.devfile.io_devworkspacetemplates.v1beta1.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
3,854 changes: 3,854 additions & 0 deletions
3,854
crds/workspace.devfile.io_devworkspacetemplates.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,5 +1,6 @@ | ||
package v1alpha1 | ||
|
||
// +k8s:deepcopy-gen=false | ||
type Keyed interface { | ||
Key() (string, error) | ||
} | ||
|
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.