# python-operator **Repository Path**: huangchengwu/python-operator ## Basic Information - **Project Name**: python-operator - **Description**: k8s python控制器 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-04-02 - **Last Updated**: 2022-04-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 目前只支持监听资源并且对资源进行api操作 不支持 - 1 过滤 - 2 finalizers - 3 ownerReferences - 3 webhook # 安装 make instll # 卸载 make uninstall # 启动 make run # 运行yaml kubectl get config/samples/samples.yaml # 效果 ## 运行 ![演示图片](https://gitee.com/huangchengwu/python-operator/raw/main/demo_img/run.png) ## 创建 ![演示图片](https://gitee.com/huangchengwu/python-operator/raw/main/demo_img/create.png) ![演示图片](https://gitee.com/huangchengwu/python-operator/raw/main/demo_img/create_svc.png) ![演示图片](https://gitee.com/huangchengwu/python-operator/raw/main/demo_img/samples.png) ## 更新 ![演示图片](https://gitee.com/huangchengwu/python-operator/raw/main/demo_img/up.png) ## 删除 ![演示图片](https://gitee.com/huangchengwu/python-operator/raw/main/demo_img/delete.png) ### 代码只使用请看博客文档 huangchengwu