Skip to content

kubebuilder.io

Kubebuilder - SDK for building Kubernetes APIs using CRDs

Package Information

  • Domain: kubebuilder.io
  • Name: kubebuilder.io
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install kubebuilder

Programs

This package provides the following executable programs:

  • kubebuilder

Aliases

This package can also be accessed using these aliases:

  • kubebuilder

Available Versions

Show all 18 versions
  • 4.6.0, 4.5.2, 4.5.1, 4.5.0, 4.4.0
  • 4.3.1, 4.3.0, 4.2.0, 4.1.1, 4.1.0
  • 4.0.0, 3.15.1, 3.15.0, 3.14.2, 3.14.1
  • 3.14.0, 3.13.0, 3.12.0

Latest Version: 4.6.0

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) +kubebuilder.io@4.6.0 -- $SHELL -i

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.kubebuilderio

console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)

This documentation was auto-generated from package data.

Released under the MIT License.