Skip to content

Implement Go Client Pod Extension Support (GKE Snapshots) #538

@SHRUTI6991

Description

@SHRUTI6991

Description

Currently, the agent-sandbox project provides a Python-based client extension for managing GKE-specific Pod operations, specifically around Pod snapshotting. To support Go-based tooling and controllers, we need to implement a functionally equivalent extension in the Go client library.

This extension will allow Go users to interact with Pod extensions (like snapshots) using a native, type-safe interface similar to the pattern established in the Python client.

Reference Implementation

The implementation should follow the logic and structure found in the Python client:
Source: clients/python/agentic-sandbox-client/k8s_agent_sandbox/gke_extensions/snapshots

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions