Source: operator-sdk
Section: devel
Priority: optional
Standards-Version: 4.5.0
Maintainer: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
Homepage: https://github.com/operator-framework/operator-sdk/tags
Vcs-Browser: https://github.com/alvistack/operator-framework-operator-sdk
Vcs-Git: https://github.com/alvistack/operator-framework-operator-sdk.git
Build-Depends:
 debhelper,
 debhelper-compat (= 10),
 golang-1.26,

Package: operator-sdk
Architecture: amd64
Description: SDK for building Kubernetes applications
 The Operator SDK is a framework that uses the controller-runtime library
 to make writing operators easier by providing:
   - High level APIs and abstractions to write the operational logic more
     intuitively
   - Tools for scaffolding and code generation to bootstrap a new project
     fast
   - Extensions to cover common Operator use cases
Depends:
 ${shlibs:Depends},
 ${misc:Depends},
 ansible-operator-plugins (>= 1.42.2),
