Kubeslice Worker Operator Opensource Repository: The KubeSlice Worker Operator is a Kubernetes operator that manages the lifecycle of KubeSlice worker clusters.
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.
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