-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Improve code and repair edge case problems with the internal Pod…
…Spec updates. (#31) Significant rewrites for parts of podspec_updates.go to fix broken integration test edge cases - When deleted, the AuthProxyWorkloads resource hangs around for a few minutes with its metadata.DeletionTimestamp set. In some cases, we need to ignore workloads that have already been deleted. - Correctly determine if a port is in use or not. Fixes an edge case where the ConnectionString on an AuthProxyWorkload changes, but the port number remains the same. - Correctly handle EnvVars for removed AuthProxyWorkloads - Correctly handle Volumes and VolumeMounts for removed AuthProxyWorkloads Code cleanup from lint in most of the other files. - Rename function params in podspec_updates.go for consistency Add the health check spec to proxy containers.
- Loading branch information
Showing
5 changed files
with
464 additions
and
311 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.