Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestIstioOperatorSpec_DeepCopy (0.25 sec)

  1. operator/pkg/apis/istio/v1alpha1/deepcopy_test.go

    	"istio.io/istio/operator/pkg/apis/istio"
    	install "istio.io/istio/operator/pkg/apis/istio/v1alpha1"
    )
    
    // This is to verify that certain proto types handle marshal and unmarshal properly
    func TestIstioOperatorSpec_DeepCopy(t *testing.T) {
    	x := &v1alpha12.ResourceMetricSource{}
    	err := yaml.UnmarshalStrict([]byte("targetAverageValue: 100m"), x)
    	t.Log(x)
    	if err != nil {
    		t.Fatal(err)
    	}
    	y := &v1alpha12.MetricSpec{}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Dec 05 23:34:13 UTC 2022
    - 3.4K bytes
    - Viewed (0)
Back to top