Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 239 for logical (0.26 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. build/common.sh

      kube::util::ensure-docker-buildx
    
      local -r image=$1
      local -r context_dir=$2
      local -r pull="${3:-true}"
      local build_args
      IFS=" " read -r -a build_args <<< "$4"
      readonly build_args
      local -ra build_cmd=("${DOCKER[@]}" buildx build --load -t "${image}" "--pull=${pull}" "${build_args[@]}" "${context_dir}")
    
      kube::log::status "Building Docker image ${image}"
      local docker_output
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jun 06 16:13:15 UTC 2024
    - 26.5K bytes
    - Viewed (0)
  3. cluster/gce/util.sh

    function make-gcloud-network-argument() {
      local network_project="$1"
      local region="$2"
      local network="$3"
      local subnet="$4"
      local address="$5"          # optional
      local enable_ip_alias="$6"  # optional
      local alias_size="$7"       # optional
    
      local networkURL="projects/${network_project}/global/networks/${network}"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 21:47:17 UTC 2024
    - 161.6K bytes
    - Viewed (0)
  4. internal/grid/manager.go

    		targets:     make(map[string]*Connection, len(o.Hosts)),
    		local:       o.Local,
    		authRequest: o.AuthRequest,
    	}
    	m.handlers.init()
    	if ctx == nil {
    		ctx = context.Background()
    	}
    	for _, host := range o.Hosts {
    		if host == o.Local {
    			if found {
    				return nil, fmt.Errorf("grid: local host found multiple times")
    			}
    			found = true
    			// No connection to local.
    			continue
    		}
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 17:40:33 UTC 2024
    - 9.8K bytes
    - Viewed (0)
  5. 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)
  6. cluster/gce/upgrade.sh

      echo ""
      echo "(... Fetching current release versions ...)"
      echo ""
    
      # NOTE: IF YOU CHANGE THE FOLLOWING LIST, ALSO UPDATE test/e2e/cluster_upgrade.go
      local release_stable
      local release_latest
      local ci_latest
    
      release_stable=$(curl -sL https://dl.k8s.io/release/stable.txt)
      release_latest=$(curl -sL https://dl.k8s.io/release/latest.txt)
      ci_latest=$(curl -sL https://dl.k8s.io/ci/latest.txt)
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 21:13:22 UTC 2024
    - 25.2K bytes
    - Viewed (0)
  7. 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)
  8. 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)
  9. pilot/pkg/networking/core/cluster_builder_test.go

    				Host: "foo.default.svc.cluster.local",
    				TrafficPolicy: &networking.TrafficPolicy{
    					Tls: &networking.ClientTLSSettings{
    						Mode:            networking.ClientTLSSettings_SIMPLE,
    						CaCertificates:  constants.RootCertFilename,
    						Sni:             "foo.default.svc.cluster.local",
    						SubjectAltNames: []string{"foo.default.svc.cluster.local"},
    					},
    				},
    			},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 110.4K bytes
    - Viewed (0)
  10. platforms/core-configuration/configuration-cache/src/main/kotlin/org/gradle/internal/cc/impl/ConfigurationCacheClassLoaderScopeRegistryListener.kt

                //  Rather than fix the assumption here, it would be better to rework the scope implementation so that it produces no more than one export and one local ClassLoader
                val local = scopeId is ClassLoaderScopeIdentifier && scopeId.localId() == classLoaderId
                if (local) {
                    spec.localClassPath = classPath
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:30 UTC 2024
    - 4.7K bytes
    - Viewed (0)
Back to top