网站首页 站内搜索

搜索结果

查询Tags标签: updater,共有 2条记录
  • manim updater animations

    Scene1 创建长方体并移动:class myjob(Scene):def construct(self):box = Rectangle(stroke_color = GREEN_C, stroke_opacity = 0.7, fill_color = RED_B, fill_opacity = 0.5, height = 1, widhth = 1)self.add(box)self.play(box.animate.shift(RIGHT*2), run_time = …

    2022/6/11 23:50:20 人评论 次浏览
  • [k8s] 创建sa类型的kubeconfig

    123--- apiVersion: v1 kind: ServiceAccount metadata:name: my-configmap-updater--- apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRole metadata:name: configmap-updater rules:- apiGroups: [""]resources: ["configmaps"]verbs: [&…

    2022/4/3 6:20:06 人评论 次浏览
扫一扫关注最新编程教程