Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for bothValid (0.19 sec)

  1. staging/src/k8s.io/apiextensions-apiserver/pkg/registry/customresource/status_strategy_test.go

    	ctx := context.TODO()
    
    	tcs := []struct {
    		name    string
    		old     *unstructured.Unstructured
    		obj     *unstructured.Unstructured
    		isValid bool
    	}{
    		{
    			name:    "bothValid",
    			old:     &unstructured.Unstructured{Object: map[string]interface{}{"apiVersion": "test/v1", "kind": "Foo", "numArray": []interface{}{1, 2}}},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Oct 18 22:16:10 UTC 2023
    - 6.9K bytes
    - Viewed (0)
  2. staging/src/k8s.io/cli-runtime/pkg/printers/template_test.go

    							State: v1.ContainerState{
    								Running: &v1.ContainerStateRunning{
    									StartedAt: metav1.Time{},
    								},
    							},
    						},
    					},
    				},
    			},
    			"false",
    		},
    		"bothValid": {
    			v1.Pod{
    				Status: v1.PodStatus{
    					ContainerStatuses: []v1.ContainerStatus{
    						{
    							Name: "foo",
    							State: v1.ContainerState{
    								Running: &v1.ContainerStateRunning{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 22 23:10:00 UTC 2019
    - 7.1K bytes
    - Viewed (0)
Back to top