Skip to content

Commit

Permalink
added simpledeployment (#895)
Browse files Browse the repository at this point in the history
Signed-off-by: swastik959 <[email protected]>
  • Loading branch information
swastik959 authored Jul 2, 2024
1 parent 6595322 commit 16ec5b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/webhook/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ import (
var types = map[schema.GroupVersionKind]resourcesemantics.GenericCRD{
// List the types to validate.
v1alpha1.SchemeGroupVersion.WithKind("AddressableService"): &v1alpha1.AddressableService{},
v1alpha1.SchemeGroupVersion.WithKind("SimpleDeployment"): &v1alpha1.SimpleDeployment{},
}

var callbacks = map[schema.GroupVersionKind]validation.Callback{}
Expand Down

0 comments on commit 16ec5b7

Please sign in to comment.