Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for apiv1 (0.04 sec)

  1. pkg/printers/internalversion/printers.go

    		{Name: "Type", Type: "string", Description: apiv1.Event{}.SwaggerDoc()["type"]},
    		{Name: "Reason", Type: "string", Description: apiv1.Event{}.SwaggerDoc()["reason"]},
    		{Name: "Object", Type: "string", Description: apiv1.Event{}.SwaggerDoc()["involvedObject"]},
    		{Name: "Subobject", Type: "string", Priority: 1, Description: apiv1.Event{}.InvolvedObject.SwaggerDoc()["fieldPath"]},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 14:04:15 UTC 2024
    - 128.3K bytes
    - Viewed (0)
  2. pkg/printers/internalversion/printers_test.go

    					Conditions: []api.PodCondition{
    						{
    							Type:   api.PodScheduled,
    							Status: api.ConditionFalse,
    							Reason: apiv1.PodReasonSchedulingGated,
    						},
    					},
    				},
    			},
    			[]metav1.TableRow{{Cells: []interface{}{"test15", "0/2", apiv1.PodReasonSchedulingGated, "0", "<unknown>"}}},
    		},
    		{
    			// Test pod condition succeed
    			api.Pod{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 14:04:15 UTC 2024
    - 218.6K bytes
    - Viewed (0)
  3. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/transform/ArtifactTransformIntegrationTest.groovy

            file("input1.jar").text = "jar"
            file("input2.jar").text = "jar"
            buildFile("""
                configurations {
                    api1 {
                        attributes { attribute usage, 'api' }
                    }
                    api2 {
                        attributes { attribute usage, 'api' }
                    }
                }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Nov 07 18:43:42 UTC 2023
    - 100.8K bytes
    - Viewed (0)
Back to top