Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 407 for logical (0.1 sec)

  1. pilot/pkg/model/envoyfilter.go

    			// as a result.
    			log.Debugf("envoyfilter %s/%s discarded due to missing patch", local.Namespace, local.Name)
    			continue
    		}
    		cpw := &EnvoyFilterConfigPatchWrapper{
    			Name:      local.Name,
    			Namespace: local.Namespace,
    			FullName:  local.Namespace + "/" + local.Name,
    			ApplyTo:   cp.ApplyTo,
    			Match:     cp.Match,
    			Operation: cp.Patch.Operation,
    		}
    		var err error
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 13:57:28 UTC 2024
    - 7.1K bytes
    - Viewed (0)
  2. manifests/addons/dashboards/lib/panels.libsonnet

    local g = import 'g.libsonnet';
    
    
    local overrideSeries = function(series, override)
      g.panel.timeSeries.fieldOverride.byName.new(series)
      + g.panel.timeSeries.fieldOverride.byName.withProperty(
        'displayName',
        override
      );
    
    {
      timeSeries: {
        local timeSeries = g.panel.timeSeries,
        local fieldOverride = g.panel.timeSeries.fieldOverride,
        local custom = timeSeries.fieldConfig.defaults.custom,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 20:46:28 UTC 2024
    - 4.5K bytes
    - Viewed (0)
  3. tests/integration/pilot/locality_test.go

    						Resolution:      "DNS",
    						Local:           destA.Config().Service,
    						Remote:          destB.Config().Service,
    					},
    					expectAllTrafficTo(destA.Config().Service),
    				},
    				{
    					"Prioritized/EDS",
    					LocalityInput{
    						LocalitySetting: localityFailover,
    						Resolution:      "STATIC",
    						Local:           destB.Address(),
    						Remote:          destA.Address(),
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 6.6K bytes
    - Viewed (0)
  4. pkg/test/echo/docker/Dockerfile.app_sidecar_centos_8

    COPY sudoers /etc/sudoers
    
    # Install the Echo application
    COPY echo-start.sh /usr/local/bin/echo-start.sh
    ARG TARGETARCH
    COPY ${TARGETARCH:-amd64}/client /usr/local/bin/client
    COPY ${TARGETARCH:-amd64}/server /usr/local/bin/server
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 22:55:51 UTC 2024
    - 839 bytes
    - Viewed (0)
  5. build-logic-commons/settings.gradle.kts

    }
    
    includeBuild("../build-logic-settings")
    
    // Shared basics for all
    include("basics")
    
    // Platform: defines shared dependency versions
    include("build-platform")
    
    // Compute the identity/version we are building and related details (like current git commit)
    include("module-identity")
    
    // Code quality rules common to :build-logic and the root build
    include("code-quality-rules")
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 23 11:54:19 UTC 2024
    - 1.3K bytes
    - Viewed (0)
  6. pkg/proxy/ipvs/util/ipvs_linux.go

    		return fmt.Errorf("could not convert local virtual server to IPVS service: %w", err)
    	}
    	runner.mu.Lock()
    	defer runner.mu.Unlock()
    	return runner.ipvsHandle.NewService(svc)
    }
    
    // UpdateVirtualServer is part of ipvs.Interface.
    func (runner *runner) UpdateVirtualServer(vs *VirtualServer) error {
    	svc, err := toIPVSService(vs)
    	if err != nil {
    		return fmt.Errorf("could not convert local virtual server to IPVS service: %w", err)
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 22 05:08:41 UTC 2024
    - 9K bytes
    - Viewed (0)
  7. test/alias2.go

    func (A1) m() {} // ERROR "cannot define new methods on non-local type|may not define methods on non-local type"
    func (A2) m() {} // ERROR "invalid receiver type"
    func (A3) m() {} // ERROR "cannot define new methods on non-local type|may not define methods on non-local type"
    func (A4) m() {} // ERROR "cannot define new methods on non-local type|may not define methods on non-local type"
    
    type B1 = struct{}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:09:14 UTC 2024
    - 2.5K bytes
    - Viewed (0)
  8. manifests/addons/dashboards/lib/queries.libsonnet

    local g = import './g.libsonnet';
    local q = g.query.prometheus;
    
    local variables = import './variables.libsonnet';
    
    {
      queries(names):
        local containerLabels = 'container="%(container)s", pod=~"%(pod)s"' % names;
        local appLabels = 'app="%(app)s"' % names;
        local podLabels = 'pod=~"%(pod)s"' % names;
        {
          query(legend, query):
            q.new(
              '$' + variables.datasource.name,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 20:46:28 UTC 2024
    - 7.7K bytes
    - Viewed (0)
  9. platforms/core-configuration/configuration-cache/src/main/kotlin/org/gradle/internal/cc/impl/metadata/ProjectMetadataController.kt

    import org.gradle.internal.component.local.model.DefaultLocalConfigurationMetadata
    import org.gradle.internal.component.local.model.DefaultLocalConfigurationMetadata.ConfigurationDependencyMetadata
    import org.gradle.internal.component.local.model.LocalComponentArtifactMetadata
    import org.gradle.internal.component.local.model.LocalComponentGraphResolveState
    import org.gradle.internal.component.local.model.LocalComponentGraphResolveStateFactory
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:30 UTC 2024
    - 8.9K bytes
    - Viewed (0)
  10. tests/integration/security/ca_custom_root/secure_naming_test.go

    spec:
      host: "b.NS.svc.cluster.local"
      trafficPolicy:
        tls:
          mode: ISTIO_MUTUAL
          subjectAltNames:
          - "spiffe://cluster.local/ns/NS/sa/a"
          - "spiffe://cluster.local/ns/NS/sa/b"
          - "spiffe://cluster.local/ns/default/sa/default"
          - "I-do-not-exist"
    `
    )
    
    // TestSecureNaming verifies:
    // - The certificate issued by CA to the sidecar is as expected and that strict mTLS works as expected.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 7.5K bytes
    - Viewed (0)
Back to top