This is inspired by A half-hour to learn Rust and Zig in 30 minutes.
Your first Go program as a classical "Hello World" is pretty simple:
First we create a workspace for our project:
This is inspired by A half-hour to learn Rust and Zig in 30 minutes.
Your first Go program as a classical "Hello World" is pretty simple:
First we create a workspace for our project:
| apiVersion: projectcalico.org/v3 | |
| kind: GlobalNetworkPolicy | |
| metadata: | |
| name: allow-ips | |
| spec: | |
| namespaceSelector: 'environment == "dev"' | |
| types: | |
| - Ingress | |
| applyOnForward: true | |
| preDNAT: true |