Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for IngressClass (0.21 sec)

  1. pkg/printers/internalversion/printers_test.go

    	}
    }
    
    func TestPrintIngressClass(t *testing.T) {
    	testCases := []struct {
    		name         string
    		ingressClass *networking.IngressClass
    		expected     []metav1.TableRow
    	}{{
    		name: "example with params",
    		ingressClass: &networking.IngressClass{
    			ObjectMeta: metav1.ObjectMeta{
    				Name:              "test1",
    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

    	ingressColumnDefinitions := []metav1.TableColumnDefinition{
    		{Name: "Name", Type: "string", Format: "name", Description: metav1.ObjectMeta{}.SwaggerDoc()["name"]},
    		{Name: "Class", Type: "string", Description: "The name of the IngressClass resource that should be used for additional configuration"},
    		{Name: "Hosts", Type: "string", Description: "Hosts that incoming requests are matched against before the ingress rule"},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 14:04:15 UTC 2024
    - 128.3K bytes
    - Viewed (0)
Back to top