Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for foosecret (0.45 sec)

  1. pkg/kube/inject/testdata/inject/hello-image-pull-secret.yaml.injected

              name: istio-envoy
            - mountPath: /var/run/secrets/tokens
              name: istio-token
            - mountPath: /etc/istio/pod
              name: istio-podinfo
          imagePullSecrets:
          - name: fooSecret
          initContainers:
          - args:
            - istio-iptables
            - -p
            - "15001"
            - -z
            - "15006"
            - -u
            - "1337"
            - -m
            - REDIRECT
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Feb 27 16:55:16 UTC 2024
    - 6.6K bytes
    - Viewed (0)
  2. pkg/kube/inject/testdata/inject/hello-multiple-image-secrets.yaml.injected

            - mountPath: /var/run/secrets/tokens
              name: istio-token
            - mountPath: /etc/istio/pod
              name: istio-podinfo
          imagePullSecrets:
          - name: barSecret
          - name: fooSecret
          initContainers:
          - args:
            - istio-iptables
            - -p
            - "15001"
            - -z
            - "15006"
            - -u
            - "1337"
            - -m
            - REDIRECT
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Feb 27 16:55:16 UTC 2024
    - 6.7K bytes
    - Viewed (0)
  3. pkg/registry/networking/ingress/storage/storage_test.go

    	defaultPathMap      = map[string]string{defaultPath: defaultBackendName}
    	defaultTLS          = []networking.IngressTLS{
    		{Hosts: []string{"foo.bar.com", "*.bar.com"}, SecretName: "foosecret"},
    	}
    	serviceBackend = &networking.IngressServiceBackend{
    		Name: "defaultbackend",
    		Port: networking.ServiceBackendPort{
    			Name:   "",
    			Number: 80,
    		},
    	}
    )
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Nov 15 09:01:21 UTC 2023
    - 8.4K bytes
    - Viewed (0)
Back to top