kubeslice / worker-operator

Kubeslice Worker Operator Opensource Repository: The KubeSlice Worker Operator is a Kubernetes operator that manages the lifecycle of KubeSlice worker clusters.
Apache License 2.0
60 stars 19 forks source link

Rename deploy webhook package name to pod #113

Closed kmjayadeep closed 2 years ago

kmjayadeep commented 2 years ago

Signed-off-by: Jayadeep KM kmjayadeep@gmail.com

Recently the webhook was modified to mutate pods instead of deployments. The package name and variable names were still using the word "deploy". This PR fixes this to improve code readability.

note: the spacing changes are from go fmt