Nadia Pinaeva
Nadia Pinaeva
Using sample-controller as a reproducer, add `--with-apply-config` to https://github.com/kubernetes/sample-controller/blob/f53405abe7423d4addcbf2c4495604f02d6ef85f/hack/update-codegen.sh#L32-L36 Then changing groupName, for example to `samplecontroller2.k8s.io`, and running update-codegen will result in the following import from `pkg/generated/applyconfiguration/samplecontroller/v1alpha1/foo.go` ``` import (...
for predictable output folder that doesn't depend on GOPATH. Clean up generated folder after copying apis. Specify code-generator version, as release-1.30 changes scripts parameters.
https://github.com/ovn-org/ovn-kubernetes/actions/runs/7532019136/job/20501816934 ``` 2024-01-15T17:22:55.8924620Z the missing elements were 2024-01-15T17:22:55.8925073Z : [ 2024-01-15T17:22:55.8925463Z { 2024-01-15T17:22:55.8925991Z expected: { 2024-01-15T17:22:55.8926590Z UUID: "reroute-UUID", 2024-01-15T17:22:55.8927133Z Action: "reroute", 2024-01-15T17:22:55.8927675Z ExternalIDs: {"name": "egressip"}, 2024-01-15T17:22:55.8928242Z Match: "ip4.src == 10.128.0.15",...
Cleanup method doesn't need netName, as it should be already known to the NetworkController. Was promised as a part of https://github.com/ovn-org/ovn-kubernetes/pull/3579 review
Tracking issue https://github.com/kubernetes-sigs/network-policy-api/issues/122
**Is your enhancement request related to a problem? Please describe.** Currently only TCP, UDP, and SCTP protocols are supported, but there are more protocols (ICMP, ICMPv6 are the most popular...
**Is your enhancement request related to a problem? Please describe.** I want to have the next generation of NetworkPolicies for Application Developers as an addition to Admin-focused APIs. **Describe the...
First very raw version Tracking issue https://github.com/kubernetes-sigs/network-policy-api/issues/136
**Is your enhancement request related to a problem? Please describe.** This issue should track ingress policy use cases from external endpoints. nodes and hostNetwork pods. This is another piece to...
**Is your enhancement request related to a problem? Please describe.** Existing [API](https://github.com/kubernetes-sigs/network-policy-api/blob/429a9e6ae89d411f89d5a16aba38a5d920c969ee/apis/v1alpha1/shared_types.go#L127-L143) implementing [tenancy use case](https://network-policy-api.sigs.k8s.io/user-stories/#story-4-create-and-isolate-multiple-tenants-in-a-cluster) allows a wide set of configs, some of them may be more confusing than...