@@ -3280,8 +3280,10 @@ spec:
3280
3280
you would like the Repo server to use
3281
3281
type: string
3282
3282
sidecarContainers:
3283
- description: SidecarContainers defines the list of sidecar containers
3284
- for the repo server deployment
3283
+ description: |-
3284
+ SidecarContainers defines the list of sidecar containers for the repo
3285
+ server deployment. If the image field is omitted from a SidecarContainer,
3286
+ the image for the repo server will be used.
3285
3287
items:
3286
3288
description: A single application container that you want to
3287
3289
run within a pod.
@@ -7163,6 +7165,76 @@ spec:
7163
7165
Failed: At least one of the Argo CD applicationSet controller component Pods had a failure.
7164
7166
Unknown: The state of the Argo CD applicationSet controller component could not be obtained.
7165
7167
type: string
7168
+ conditions:
7169
+ description: Conditions is an array of the ArgoCD's status conditions
7170
+ items:
7171
+ description: "Condition contains details for one aspect of the current
7172
+ state of this API Resource.\n---\nThis struct is intended for
7173
+ direct use as an array at the field path .status.conditions. For
7174
+ example,\n\n\n\ttype FooStatus struct{\n\t // Represents the
7175
+ observations of a foo's current state.\n\t // Known .status.conditions.type
7176
+ are: \"Available\", \"Progressing\", and \"Degraded\"\n\t //
7177
+ +patchMergeKey=type\n\t // +patchStrategy=merge\n\t // +listType=map\n\t
7178
+ \ // +listMapKey=type\n\t Conditions []metav1.Condition `json:\"conditions,omitempty\"
7179
+ patchStrategy:\"merge\" patchMergeKey:\"type\" protobuf:\"bytes,1,rep,name=conditions\"`\n\n\n\t
7180
+ \ // other fields\n\t}"
7181
+ properties:
7182
+ lastTransitionTime:
7183
+ description: |-
7184
+ lastTransitionTime is the last time the condition transitioned from one status to another.
7185
+ This should be when the underlying condition changed. If that is not known, then using the time when the API field changed is acceptable.
7186
+ format: date-time
7187
+ type: string
7188
+ message:
7189
+ description: |-
7190
+ message is a human readable message indicating details about the transition.
7191
+ This may be an empty string.
7192
+ maxLength: 32768
7193
+ type: string
7194
+ observedGeneration:
7195
+ description: |-
7196
+ observedGeneration represents the .metadata.generation that the condition was set based upon.
7197
+ For instance, if .metadata.generation is currently 12, but the .status.conditions[x].observedGeneration is 9, the condition is out of date
7198
+ with respect to the current state of the instance.
7199
+ format: int64
7200
+ minimum: 0
7201
+ type: integer
7202
+ reason:
7203
+ description: |-
7204
+ reason contains a programmatic identifier indicating the reason for the condition's last transition.
7205
+ Producers of specific condition types may define expected values and meanings for this field,
7206
+ and whether the values are considered a guaranteed API.
7207
+ The value should be a CamelCase string.
7208
+ This field may not be empty.
7209
+ maxLength: 1024
7210
+ minLength: 1
7211
+ pattern: ^[A-Za-z]([A-Za-z0-9_,:]*[A-Za-z0-9_])?$
7212
+ type: string
7213
+ status:
7214
+ description: status of the condition, one of True, False, Unknown.
7215
+ enum:
7216
+ - "True"
7217
+ - "False"
7218
+ - Unknown
7219
+ type: string
7220
+ type:
7221
+ description: |-
7222
+ type of condition in CamelCase or in foo.example.com/CamelCase.
7223
+ ---
7224
+ Many .condition.type values are consistent across resources like Available, but because arbitrary conditions can be
7225
+ useful (see .node.status.conditions), the ability to deconflict is important.
7226
+ The regex it matches is (dns1123SubdomainFmt/)?(qualifiedNameFmt)
7227
+ maxLength: 316
7228
+ pattern: ^([a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*/)?(([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9])$
7229
+ type: string
7230
+ required:
7231
+ - lastTransitionTime
7232
+ - message
7233
+ - reason
7234
+ - status
7235
+ - type
7236
+ type: object
7237
+ type: array
7166
7238
host:
7167
7239
description: Host is the hostname of the Ingress.
7168
7240
type: string
@@ -10897,6 +10969,11 @@ spec:
10897
10969
More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
10898
10970
type: object
10899
10971
type: object
10972
+ respectRBAC:
10973
+ description: RespectRBAC restricts controller from discovering/syncing
10974
+ specific resources, Defaults is empty if not configured. Valid
10975
+ options are strict and normal.
10976
+ type: string
10900
10977
sharding:
10901
10978
description: Sharding contains the options for the Application
10902
10979
Controller sharding configuration.
@@ -16436,8 +16513,10 @@ spec:
16436
16513
you would like the Repo server to use
16437
16514
type: string
16438
16515
sidecarContainers:
16439
- description: SidecarContainers defines the list of sidecar containers
16440
- for the repo server deployment
16516
+ description: |-
16517
+ SidecarContainers defines the list of sidecar containers for the repo
16518
+ server deployment. If the image field is omitted from a SidecarContainer,
16519
+ the image for the repo server will be used.
16441
16520
items:
16442
16521
description: A single application container that you want to
16443
16522
run within a pod.
@@ -24665,6 +24744,76 @@ spec:
24665
24744
Failed: At least one of the Argo CD applicationSet controller component Pods had a failure.
24666
24745
Unknown: The state of the Argo CD applicationSet controller component could not be obtained.
24667
24746
type: string
24747
+ conditions:
24748
+ description: Conditions is an array of the ArgoCD's status conditions
24749
+ items:
24750
+ description: "Condition contains details for one aspect of the current
24751
+ state of this API Resource.\n---\nThis struct is intended for
24752
+ direct use as an array at the field path .status.conditions. For
24753
+ example,\n\n\n\ttype FooStatus struct{\n\t // Represents the
24754
+ observations of a foo's current state.\n\t // Known .status.conditions.type
24755
+ are: \"Available\", \"Progressing\", and \"Degraded\"\n\t //
24756
+ +patchMergeKey=type\n\t // +patchStrategy=merge\n\t // +listType=map\n\t
24757
+ \ // +listMapKey=type\n\t Conditions []metav1.Condition `json:\"conditions,omitempty\"
24758
+ patchStrategy:\"merge\" patchMergeKey:\"type\" protobuf:\"bytes,1,rep,name=conditions\"`\n\n\n\t
24759
+ \ // other fields\n\t}"
24760
+ properties:
24761
+ lastTransitionTime:
24762
+ description: |-
24763
+ lastTransitionTime is the last time the condition transitioned from one status to another.
24764
+ This should be when the underlying condition changed. If that is not known, then using the time when the API field changed is acceptable.
24765
+ format: date-time
24766
+ type: string
24767
+ message:
24768
+ description: |-
24769
+ message is a human readable message indicating details about the transition.
24770
+ This may be an empty string.
24771
+ maxLength: 32768
24772
+ type: string
24773
+ observedGeneration:
24774
+ description: |-
24775
+ observedGeneration represents the .metadata.generation that the condition was set based upon.
24776
+ For instance, if .metadata.generation is currently 12, but the .status.conditions[x].observedGeneration is 9, the condition is out of date
24777
+ with respect to the current state of the instance.
24778
+ format: int64
24779
+ minimum: 0
24780
+ type: integer
24781
+ reason:
24782
+ description: |-
24783
+ reason contains a programmatic identifier indicating the reason for the condition's last transition.
24784
+ Producers of specific condition types may define expected values and meanings for this field,
24785
+ and whether the values are considered a guaranteed API.
24786
+ The value should be a CamelCase string.
24787
+ This field may not be empty.
24788
+ maxLength: 1024
24789
+ minLength: 1
24790
+ pattern: ^[A-Za-z]([A-Za-z0-9_,:]*[A-Za-z0-9_])?$
24791
+ type: string
24792
+ status:
24793
+ description: status of the condition, one of True, False, Unknown.
24794
+ enum:
24795
+ - "True"
24796
+ - "False"
24797
+ - Unknown
24798
+ type: string
24799
+ type:
24800
+ description: |-
24801
+ type of condition in CamelCase or in foo.example.com/CamelCase.
24802
+ ---
24803
+ Many .condition.type values are consistent across resources like Available, but because arbitrary conditions can be
24804
+ useful (see .node.status.conditions), the ability to deconflict is important.
24805
+ The regex it matches is (dns1123SubdomainFmt/)?(qualifiedNameFmt)
24806
+ maxLength: 316
24807
+ pattern: ^([a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*/)?(([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9])$
24808
+ type: string
24809
+ required:
24810
+ - lastTransitionTime
24811
+ - message
24812
+ - reason
24813
+ - status
24814
+ - type
24815
+ type: object
24816
+ type: array
24668
24817
host:
24669
24818
description: Host is the hostname of the Ingress.
24670
24819
type: string
0 commit comments