Skip to content

Commit f90f5bc

Browse files
authored
Remove cluster.cluster.k8s.io CRD and api type (kubermatic#1296)
Signed-off-by: Marvin Beckers <marvin@kubermatic.com>
1 parent 62c7a8c commit f90f5bc

3 files changed

Lines changed: 0 additions & 352 deletions

File tree

examples/machine-controller.yaml

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -155,32 +155,6 @@ spec:
155155
jsonPath: .metadata.deletionTimestamp
156156
priority: 1
157157
---
158-
apiVersion: apiextensions.k8s.io/v1
159-
kind: CustomResourceDefinition
160-
metadata:
161-
name: clusters.cluster.k8s.io
162-
labels:
163-
local-testing: "true"
164-
annotations:
165-
"api-approved.kubernetes.io": "unapproved, legacy API"
166-
spec:
167-
group: cluster.k8s.io
168-
scope: Namespaced
169-
names:
170-
kind: Cluster
171-
plural: clusters
172-
versions:
173-
- name: v1alpha1
174-
served: true
175-
storage: true
176-
schema:
177-
openAPIV3Schema:
178-
x-kubernetes-preserve-unknown-fields: true
179-
type: object
180-
subresources:
181-
# status enables the status subresource.
182-
status: {}
183-
---
184158
apiVersion: rbac.authorization.k8s.io/v1
185159
kind: ClusterRoleBinding
186160
metadata:

pkg/apis/cluster/v1alpha1/cluster_types.go

Lines changed: 0 additions & 166 deletions
This file was deleted.

pkg/apis/cluster/v1alpha1/zz_generated.deepcopy.go

Lines changed: 0 additions & 160 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)