Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for printCSIStorageCapacity (0.17 sec)

  1. pkg/printers/internalversion/printers.go

    		{Name: "Capacity", Type: "string", Description: storagev1.CSIStorageCapacity{}.SwaggerDoc()["capacity"]},
    	}
    	_ = h.TableHandler(csiStorageCapacityColumnDefinitions, printCSIStorageCapacity)
    	_ = h.TableHandler(csiStorageCapacityColumnDefinitions, printCSIStorageCapacityList)
    
    	mutatingWebhookColumnDefinitions := []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

    				return printCSIDriver(&storage.CSIDriver{}, printers.GenerateOptions{})
    			},
    		},
    		{
    			name: "CSIStorageCapacity",
    			printer: func() ([]metav1.TableRow, error) {
    				return printCSIStorageCapacity(&storage.CSIStorageCapacity{}, printers.GenerateOptions{})
    			},
    		},
    		{
    			name: "MutatingWebhookConfiguration",
    			printer: func() ([]metav1.TableRow, error) {
    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