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: charts/argo-cd/crds/crd-project.yaml
+33-27
Original file line number
Diff line number
Diff line change
@@ -20,22 +20,28 @@ spec:
20
20
- name: v1alpha1
21
21
schema:
22
22
openAPIV3Schema:
23
-
description: 'AppProject provides a logical grouping of applications, providing
24
-
controls for: * where the apps may deploy to (cluster whitelist) * what
25
-
may be deployed (repository whitelist, resource whitelist/blacklist) * who
26
-
can access these applications (roles, OIDC group claims bindings) * and
27
-
what they can do (RBAC policies) * automation access to these roles (JWT
28
-
tokens)'
23
+
description: |-
24
+
AppProject provides a logical grouping of applications, providing controls for:
25
+
* where the apps may deploy to (cluster whitelist)
26
+
* what may be deployed (repository whitelist, resource whitelist/blacklist)
27
+
* who can access these applications (roles, OIDC group claims bindings)
28
+
* and what they can do (RBAC policies)
29
+
* automation access to these roles (JWT tokens)
29
30
properties:
30
31
apiVersion:
31
-
description: 'APIVersion defines the versioned schema of this representation
32
-
of an object. Servers should convert recognized schemas to the latest
33
-
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
32
+
description: |-
33
+
APIVersion defines the versioned schema of this representation of an object.
34
+
Servers should convert recognized schemas to the latest internal value, and
35
+
may reject unrecognized values.
36
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
34
37
type: string
35
38
kind:
36
-
description: 'Kind is a string value representing the REST resource this
37
-
object represents. Servers may infer this from the endpoint the client
38
-
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
39
+
description: |-
40
+
Kind is a string value representing the REST resource this object represents.
41
+
Servers may infer this from the endpoint the client submits requests to.
42
+
Cannot be updated.
43
+
In CamelCase.
44
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
39
45
type: string
40
46
metadata:
41
47
type: object
@@ -46,9 +52,9 @@ spec:
46
52
description: ClusterResourceBlacklist contains list of blacklisted
47
53
cluster level resources
48
54
items:
49
-
description: GroupKind specifies a Group and a Kind, but does not
50
-
force a version. This is useful for identifying concepts during
51
-
lookup stages without having partially valid types
55
+
description: |-
56
+
GroupKind specifies a Group and a Kind, but does not force a version. This is useful for identifying
57
+
concepts during lookup stages without having partially valid types
52
58
properties:
53
59
group:
54
60
type: string
@@ -63,9 +69,9 @@ spec:
63
69
description: ClusterResourceWhitelist contains list of whitelisted
64
70
cluster level resources
65
71
items:
66
-
description: GroupKind specifies a Group and a Kind, but does not
67
-
force a version. This is useful for identifying concepts during
68
-
lookup stages without having partially valid types
72
+
description: |-
73
+
GroupKind specifies a Group and a Kind, but does not force a version. This is useful for identifying
74
+
concepts during lookup stages without having partially valid types
69
75
properties:
70
76
group:
71
77
type: string
@@ -92,9 +98,9 @@ spec:
92
98
not set.
93
99
type: string
94
100
namespace:
95
-
description: Namespace specifies the target namespace for the
96
-
application's resources. The namespace will only be set for
97
-
namespace-scoped resources that have not set a value for .metadata.namespace
101
+
description: |-
102
+
Namespace specifies the target namespace for the application's resources.
103
+
The namespace will only be set for namespace-scoped resources that have not set a value for .metadata.namespace
98
104
type: string
99
105
server:
100
106
description: Server specifies the URL of the target cluster's
@@ -107,9 +113,9 @@ spec:
107
113
description: NamespaceResourceBlacklist contains list of blacklisted
108
114
namespace level resources
109
115
items:
110
-
description: GroupKind specifies a Group and a Kind, but does not
111
-
force a version. This is useful for identifying concepts during
112
-
lookup stages without having partially valid types
116
+
description: |-
117
+
GroupKind specifies a Group and a Kind, but does not force a version. This is useful for identifying
118
+
concepts during lookup stages without having partially valid types
113
119
properties:
114
120
group:
115
121
type: string
@@ -124,9 +130,9 @@ spec:
124
130
description: NamespaceResourceWhitelist contains list of whitelisted
125
131
namespace level resources
126
132
items:
127
-
description: GroupKind specifies a Group and a Kind, but does not
128
-
force a version. This is useful for identifying concepts during
129
-
lookup stages without having partially valid types
133
+
description: |-
134
+
GroupKind specifies a Group and a Kind, but does not force a version. This is useful for identifying
135
+
concepts during lookup stages without having partially valid types
0 commit comments