You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have low aspirations here. I only want to create the CRD YAML without writing it in YAML. I do not care if it is generated from a type (but it would be pretty cool to build out type information in Sorbet, and get a matching CRD in response... I do not know enough about typing in Ruby to even approach this!)
Ref: for a bit of background on why this attempt failed, see
For now, I have settled that it is OK if the CRD is written in plain YAML, this is not controller-runtime in Ruby, it's just meant to get my idea off the ground, (and doing it in Ruby where I'm already more than comfortable processing CSV data, the object here... so let's get toward ingesting CSV straight away, and move on to reflecting the results back out into etcd / into k8s resource statuses data structures as fast as we possibly can!)
The text was updated successfully, but these errors were encountered:
https://gist.github.com/kingdonb/f9753f79d291f71caff3164082523da2
I have low aspirations here. I only want to create the CRD YAML without writing it in YAML. I do not care if it is generated from a type (but it would be pretty cool to build out type information in Sorbet, and get a matching CRD in response... I do not know enough about typing in Ruby to even approach this!)
Ref: for a bit of background on why this attempt failed, see
For now, I have settled that it is OK if the CRD is written in plain YAML, this is not controller-runtime in Ruby, it's just meant to get my idea off the ground, (and doing it in Ruby where I'm already more than comfortable processing CSV data, the object here... so let's get toward ingesting CSV straight away, and move on to reflecting the results back out into etcd / into k8s resource
status
es data structures as fast as we possibly can!)The text was updated successfully, but these errors were encountered: