Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 82 for proxyTest (0.53 sec)

  1. pkg/kube/inject/testdata/inputs/hello.yaml.12.template.gen.yaml

              - name: GRPC_GO_LOG_SEVERITY_LEVEL
                value: info
            volumeMounts:
              - mountPath: /var/lib/grpc/data/
                name: grpc-io-proxyless-bootstrap
          {{- end }}
          volumes:
            - name: grpc-io-proxyless-bootstrap
              emptyDir: {}
      grpc-agent: |
        {{- define "resources"  }}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 75.9K bytes
    - Viewed (0)
  2. pkg/kube/inject/testdata/inputs/hello.yaml.13.template.gen.yaml

              - name: GRPC_GO_LOG_SEVERITY_LEVEL
                value: info
            volumeMounts:
              - mountPath: /var/lib/grpc/data/
                name: grpc-io-proxyless-bootstrap
          {{- end }}
          volumes:
            - name: grpc-io-proxyless-bootstrap
              emptyDir: {}
      grpc-agent: |
        {{- define "resources"  }}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 75.9K bytes
    - Viewed (0)
  3. pkg/kube/inject/testdata/inputs/kubevirtInterfaces.yaml.9.template.gen.yaml

              - name: GRPC_GO_LOG_SEVERITY_LEVEL
                value: info
            volumeMounts:
              - mountPath: /var/lib/grpc/data/
                name: grpc-io-proxyless-bootstrap
          {{- end }}
          volumes:
            - name: grpc-io-proxyless-bootstrap
              emptyDir: {}
      grpc-agent: |
        {{- define "resources"  }}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 75.9K bytes
    - Viewed (0)
  4. pkg/test/framework/components/echo/config.go

    		return nil, nil
    	}
    
    	return configs, nil
    }
    
    // WorkloadClass returns the type of workload a given config is.
    func (c Config) WorkloadClass() WorkloadClass {
    	if c.IsProxylessGRPC() {
    		return Proxyless
    	} else if c.IsVM() {
    		return VM
    	} else if c.IsTProxy() {
    		return TProxy
    	} else if c.IsNaked() {
    		return Naked
    	} else if c.IsExternal() {
    		return External
    	} else if c.IsStatefulSet() {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 12:26:52 UTC 2024
    - 18.2K bytes
    - Viewed (0)
  5. pkg/security/security.go

    	// GkeWorkloadCertChainFilePath is the well-known path for the GKE workload certificate chain file.
    	// Quoted from https://cloud.google.com/traffic-director/docs/security-proxyless-setup#create-service:
    	// "On creation, each Pod gets a volume at /var/run/secrets/workload-spiffe-credentials."
    	GkeWorkloadCertChainFilePath = WorkloadIdentityCredentialsPath + "/certificates.pem"
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 17:48:28 UTC 2024
    - 19.1K bytes
    - Viewed (0)
  6. operator/cmd/mesh/testdata/manifest-generate/output/pilot_default.golden.yaml

                    value: info
                volumeMounts:
                  - mountPath: /var/lib/grpc/data/
                    name: grpc-io-proxyless-bootstrap
              {{- end }}
              volumes:
                - name: grpc-io-proxyless-bootstrap
                  emptyDir: {}
          grpc-agent: |
            {{- define "resources"  }}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 102.6K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/docs/userguide/authoring-builds/build_environment.adoc

    |Properties specific to your Gradle project
    |`TestFilter::isFailOnNoMatchingTests=false`
    
    |<<#sec:gradle_system_properties,System properties>>
    |Properties that are passed to the Gradle runtime (JVM)
    |`systemProp.http.proxyHost=somehost.org`
    
    |<<#sec:gradle_configuration_properties,Gradle properties>>
    |Properties that configure Gradle settings and the Java process that executes your build
    |`org.gradle.logging.level=quiet`
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 24 04:19:09 UTC 2024
    - 20.1K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/docs/userguide/dep-man/01-core-dependency-management/declaring_repositories.adoc

    * `https.proxyHost`
    * `https.proxyPort`
    * `https.proxyUser`
    * `https.proxyPassword`
    * `http.nonProxyHosts` (NOTE: this is not a typo.)
    
    If the `org.gradle.s3.endpoint` property has been specified with a HTTP (not HTTPS) URI the following system proxy settings can be used:
    
    * `http.proxyHost`
    * `http.proxyPort`
    * `http.proxyUser`
    * `http.proxyPassword`
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Dec 07 01:37:51 UTC 2023
    - 43.2K bytes
    - Viewed (0)
  9. pilot/pkg/xds/endpoints/endpoint_builder.go

    				},
    			}
    		}
    	}
    
    	return ep
    }
    
    func supportTunnel(b *EndpointBuilder, e *model.IstioEndpoint) bool {
    	if b.proxy.IsProxylessGrpc() {
    		// Proxyless client cannot handle tunneling, even if the server can
    		return false
    	}
    
    	// Other side is a waypoint proxy.
    	if al := e.Labels[constants.ManagedGatewayLabel]; al == constants.ManagedGatewayMeshControllerLabel {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Apr 28 02:18:19 UTC 2024
    - 26.1K bytes
    - Viewed (0)
  10. pkg/test/kube/dump.go

    		// no proxy container
    		return false
    	}
    	for k, v := range pod.ObjectMeta.Annotations {
    		if k == annotation.InjectTemplates.Name && strings.HasPrefix(v, "grpc-") {
    			// proxy container may run only agent for proxyless gRPC
    			return false
    		}
    	}
    	return true
    }
    
    func checkIfVM(pod corev1.Pod) bool {
    	for k := range pod.ObjectMeta.Labels {
    		if strings.Contains(k, "test-vm") {
    			return true
    		}
    	}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 22:12:34 UTC 2024
    - 22.2K bytes
    - Viewed (0)
Back to top