@@ -5480,14 +5480,88 @@ spec:
54805480 description : RepositoryCredentials are the Git pull credentials to
54815481 configure Argo CD with upon creation of the cluster.
54825482 type : string
5483+ resourceActions :
5484+ description : ResourceActions customizes resource action behavior.
5485+ items :
5486+ description : Resource Customization for custom action
5487+ properties :
5488+ action :
5489+ type : string
5490+ group :
5491+ type : string
5492+ kind :
5493+ type : string
5494+ type : object
5495+ type : array
54835496 resourceCustomizations :
54845497 description : ' ResourceCustomizations customizes resource behavior.
5485- Keys are in the form: group/Kind.'
5498+ Keys are in the form: group/Kind. Please note that this is being
5499+ deprecated in favor of ResourceHealthChecks, ResourceIgnoreDifferences,
5500+ and ResourceActions.'
54865501 type : string
54875502 resourceExclusions :
54885503 description : ResourceExclusions is used to completely ignore entire
54895504 classes of resource group/kinds.
54905505 type : string
5506+ resourceHealthChecks :
5507+ description : ResourceHealthChecks customizes resource health check
5508+ behavior.
5509+ items :
5510+ description : Resource Customization for custom health check
5511+ properties :
5512+ check :
5513+ type : string
5514+ group :
5515+ type : string
5516+ kind :
5517+ type : string
5518+ type : object
5519+ type : array
5520+ resourceIgnoreDifferences :
5521+ description : ResourceIgnoreDifferences customizes resource ignore
5522+ difference behavior.
5523+ properties :
5524+ all :
5525+ properties :
5526+ jqPathExpressions :
5527+ items :
5528+ type : string
5529+ type : array
5530+ jsonPointers :
5531+ items :
5532+ type : string
5533+ type : array
5534+ managedFieldsManagers :
5535+ items :
5536+ type : string
5537+ type : array
5538+ type : object
5539+ resourceIdentifiers :
5540+ items :
5541+ description : Resource Customization fields for ignore difference
5542+ properties :
5543+ customization :
5544+ properties :
5545+ jqPathExpressions :
5546+ items :
5547+ type : string
5548+ type : array
5549+ jsonPointers :
5550+ items :
5551+ type : string
5552+ type : array
5553+ managedFieldsManagers :
5554+ items :
5555+ type : string
5556+ type : array
5557+ type : object
5558+ group :
5559+ type : string
5560+ kind :
5561+ type : string
5562+ type : object
5563+ type : array
5564+ type : object
54915565 resourceInclusions :
54925566 description : ResourceInclusions is used to only include specific group/kinds
54935567 in the reconciliation process.
@@ -5926,12 +6000,6 @@ spec:
59266000 - type
59276001 type : object
59286002 type : object
5929- sourceNamespaces :
5930- description : SourceNamespaces defines the namespaces application resources
5931- are allowed to be created in
5932- items :
5933- type : string
5934- type : array
59356003 sso :
59366004 description : SSO defines the Single Sign-on configuration for Argo
59376005 CD
0 commit comments