Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 86 of 86 for gatewayValue (0.17 sec)

  1. staging/src/k8s.io/api/testdata/v1.30.0/batch.v1.CronJob.yaml

                  readOnly: true
                  secretRef:
                    name: nameValue
                  user: userValue
                scaleIO:
                  fsType: fsTypeValue
                  gateway: gatewayValue
                  protectionDomain: protectionDomainValue
                  readOnly: true
                  secretRef:
                    name: nameValue
                  sslEnabled: true
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 41.3K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/testdata/v1.30.0/batch.v1beta1.CronJob.yaml

                  readOnly: true
                  secretRef:
                    name: nameValue
                  user: userValue
                scaleIO:
                  fsType: fsTypeValue
                  gateway: gatewayValue
                  protectionDomain: protectionDomainValue
                  readOnly: true
                  secretRef:
                    name: nameValue
                  sslEnabled: true
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 41.3K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/testdata/v1.30.0/apps.v1beta2.StatefulSet.yaml

              pool: poolValue
              readOnly: true
              secretRef:
                name: nameValue
              user: userValue
            scaleIO:
              fsType: fsTypeValue
              gateway: gatewayValue
              protectionDomain: protectionDomainValue
              readOnly: true
              secretRef:
                name: nameValue
              sslEnabled: true
              storageMode: storageModeValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 37.6K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/testdata/v1.30.0/apps.v1beta1.StatefulSet.yaml

              pool: poolValue
              readOnly: true
              secretRef:
                name: nameValue
              user: userValue
            scaleIO:
              fsType: fsTypeValue
              gateway: gatewayValue
              protectionDomain: protectionDomainValue
              readOnly: true
              secretRef:
                name: nameValue
              sslEnabled: true
              storageMode: storageModeValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 37.6K bytes
    - Viewed (0)
  5. tests/integration/security/filebased_tls_origination/main_test.go

               secretName: egress-gw-cacerts
               mountPath: /etc/certs/custom
    {{- end }}
    `, map[string]bool{"isExternalControlPlane": ctx.AllClusters().IsExternalControlPlane()})
    
    	cfg.GatewayValues = `
    components:
      egressGateways:
      - enabled: true
        name: istio-egressgateway
    values:
      gateways:
        istio-egressgateway:
          secretVolumes:
          - name: client-custom-certs
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 02 21:29:40 UTC 2024
    - 7.3K bytes
    - Viewed (0)
  6. pkg/test/framework/components/istio/kube.go

    			return iopFiles{}, err
    		}
    	} else {
    		i.configIOP = i.primaryIOP
    	}
    
    	if cfg.GatewayValues != "" {
    		i.gatewayIOP.file = filepath.Join(workDir, "custom_gateways.yaml")
    		_, err = initIOPFile(cfg, i.gatewayIOP.file, cfg.GatewayValues)
    		if err != nil {
    			return iopFiles{}, err
    		}
    	}
    	if cfg.EastWestGatewayValues != "" {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 22:12:34 UTC 2024
    - 31.1K bytes
    - Viewed (0)
Back to top