Skip to content

Add status condition#422

Open
SHRUTI6991 wants to merge 4 commits intokubernetes-sigs:mainfrom
SHRUTI6991:add_status_condition
Open

Add status condition#422
SHRUTI6991 wants to merge 4 commits intokubernetes-sigs:mainfrom
SHRUTI6991:add_status_condition

Conversation

@SHRUTI6991
Copy link
Contributor

We need to expose status method for Sandboxes in the Python SDK: #280. The current outstanding implementation checks the Pod status instead of Sandbox and transforms the Pod status into the Sandbox status on the client side. This is not an ideal implementation. We should expose status of the Sandbox on the controller side as a first class field.

To align with Kubernetes API standards and address the previous limitations of using phase for Sandbox as discussed in #121, this proposal replaces the deprecated status.phase field with status.conditions model. This model establishes three conditions: Initialised, Ready and Suspended.

@netlify
Copy link

netlify bot commented Mar 16, 2026

Deploy Preview for agent-sandbox ready!

Name Link
🔨 Latest commit 5364ba0
🔍 Latest deploy log https://app.netlify.com/projects/agent-sandbox/deploys/69c2c637c48091000863d411
😎 Deploy Preview https://deploy-preview-422--agent-sandbox.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@k8s-ci-robot k8s-ci-robot added size/L Denotes a PR that changes 100-499 lines, ignoring generated files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. labels Mar 16, 2026
@SHRUTI6991
Copy link
Contributor Author

/assign @janetkuo

@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: SHRUTI6991

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Mar 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants