Skip to content

Commit

Permalink
Don't use kube.proto in kube.go. (#81)
Browse files Browse the repository at this point in the history
Previously, `ReplicaSetConfig` in `kube.proto` was used in two ways. It
was serialized and passed to the babysitter, and it was used internally
by `kube.go`. This PR refactors `kube.go` to use a `deployment` struct
instead of a `ReplicaSetConfig`. This will enable me to simplify
`ReplicaSetConfig` in a future PR.
  • Loading branch information
mwhittaker authored Oct 23, 2023
1 parent 1aeb405 commit 0ee9ba0
Showing 1 changed file with 273 additions and 285 deletions.
Loading

0 comments on commit 0ee9ba0

Please sign in to comment.