yike21
yike21
thanks a lot! lgtm
> Let me invite the owner of the feature to take a look at this issue. Hi @yike21, can you help take a look? /cc @yike21 > > By the...
> This is a common problem with workload resources. Can you help list all the resources that need to be handled and then we can complete them one by one....
> Can you help create an umbrella issue to track the task? Each resource to be processed can be processed as a subtask. OK, I will do it soon.
```shell --- apiVersion: config.karmada.io/v1alpha1 kind: ResourceInterpreterCustomization metadata: name: retain-data spec: customizations: retention: luaScript: | function Retain(desiredObj, observedObj) # A || B , priority A > B # rule A if...
> Hi @yike21 Does Lua support this? We can write some logic in lua to make the operation return early (this is not flexible), for example: ``` luaScript: | #...