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
description: ClusterDevfileRegistriesList is a custom resource where cluster
27
-
admins can add a list of Devfile Registries to allow devfiles to be visible
28
-
at the cluster level. In order to be added to the list, the Devfile Registries
29
-
must be reachable, supports the Devfile v2.0 spec and above, and is not
30
-
using the default namespace.
25
+
description: |-
26
+
ClusterDevfileRegistriesList is a custom resource where cluster admins can add a list of Devfile Registries to allow devfiles to be visible
27
+
at the cluster level. In order to be added to the list, the Devfile Registries must be reachable, supports the Devfile v2.0 spec and above,
28
+
and is not using the default namespace.
31
29
properties:
32
30
apiVersion:
33
-
description: 'APIVersion defines the versioned schema of this representation
34
-
of an object. Servers should convert recognized schemas to the latest
35
-
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
31
+
description: |-
32
+
APIVersion defines the versioned schema of this representation of an object.
33
+
Servers should convert recognized schemas to the latest internal value, and
34
+
may reject unrecognized values.
35
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
36
36
type: string
37
37
kind:
38
-
description: 'Kind is a string value representing the REST resource this
39
-
object represents. Servers may infer this from the endpoint the client
40
-
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
38
+
description: |-
39
+
Kind is a string value representing the REST resource this object represents.
40
+
Servers may infer this from the endpoint the client submits requests to.
41
+
Cannot be updated.
42
+
In CamelCase.
43
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
41
44
type: string
42
45
metadata:
43
46
type: object
@@ -76,42 +79,42 @@ spec:
76
79
here
77
80
items:
78
81
description: "Condition contains details for one aspect of the current
79
-
state of this API Resource. --- This struct is intended for direct
80
-
use as an array at the field path .status.conditions. For example,
81
-
\n type FooStatus struct{ // Represents the observations of a
82
-
foo's current state. // Known .status.conditions.type are: \"Available\",
83
-
\"Progressing\", and \"Degraded\" // +patchMergeKey=type // +patchStrategy=merge
0 commit comments