Search Options

Results per page
Sort
Preferred Languages
Advance

Results 161 - 170 of 616 for injecting (0.12 sec)

  1. platforms/documentation/docs/src/snippets/initScripts/configurationInjection/groovy/settings.gradle

    rootProject.name = 'configuration-injection'...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 45 bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/snippets/testKit/automaticClasspathInjectionQuickstart/groovy/settings.gradle

    rootProject.name = 'automatic-classpath-injection-quickstart'...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 62 bytes
    - Viewed (0)
  3. releasenotes/notes/48266.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: installation
    issue:
    - 48241
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Dec 12 16:30:54 UTC 2023
    - 183 bytes
    - Viewed (0)
  4. releasenotes/notes/48562.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: installation
    releaseNotes:
      - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jan 02 08:39:34 UTC 2024
    - 197 bytes
    - Viewed (0)
  5. releasenotes/notes/webhook-ca-bundle.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: installation
    
    # issue is a list of GitHub issues resolved in this note.
    issue: []
    
    releaseNotes:
      - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 07 06:39:27 UTC 2024
    - 237 bytes
    - Viewed (0)
  6. analysis/analysis-api-fir/src/org/jetbrains/kotlin/analysis/api/fir/symbols/KtFirOverrideInfoProvider.kt

            val memberFir = memberSymbol.firSymbol.fir as? FirCallableDeclaration ?: return false
            val parentClassFir = classSymbol.firSymbol.fir as? FirClass ?: return false
    
            // Inspecting visibility requires resolving to status
            classSymbol.firSymbol.lazyResolveToPhase(FirResolvePhase.STATUS)
    
            return memberFir.isVisibleInClass(parentClassFir)
        }
    
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed May 22 06:28:34 UTC 2024
    - 3.8K bytes
    - Viewed (0)
  7. tests/testdata/config/destination-rule-ssl.yaml

      namespace: testns
    spec:
      host: ssl1.webinf.info
      trafficPolicy:
        loadBalancer:
          simple: LEAST_CONN
        tls:
          mode: SIMPLE
    ---
    # This will not work: myCA not found, results in rejecting all clusters if the
    # service exists.
    apiVersion: networking.istio.io/v1alpha3
    kind: DestinationRule
    metadata:
      name: drprefix
      namespace: testns
    spec:
      host: "random.webinf.info"
      trafficPolicy:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Jan 19 04:56:49 UTC 2019
    - 598 bytes
    - Viewed (0)
  8. doc/next/6-stdlib/99-minor/testing/fstest/63675.md

    [TestFS] now returns a structured error that can be unwrapped
    (via method `Unwrap() []error`). This allows inspecting errors
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 12 20:57:18 UTC 2024
    - 159 bytes
    - Viewed (0)
  9. pkg/config/analysis/analyzers/testdata/authorizationpolicies.yaml

    ---
    apiVersion: v1
    kind: Namespace
    metadata:
      name: prod-httpbin
      labels:
        istio-injection: "enabled"
    spec: {}
    ---
    apiVersion: v1
    kind: Namespace
    metadata:
      name: httpbin-test
      labels:
        istio-injection: "enabled"
    spec: {}
    ---
    apiVersion: security.istio.io/v1beta1
    kind: AuthorizationPolicy
    metadata:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Mar 08 14:14:46 UTC 2023
    - 7.8K bytes
    - Viewed (0)
  10. pkg/config/analysis/analyzers/webhook/webhook.go

    	}
    	if !a.SkipServiceCheck {
    		meta.Inputs = append(meta.Inputs, gvk.Service)
    	}
    	return meta
    }
    
    func getNamespaceLabels() []klabels.Set {
    	return []klabels.Set{
    		{},
    		{"istio-injection": "enabled"},
    		{"istio-injection": "disabled"},
    	}
    }
    
    func getObjectLabels() []klabels.Set {
    	return []klabels.Set{
    		{},
    		{"sidecar.istio.io/inject": "true"},
    		{"sidecar.istio.io/inject": "false"},
    	}
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun May 05 03:44:57 UTC 2024
    - 6K bytes
    - Viewed (0)
Back to top