-
Notifications
You must be signed in to change notification settings - Fork 260
Expanding mtpnc status to include delete status #4085
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
Conversation
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.
Pull Request Overview
Expands MultitenantPodNetworkConfig visibility and lifecycle status tracking.
- Adds PodUID and Status printer columns; removes PodNetwork printer column.
- Introduces new MTPNCStatusDeleting status constant.
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| crd/multitenancy/manifests/multitenancy.acn.azure.com_multitenantpodnetworkconfigs.yaml | Adjusts CRD printer columns to include PodUID and Status, removes PodNetwork. |
| crd/multitenancy/api/v1alpha1/multitenantpodnetworkconfig.go | Adds PodUID and Status printcolumn annotations and new Deleting status constant. |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
crd/multitenancy/manifests/multitenancy.acn.azure.com_multitenantpodnetworkconfigs.yaml
Show resolved
Hide resolved
|
/azp run Azure Container Networking PR |
|
Azure Pipelines successfully started running 1 pipeline(s). |
7ddb56b
|
/azp run Azure Container Networking PR |
|
Azure Pipelines successfully started running 1 pipeline(s). |
aggarwal0009
left a comment
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
|
/azp run Azure Container Networking PR |
|
Azure Pipelines successfully started running 1 pipeline(s). |
* Adding delete timestamp check * Adding status and removing deprecated fields from output * Revert MTPNC deletion timestamp check * fix: removing unused fields * fix: removing unused fields * Adding documentation for the status * Formatting the config file * Addressing PR comments * Changing type for pod uid
* Adding delete timestamp check * Adding status and removing deprecated fields from output * Revert MTPNC deletion timestamp check * fix: removing unused fields * fix: removing unused fields * Adding documentation for the status * Formatting the config file * Addressing PR comments * Changing type for pod uid
Reason for Change:
Issue Fixed:
Requirements:
Notes: