Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for priorityLevelConfiguration (0.35 sec)

  1. pkg/printers/internalversion/printers_test.go

    		}
    	}
    }
    
    func TestPrintPriorityLevelConfiguration(t *testing.T) {
    	tests := []struct {
    		pl       flowcontrol.PriorityLevelConfiguration
    		expected []metav1.TableRow
    	}{
    		{
    			pl: flowcontrol.PriorityLevelConfiguration{
    				ObjectMeta: metav1.ObjectMeta{
    					Name:              "unlimited",
    					CreationTimestamp: metav1.Time{Time: time.Now().Add(1.9e9)},
    				},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 14:04:15 UTC 2024
    - 218.6K bytes
    - Viewed (0)
  2. pkg/printers/internalversion/printers.go

    		{Name: "Age", Type: "string", Description: metav1.ObjectMeta{}.SwaggerDoc()["creationTimestamp"]},
    		{Name: "MissingPL", Type: "string", Description: "references a broken or non-existent PriorityLevelConfiguration"},
    	}
    	_ = h.TableHandler(flowSchemaColumnDefinitions, printFlowSchema)
    	_ = h.TableHandler(flowSchemaColumnDefinitions, printFlowSchemaList)
    
    	priorityLevelColumnDefinitions := []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)
  3. CHANGELOG/CHANGELOG-1.29.md

    - The `flowcontrol.apiserver.k8s.io/v1beta3` `FlowSchema` and `PriorityLevelConfiguration` APIs has been promoted to `flowcontrol.apiserver.k8s.io/v1`, with the following changes:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 03:42:38 UTC 2024
    - 324.5K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.30.md

    - In the PriorityLevelConfiguration object, the `nominalConcurrencyShares` field now accepts a zero value in both the `flowcontrol.apiserver.k8s.io/v1` and `flowcontrol.apiserver.k8s.io/v1beta3` APIs.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 04:05:28 UTC 2024
    - 253.2K bytes
    - Viewed (0)
Back to top