Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions api/v1alpha1/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions config/crd/bases/agents.kruise.io_sandboxtemplates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,16 @@ spec:
items:
type: string
type: array
runtimes:
description: Runtimes - Runtime configuration for sandbox object
items:
properties:
name:
type: string
required:
- name
type: object
type: array
template:
description: |-
Template describes the pods that will be created.
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ go 1.24.7

require (
connectrpc.com/connect v1.19.1
github.com/cncf/xds/go v0.0.0-20250501225837-2ac532fd4443
github.com/container-storage-interface/spec v1.9.0
github.com/distribution/reference v0.6.0
github.com/envoyproxy/envoy v1.37.1
Expand Down Expand Up @@ -43,7 +44,6 @@ require (
github.com/blang/semver/v4 v4.0.0 // indirect
github.com/cenkalti/backoff/v5 v5.0.3 // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/cncf/xds/go v0.0.0-20250501225837-2ac532fd4443 // indirect
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
github.com/envoyproxy/protoc-gen-validate v1.2.1 // indirect
Expand Down
Loading