Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for ns4 (0.01 sec)

  1. pkg/config/analysis/analyzers/testdata/correct-port-name-external-name-service-type.yaml

    apiVersion: v1
    kind: Service
    metadata:
      name: nginx-svc4
      namespace: nginx-ns4
    spec:
      externalName: nginx.example.com
      ports:
      - name: https
        port: 443
        protocol: TCP
        targetPort: 443
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Dec 09 00:46:04 UTC 2021
    - 218 bytes
    - Viewed (0)
  2. tools/bug-report/pkg/config/config_test.go

    	config := `
    kubeConfigPath: a/b/c
    context: d
    istioNamespace: e1
    dryRun: true
    fullSecrets: true
    commandTimeout: 5m
    include:
      - ns1,ns2/d1,d2/p1,p2/l1=lv1,l2=lv2/a1=av1,a2=av2/c1,c2
      - ns4,ns5/d4,d5/p4,p5/l4=lv4,l5=lv5/a4=av4,a5=av5/c4,c5
    exclude: 
      - ns7,ns8/d7,d8/p7,p8/l7=lv7,l8=lv8/a7=av7,a8=av8/c7,c8
    startTime: 2002-10-02T10:00:00-05:00
    endTime: 2002-10-02T10:00:00-05:00
    since: 1m
    criticalErrors:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Dec 15 15:19:50 UTC 2021
    - 4.4K bytes
    - Viewed (0)
Back to top