Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 59 of 59 for gatewayValue (0.14 sec)

  1. staging/src/k8s.io/api/testdata/v1.29.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: Fri Dec 15 04:12:07 UTC 2023
    - 40.5K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/testdata/HEAD/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: Wed May 29 22:40:29 UTC 2024
    - 37.7K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/testdata/v1.30.0/core.v1.Pod.yaml

          - monitorsValue
          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
    - 33.2K bytes
    - Viewed (0)
  4. 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)
  5. 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)
  6. 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)
  7. 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)
  8. 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)
  9. pkg/test/framework/components/istio/config.go

    	OperatorOptions map[string]string
    
    	// EnableCNI indicates the test should have CNI enabled.
    	EnableCNI bool
    
    	// custom deployment for ingress and egress gateway on remote clusters.
    	GatewayValues string
    
    	// Custom deployment for east-west gateway
    	EastWestGatewayValues string
    
    	// IngressGatewayServiceName is the service name to use to reference the ingressgateway
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 10 20:33:28 UTC 2024
    - 14.8K bytes
    - Viewed (0)
Back to top