Alex Salt
Alex Salt
first word is eaten away by markdown because it expects language for highlighting
I hereby agree to the terms of the CLA available at: https://yandex.ru/legal/cla/?lang=en
When spec is generated from object with no properties, it creates a closed struct inside a "definition" which doesn't allow to extend objects Example CRD: https://github.com/Altinity/clickhouse-operator/blob/master/deploy/operatorhub/0.23.5/clickhouseinstallations.clickhouse.altinity.com.crd.yaml#L1112-L1118 example result: ``` #ClickHouseInstallationSpec:...
Version: `v1.34.1` Hi, I've encountered interop problems with protojson encoding between different languages The following code produces error in golang: ```go anyResult := &anypb.Any{} data := []byte(`{"@type":"type.googleapis.com/google.protobuf.Empty"}`) err = protojson.Unmarshal(data,...
When ResourceVersion is put into status, it creates infinite reconcile loop
`schema.Infer()` produces uf8 type for `time.Time` field. Is this by design? Does not seem obvious or that it's good to convert time to string. Is it possible to have actual...