-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bump: harvester/webhook to v0.1.4 #97
Conversation
Signed-off-by: Jack Yu <[email protected]>
29250da
to
c15c6b8
Compare
Signed-off-by: Jack Yu <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm. thanks.
admissionregv1 "k8s.io/api/admissionregistration/v1" | ||
"k8s.io/apimachinery/pkg/labels" | ||
"k8s.io/apimachinery/pkg/runtime" | ||
|
||
"github.com/harvester/webhook/pkg/server/admission" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
dittos
pkg/webhook/nad/mutator.go
Outdated
cniv1 "github.com/k8snetworkplumbingwg/network-attachment-definition-client/pkg/apis/k8s.cni.cncf.io/v1" | ||
"github.com/tidwall/sjson" | ||
admissionregv1 "k8s.io/api/admissionregistration/v1" | ||
k8slabels "k8s.io/apimachinery/pkg/labels" | ||
"k8s.io/apimachinery/pkg/runtime" | ||
"k8s.io/klog" | ||
|
||
"github.com/harvester/webhook/pkg/server/admission" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
dittos
Signed-off-by: Jack Yu <[email protected]>
8cda15a
to
df0b1b9
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested with basic function. LGTM, thanks!
Solution:
Wait for this PR harvester/webhook#6
Related Issue:
https://github.com/harvester/security/issues/42
Additional Context
webhook/pkg at v0.1.2 · harvester/webhook v.s webhook/pkg at v0.1.3 · harvester/webhook, there are some unsupported package in webhook 0.1.3, such as types
Result
Check this comment to see result.