@@ -3269,8 +3269,10 @@ spec:
3269
3269
you would like the Repo server to use
3270
3270
type: string
3271
3271
sidecarContainers:
3272
- description: SidecarContainers defines the list of sidecar containers
3273
- for the repo server deployment
3272
+ description: |-
3273
+ SidecarContainers defines the list of sidecar containers for the repo
3274
+ server deployment. If the image field is omitted from a SidecarContainer,
3275
+ the image for the repo server will be used.
3274
3276
items:
3275
3277
description: A single application container that you want to
3276
3278
run within a pod.
@@ -7152,6 +7154,76 @@ spec:
7152
7154
Failed: At least one of the Argo CD applicationSet controller component Pods had a failure.
7153
7155
Unknown: The state of the Argo CD applicationSet controller component could not be obtained.
7154
7156
type: string
7157
+ conditions:
7158
+ description: Conditions is an array of the ArgoCD's status conditions
7159
+ items:
7160
+ description: "Condition contains details for one aspect of the current
7161
+ state of this API Resource.\n---\nThis struct is intended for
7162
+ direct use as an array at the field path .status.conditions. For
7163
+ example,\n\n\n\ttype FooStatus struct{\n\t // Represents the
7164
+ observations of a foo's current state.\n\t // Known .status.conditions.type
7165
+ are: \"Available\", \"Progressing\", and \"Degraded\"\n\t //
7166
+ +patchMergeKey=type\n\t // +patchStrategy=merge\n\t // +listType=map\n\t
7167
+ \ // +listMapKey=type\n\t Conditions []metav1.Condition `json:\"conditions,omitempty\"
7168
+ patchStrategy:\"merge\" patchMergeKey:\"type\" protobuf:\"bytes,1,rep,name=conditions\"`\n\n\n\t
7169
+ \ // other fields\n\t}"
7170
+ properties:
7171
+ lastTransitionTime:
7172
+ description: |-
7173
+ lastTransitionTime is the last time the condition transitioned from one status to another.
7174
+ This should be when the underlying condition changed. If that is not known, then using the time when the API field changed is acceptable.
7175
+ format: date-time
7176
+ type: string
7177
+ message:
7178
+ description: |-
7179
+ message is a human readable message indicating details about the transition.
7180
+ This may be an empty string.
7181
+ maxLength: 32768
7182
+ type: string
7183
+ observedGeneration:
7184
+ description: |-
7185
+ observedGeneration represents the .metadata.generation that the condition was set based upon.
7186
+ For instance, if .metadata.generation is currently 12, but the .status.conditions[x].observedGeneration is 9, the condition is out of date
7187
+ with respect to the current state of the instance.
7188
+ format: int64
7189
+ minimum: 0
7190
+ type: integer
7191
+ reason:
7192
+ description: |-
7193
+ reason contains a programmatic identifier indicating the reason for the condition's last transition.
7194
+ Producers of specific condition types may define expected values and meanings for this field,
7195
+ and whether the values are considered a guaranteed API.
7196
+ The value should be a CamelCase string.
7197
+ This field may not be empty.
7198
+ maxLength: 1024
7199
+ minLength: 1
7200
+ pattern: ^[A-Za-z]([A-Za-z0-9_,:]*[A-Za-z0-9_])?$
7201
+ type: string
7202
+ status:
7203
+ description: status of the condition, one of True, False, Unknown.
7204
+ enum:
7205
+ - "True"
7206
+ - "False"
7207
+ - Unknown
7208
+ type: string
7209
+ type:
7210
+ description: |-
7211
+ type of condition in CamelCase or in foo.example.com/CamelCase.
7212
+ ---
7213
+ Many .condition.type values are consistent across resources like Available, but because arbitrary conditions can be
7214
+ useful (see .node.status.conditions), the ability to deconflict is important.
7215
+ The regex it matches is (dns1123SubdomainFmt/)?(qualifiedNameFmt)
7216
+ maxLength: 316
7217
+ 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])$
7218
+ type: string
7219
+ required:
7220
+ - lastTransitionTime
7221
+ - message
7222
+ - reason
7223
+ - status
7224
+ - type
7225
+ type: object
7226
+ type: array
7155
7227
host:
7156
7228
description: Host is the hostname of the Ingress.
7157
7229
type: string
@@ -10886,6 +10958,11 @@ spec:
10886
10958
More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
10887
10959
type: object
10888
10960
type: object
10961
+ respectRBAC:
10962
+ description: RespectRBAC restricts controller from discovering/syncing
10963
+ specific resources, Defaults is empty if not configured. Valid
10964
+ options are strict and normal.
10965
+ type: string
10889
10966
sharding:
10890
10967
description: Sharding contains the options for the Application
10891
10968
Controller sharding configuration.
@@ -16425,8 +16502,10 @@ spec:
16425
16502
you would like the Repo server to use
16426
16503
type: string
16427
16504
sidecarContainers:
16428
- description: SidecarContainers defines the list of sidecar containers
16429
- for the repo server deployment
16505
+ description: |-
16506
+ SidecarContainers defines the list of sidecar containers for the repo
16507
+ server deployment. If the image field is omitted from a SidecarContainer,
16508
+ the image for the repo server will be used.
16430
16509
items:
16431
16510
description: A single application container that you want to
16432
16511
run within a pod.
@@ -24654,6 +24733,76 @@ spec:
24654
24733
Failed: At least one of the Argo CD applicationSet controller component Pods had a failure.
24655
24734
Unknown: The state of the Argo CD applicationSet controller component could not be obtained.
24656
24735
type: string
24736
+ conditions:
24737
+ description: Conditions is an array of the ArgoCD's status conditions
24738
+ items:
24739
+ description: "Condition contains details for one aspect of the current
24740
+ state of this API Resource.\n---\nThis struct is intended for
24741
+ direct use as an array at the field path .status.conditions. For
24742
+ example,\n\n\n\ttype FooStatus struct{\n\t // Represents the
24743
+ observations of a foo's current state.\n\t // Known .status.conditions.type
24744
+ are: \"Available\", \"Progressing\", and \"Degraded\"\n\t //
24745
+ +patchMergeKey=type\n\t // +patchStrategy=merge\n\t // +listType=map\n\t
24746
+ \ // +listMapKey=type\n\t Conditions []metav1.Condition `json:\"conditions,omitempty\"
24747
+ patchStrategy:\"merge\" patchMergeKey:\"type\" protobuf:\"bytes,1,rep,name=conditions\"`\n\n\n\t
24748
+ \ // other fields\n\t}"
24749
+ properties:
24750
+ lastTransitionTime:
24751
+ description: |-
24752
+ lastTransitionTime is the last time the condition transitioned from one status to another.
24753
+ This should be when the underlying condition changed. If that is not known, then using the time when the API field changed is acceptable.
24754
+ format: date-time
24755
+ type: string
24756
+ message:
24757
+ description: |-
24758
+ message is a human readable message indicating details about the transition.
24759
+ This may be an empty string.
24760
+ maxLength: 32768
24761
+ type: string
24762
+ observedGeneration:
24763
+ description: |-
24764
+ observedGeneration represents the .metadata.generation that the condition was set based upon.
24765
+ For instance, if .metadata.generation is currently 12, but the .status.conditions[x].observedGeneration is 9, the condition is out of date
24766
+ with respect to the current state of the instance.
24767
+ format: int64
24768
+ minimum: 0
24769
+ type: integer
24770
+ reason:
24771
+ description: |-
24772
+ reason contains a programmatic identifier indicating the reason for the condition's last transition.
24773
+ Producers of specific condition types may define expected values and meanings for this field,
24774
+ and whether the values are considered a guaranteed API.
24775
+ The value should be a CamelCase string.
24776
+ This field may not be empty.
24777
+ maxLength: 1024
24778
+ minLength: 1
24779
+ pattern: ^[A-Za-z]([A-Za-z0-9_,:]*[A-Za-z0-9_])?$
24780
+ type: string
24781
+ status:
24782
+ description: status of the condition, one of True, False, Unknown.
24783
+ enum:
24784
+ - "True"
24785
+ - "False"
24786
+ - Unknown
24787
+ type: string
24788
+ type:
24789
+ description: |-
24790
+ type of condition in CamelCase or in foo.example.com/CamelCase.
24791
+ ---
24792
+ Many .condition.type values are consistent across resources like Available, but because arbitrary conditions can be
24793
+ useful (see .node.status.conditions), the ability to deconflict is important.
24794
+ The regex it matches is (dns1123SubdomainFmt/)?(qualifiedNameFmt)
24795
+ maxLength: 316
24796
+ 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])$
24797
+ type: string
24798
+ required:
24799
+ - lastTransitionTime
24800
+ - message
24801
+ - reason
24802
+ - status
24803
+ - type
24804
+ type: object
24805
+ type: array
24657
24806
host:
24658
24807
description: Host is the hostname of the Ingress.
24659
24808
type: string
@@ -24726,4 +24875,4 @@ spec:
24726
24875
served: true
24727
24876
storage: true
24728
24877
subresources:
24729
- status: {}
24878
+ status: {}
0 commit comments