You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 27, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: charts/topolvm/templates/crd/crd.yaml
+57-66Lines changed: 57 additions & 66 deletions
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
1
{{ if .Values.crd.create }}
2
-
apiVersion: apiextensions.k8s.io/v1beta1
2
+
apiVersion: apiextensions.k8s.io/v1
3
3
kind: CustomResourceDefinition
4
4
metadata:
5
5
annotations:
6
-
controller-gen.kubebuilder.io/version: v0.2.7
6
+
controller-gen.kubebuilder.io/version: v0.4.0
7
7
creationTimestamp: null
8
8
name: logicalvolumes.topolvm.cybozu.com
9
9
labels:
@@ -16,74 +16,65 @@ spec:
16
16
plural: logicalvolumes
17
17
singular: logicalvolume
18
18
scope: Cluster
19
-
subresources:
20
-
status: {}
21
-
validation:
22
-
openAPIV3Schema:
23
-
description: LogicalVolume is the Schema for the logicalvolumes API
24
-
properties:
25
-
apiVersion:
26
-
description: 'APIVersion defines the versioned schema of this representation
27
-
of an object. Servers should convert recognized schemas to the latest
28
-
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
29
-
type: string
30
-
kind:
31
-
description: 'Kind is a string value representing the REST resource this
32
-
object represents. Servers may infer this from the endpoint the client
33
-
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
34
-
type: string
35
-
metadata:
36
-
type: object
37
-
spec:
38
-
description: LogicalVolumeSpec defines the desired state of LogicalVolume
39
-
properties:
40
-
deviceClass:
41
-
type: string
42
-
name:
43
-
description: 'INSERT ADDITIONAL SPEC FIELDS - desired state of cluster
44
-
Important: Run "make" to regenerate code after modifying this file'
description: 'INSERT ADDITIONAL STATUS FIELD - define observed state
77
-
of cluster Important: Run "make" to regenerate code after modifying
78
-
this file'
79
-
type: string
80
-
type: object
81
-
type: object
82
-
version: v1
83
19
versions:
84
20
- name: v1
21
+
schema:
22
+
openAPIV3Schema:
23
+
description: LogicalVolume is the Schema for the logicalvolumes API
24
+
properties:
25
+
apiVersion:
26
+
description: 'APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
27
+
type: string
28
+
kind:
29
+
description: 'Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
30
+
type: string
31
+
metadata:
32
+
type: object
33
+
spec:
34
+
description: LogicalVolumeSpec defines the desired state of LogicalVolume
35
+
properties:
36
+
deviceClass:
37
+
type: string
38
+
name:
39
+
description: 'INSERT ADDITIONAL SPEC FIELDS - desired state of cluster Important: Run "make" to regenerate code after modifying this file'
0 commit comments