Skip to content

Commit

Permalink
revert generation crd
Browse files Browse the repository at this point in the history
Signed-off-by: yaroslavborbat <yaroslav.752@gmail.com>
  • Loading branch information
yaroslavborbat committed Sep 6, 2024
1 parent 53c3a0a commit 1cd603f
Show file tree
Hide file tree
Showing 2 changed files with 746 additions and 1,158 deletions.
2 changes: 1 addition & 1 deletion api/scripts/update-codegen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ function source::settings {
MODULE="github.com/deckhouse/virtualization/api"
PREFIX_GROUP="virtualization.deckhouse.io_"
# TODO: Temporary filter until all CRDs become auto-generated.
ALLOWED_RESOURCE_GEN_CRD=("VirtualMachineClass" "VirtualMachine" "ExampleKind1" "ExampleKind2")
ALLOWED_RESOURCE_GEN_CRD=("VirtualMachineClass" "ExampleKind1" "ExampleKind2")
source "${CODEGEN_PKG}/kube_codegen.sh"
}

Expand Down
Loading

0 comments on commit 1cd603f

Please sign in to comment.