Hello. This one is a quick update. Just a showcase really. I wrote a tool to generate a sample YAML file from a CRD. Given a CRD like this one, it would output a generate yaml sample like this: apiVersion: infrastructure.cluster.x-k8s.io/v1beta1kind: AWSClustermetadata: {} spec: additionalTags: {} bastion: allowedCIDRBlocks: ["string"] ami: stringdisableIngressRules: trueenabled: trueinstanceType: stringcontrolPlaneEndpoint: host: stringport: 1controlPlaneLoadBalancer: additionalSecurityGroup...