structured-merge-diff icon indicating copy to clipboard operation
structured-merge-diff copied to clipboard

Test cases and implementation for "server-side apply"

Results 16 structured-merge-diff issues
Sort by recently updated
recently updated
newest added

Updated dependencies to latest

lifecycle/rotten
cncf-cla: yes
size/XXL
ok-to-test

Currently, when calling `ToUnstructured` on a `metav1.Time` that is a `nil` pointer, you get a panic: ``` panic: value method k8s.io/apimachinery/pkg/apis/meta/v1.Time.ToUnstructured called using nil *Time pointer goroutine 1 [running]: k8s.io/apimachinery/pkg/apis/meta/v1.(*Time).ToUnstructured(0x100000001?)...

cncf-cla: yes
size/M
ok-to-test

Bumps dependencies

cncf-cla: yes
needs-ok-to-test
size/XXL

Consider old object: ```yaml { requiredField: { optionalField1: 1 optionalFIeld2: 2 } } ``` And patch, all with a single owner ```yaml { requiredField: {} } ``` I expect this...

lifecycle/rotten
cncf-cla: yes
size/L

/sig api-machinery https://github.com/kubernetes/kubernetes/pull/128266 needs a way of expressing reset fields that can express "exclude all fields except for the container resource fields modifiable via /resize". This provides a way to...

cncf-cla: yes
approved
size/XL
sig/api-machinery

When comparing list fields within two objects, a simple equality check isn't enough. We need to implement a semantic check on the individual list items to ensure accurate comparisons. -...

lifecycle/stale