Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for printDeployment (0.16 sec)

  1. pkg/printers/internalversion/printers.go

    		{Name: "Selector", Type: "string", Priority: 1, Description: extensionsv1beta1.DeploymentSpec{}.SwaggerDoc()["selector"]},
    	}
    	_ = h.TableHandler(deploymentColumnDefinitions, printDeployment)
    	_ = h.TableHandler(deploymentColumnDefinitions, printDeploymentList)
    
    	horizontalPodAutoscalerColumnDefinitions := []metav1.TableColumnDefinition{
    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

    		},
    	}
    
    	for i, test := range tests {
    		rows, err := printDeployment(&test.deployment, test.options)
    		if err != nil {
    			t.Fatal(err)
    		}
    		for i := range rows {
    			rows[i].Object.Object = nil
    		}
    		if !reflect.DeepEqual(test.expected, rows) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 14:04:15 UTC 2024
    - 218.6K bytes
    - Viewed (0)
Back to top