【问题标题】:what's the meaning of apiVersion of batch/v1beta1batch/v1beta1的apiVersion是什么意思
【发布时间】:2021-12-30 16:30:41
【问题描述】:

我对以下回复感到困惑。

"apiVersion": "v1",是什么意思???

我希望 apiVersionv1beta1

$ curl http://127.0.0.1:8080/apis/batch/v1beta1
{
  "kind": "APIResourceList",
  "apiVersion": "v1",
  "groupVersion": "batch/v1beta1",
  "resources": [
    {
      "name": "cronjobs",
      "singularName": "",
      "namespaced": true,
      "kind": "CronJob",
      "verbs": [
        "create",
        "delete",
        "deletecollection",
        "get",
        "list",
        "patch",
        "update",
        "watch"
      ],
      "shortNames": [
        "cj"
      ],
      "categories": [
        "all"
      ],
      "storageVersionHash": "h/JlFAZkyyY="
    },
    {
      "name": "cronjobs/status",
      "singularName": "",
      "namespaced": true,
      "kind": "CronJob",
      "verbs": [
        "get",
        "patch",
        "update"
      ]
    }
  ]
}controlplane $

【问题讨论】:

    标签: kubernetes kubernetes-apiserver


    【解决方案1】:
    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2011-08-12
    • 2017-06-11
    • 2018-03-05
    • 2023-03-27
    • 2010-09-29
    • 2011-04-18
    相关资源
    最近更新 更多