agent_runtime

module
v0.0.0-...-14e3c9d Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 12, 2025 License: Apache-2.0

README

Kubeval

kubeval is a tool for validating a Kubernetes YAML or JSON configuration file. It does so using schemas generated from the Kubernetes OpenAPI specification, and therefore can validate schemas for multiple versions of Kubernetes.

CircleCI Go Report Card GoDoc

$ kubeval my-invalid-rc.yaml
WARN - fixtures/my-invalid-rc.yaml contains an invalid ReplicationController - spec.replicas: Invalid type. Expected: [integer,null], given: string
$ echo $?
1

For full usage and installation instructions see kubeval.com.

Directories

Path Synopsis
cmd
agent command
agent_runtime command
cli command
cli/commands
Package commands provides CLI commands for the agent runtime
Package commands provides CLI commands for the agent runtime
config_loader command
config_sync command
config_test command
config_verify command
server command
sharedstate command
internal
ai
cpp
mcp
pkg
tools
Package tools provides tool implementations for the agent runtime
Package tools provides tool implementations for the agent runtime
types
Package types provides common type definitions used throughout the agent runtime
Package types provides common type definitions used throughout the agent runtime

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL