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