Harry Li
Harry Li
> Hi @mayooot! It looks good to me. > > Could you please squash all your commits into a single commit? Then we can proceed with the merge. Thanks! Sure,...
I can do this.
I am new to the liqo project and know very little about it. I have added an offload subcommand: namespaces which can be used: `liqoctl offload namespaces --label-selector='app=namespaces'`. @claudiolor Cloud...
@zerbitx @FabianKramm Could you please review this?
> @mayooot one of the primary reason was that `ClusterPolicy` CRD is already overloaded with many operands and close to 256KB limit. We cannot upgrade operator anymore after this limit....
@FabianKramm Please review this pr, thx.
I want to develop this feature to add a subcommand inside xgo.go to show all platforms. Bug I don't know what are all the data sources for `--targets` @techknowlogick
/assign
@roycaihw @mjbarton712 The `status` field should be omitted and will be set to `True` automatically. I fixed it in https://github.com/kubernetes/kubernetes/pull/133479, and I'll regenerate the docs and Python files when it...
I noticed that ts-go uses the following code to begin internal symbol names: https://github.com/microsoft/typescript-go/blob/72d2ee651371b71ed798ffbb721055b32d926d2a/internal/ast/symbol.go#L30 So we can use `strings.ReplaceAll(s, InternalSymbolNamePrefix, "")` to remove illegal characters. Specifically, this applies to both...