NAME

IO::K8s::AgentSandbox - AgentSandbox CRD resource map provider for IO::K8s

VERSION

version 1.100

SYNOPSIS

my $k8s = IO::K8s->new(with => ['IO::K8s::AgentSandbox']);

my $sandbox = $k8s->new_object('Sandbox',
    metadata => { name => 'my-sandbox', namespace => 'default' },
    spec => { ... },
);

print $sandbox->to_yaml;

DESCRIPTION

Resource map provider for AgentSandbox Custom Resource Definitions. Registers 4 CRD classes covering:

  • agents.x-k8s.io/v1alpha1: Sandbox (main API group)

  • extensions.agents.x-k8s.io/v1alpha1: SandboxClaim, SandboxTemplate, SandboxWarmPool

AgentSandbox manages isolated, stateful, singleton workloads for AI agent runtimes.

Not loaded by default — opt in via the with constructor parameter of IO::K8s or by calling $k8s->add('IO::K8s::AgentSandbox') at runtime.

Included CRDs (agents.x-k8s.io/v1alpha1)

Sandbox

Included CRDs (extensions.agents.x-k8s.io/v1alpha1)

SandboxClaim, SandboxTemplate, SandboxWarmPool

SEE ALSO

IO::K8s

AgentSandbox repository

SUPPORT

Issues

Please report bugs and feature requests on GitHub at https://github.com/pplu/io-k8s-p5/issues.

IRC

Join #kubernetes on irc.perl.org or message Getty directly.

CONTRIBUTING

Contributions are welcome! Please fork the repository and submit a pull request.

AUTHORS

  • Torsten Raudssus <torsten@raudssus.de>

  • Jose Luis Martinez Torres <jlmartin@cpan.org>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2018-2026 by Jose Luis Martinez Torres <jlmartin@cpan.org>.

This is free software, licensed under:

The Apache License, Version 2.0, January 2004