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
Copy file name to clipboardExpand all lines: deploy/helm/charts/crds/lvmnode.yaml
+69-2Lines changed: 69 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -40,12 +40,12 @@ spec:
40
40
apiVersion:
41
41
description: 'APIVersion defines the versioned schema of this representation
42
42
of an object. Servers should convert recognized schemas to the latest
43
-
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources'
43
+
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
44
44
type: string
45
45
kind:
46
46
description: 'Kind is a string value representing the REST resource this
47
47
object represents. Servers may infer this from the endpoint the client
48
-
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds'
48
+
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
49
49
type: string
50
50
metadata:
51
51
type: object
@@ -54,6 +54,12 @@ spec:
54
54
description: VolumeGroup specifies attributes of a given vg exists on
55
55
node.
56
56
properties:
57
+
allocationPolicy:
58
+
description: 'AllocationPolicy indicates the volume group allocation
59
+
policy. AllocationPolicy has the following mapping between int
60
+
and string for its value: [-1: "", 0: "normal", 1: "contiguous",
61
+
2: "cling", 3: "anywhere", 4: "inherited"]'
62
+
type: integer
57
63
free:
58
64
anyOf:
59
65
- type: integer
@@ -67,10 +73,57 @@ spec:
67
73
format: int32
68
74
minimum: 0
69
75
type: integer
76
+
maxLv:
77
+
description: MaxLV denotes maximum number of logical volumes allowed
78
+
in volume group or 0 if unlimited.
79
+
format: int32
80
+
type: integer
81
+
maxPv:
82
+
description: MaxPV denotes maximum number of physical volumes allowed
83
+
in volume group or 0 if unlimited.
84
+
format: int32
85
+
type: integer
86
+
metadataCount:
87
+
description: MetadataCount denotes number of metadata areas on the
88
+
volume group.
89
+
format: int32
90
+
type: integer
91
+
metadataFree:
92
+
anyOf:
93
+
- type: integer
94
+
- type: string
95
+
description: MetadataFree specifies the available metadata area
Copy file name to clipboardExpand all lines: deploy/helm/charts/crds/lvmsnapshot.yaml
+8-32Lines changed: 8 additions & 32 deletions
Original file line number
Diff line number
Diff line change
@@ -35,57 +35,33 @@ spec:
35
35
apiVersion:
36
36
description: 'APIVersion defines the versioned schema of this representation
37
37
of an object. Servers should convert recognized schemas to the latest
38
-
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources'
38
+
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
39
39
type: string
40
40
kind:
41
41
description: 'Kind is a string value representing the REST resource this
42
42
object represents. Servers may infer this from the endpoint the client
43
-
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds'
43
+
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
Copy file name to clipboardExpand all lines: deploy/helm/charts/crds/lvmvolume.yaml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -58,12 +58,12 @@ spec:
58
58
apiVersion:
59
59
description: 'APIVersion defines the versioned schema of this representation
60
60
of an object. Servers should convert recognized schemas to the latest
61
-
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources'
61
+
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
62
62
type: string
63
63
kind:
64
64
description: 'Kind is a string value representing the REST resource this
65
65
object represents. Servers may infer this from the endpoint the client
66
-
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds'
66
+
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
0 commit comments