Skip to content

Commit

Permalink
Merge pull request kubernetes#128658 from stlaz/ctb_alpha_extend
Browse files Browse the repository at this point in the history
clustertrustbundles: extend alpha for 2 more releases
  • Loading branch information
k8s-ci-robot authored Nov 7, 2024
2 parents 7243fa6 + 9705024 commit 9c571ab
Show file tree
Hide file tree
Showing 8 changed files with 3,367 additions and 4 deletions.
26 changes: 26 additions & 0 deletions api/discovery/aggregated_v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -709,6 +709,32 @@
}
],
"version": "v1"
},
{
"freshness": "Current",
"resources": [
{
"resource": "clustertrustbundles",
"responseKind": {
"group": "",
"kind": "ClusterTrustBundle",
"version": ""
},
"scope": "Cluster",
"singularResource": "clustertrustbundle",
"verbs": [
"create",
"delete",
"deletecollection",
"get",
"list",
"patch",
"update",
"watch"
]
}
],
"version": "v1alpha1"
}
]
},
Expand Down
4 changes: 4 additions & 0 deletions api/discovery/apis.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,10 @@
{
"groupVersion": "certificates.k8s.io/v1",
"version": "v1"
},
{
"groupVersion": "certificates.k8s.io/v1alpha1",
"version": "v1alpha1"
}
]
},
Expand Down
4 changes: 4 additions & 0 deletions api/discovery/apis__certificates.k8s.io.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
{
"groupVersion": "certificates.k8s.io/v1",
"version": "v1"
},
{
"groupVersion": "certificates.k8s.io/v1alpha1",
"version": "v1alpha1"
}
]
}
24 changes: 24 additions & 0 deletions api/discovery/apis__certificates.k8s.io__v1alpha1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"apiVersion": "v1",
"groupVersion": "certificates.k8s.io/v1alpha1",
"kind": "APIResourceList",
"resources": [
{
"kind": "ClusterTrustBundle",
"name": "clustertrustbundles",
"namespaced": false,
"singularName": "clustertrustbundle",
"storageVersionHash": "XGGGW2kGm+w=",
"verbs": [
"create",
"delete",
"deletecollection",
"get",
"list",
"patch",
"update",
"watch"
]
}
]
}
Loading

0 comments on commit 9c571ab

Please sign in to comment.