Search Options

Results per page
Sort
Preferred Languages
Advance

Results 111 - 120 of 616 for injecting (0.27 sec)

  1. platforms/documentation/docs/src/snippets/plugins/propertyServiceInjection/groovy/settings.gradle

    rootProject.name = 'service-injection'...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 39 bytes
    - Viewed (0)
  2. pkg/config/analysis/analyzers/testdata/webhook.yaml

    webhooks:
    - admissionReviewVersions:
      - v1beta1
      clientConfig:
        service:
          name: fake
          namespace: istio-system
      name: sidecar-injector.istio.io
      namespaceSelector:
        matchLabels:
          istio-injection: enabled
    ---
    apiVersion: admissionregistration.k8s.io/v1
    kind: MutatingWebhookConfiguration
    metadata:
      name: istio-sidecar-injector-overlap
    webhooks:
    - admissionReviewVersions:
      - v1beta1
      clientConfig:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Nov 17 12:28:05 UTC 2021
    - 819 bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/snippets/testKit/automaticClasspathInjectionCustomTestSourceSet/groovy/settings.gradle

    rootProject.name = 'automatic-classpath-injection-custom-test-sourceset'...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 73 bytes
    - Viewed (0)
  4. pkg/config/analysis/analyzers/testdata/image-auto.yaml

    # Injected namespace.
    apiVersion: v1
    kind: Namespace
    metadata:
      name: injected
      labels:
        istio-injection: enabled
    ---
    # Non-injected namespace.
    apiVersion: v1
    kind: Namespace
    metadata:
      name: non-injected
    ---
    apiVersion: admissionregistration.k8s.io/v1
    kind: MutatingWebhookConfiguration
    metadata:
      name: istio-sidecar-injector
    webhooks:
      - admissionReviewVersions:
          - v1beta1
        clientConfig:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Nov 17 12:28:05 UTC 2021
    - 1.7K bytes
    - Viewed (0)
  5. pkg/config/analysis/analyzers/testdata/deployment-multi-service-different-ns.yaml

    apiVersion: v1
    kind: Namespace
    metadata:
      name: bookinfo
      labels:
        istio-injection: "enabled"
    spec: {}
    ---
    apiVersion: v1
    kind: Namespace
    metadata:
      name: bookinfo2
      labels:
        istio-injection: "enabled"
    spec: {}
    ---
    # Deployment should not generate a warning: although two services using that deployment
    # using the same port, they are in different namespaces.
    apiVersion: apps/v1
    kind: Deployment
    metadata:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Nov 17 12:28:05 UTC 2021
    - 1.4K bytes
    - Viewed (0)
  6. docs/en/docs/alternatives.md

    It achieves something somewhat similar to what can be done with Flask-apispec.
    
    It has an integrated dependency injection system, inspired by Angular 2. It requires pre-registering the "injectables" (like all the other dependency injection systems I know), so, it adds to the verbosity and code repetition.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 23.2K bytes
    - Viewed (0)
  7. samples/httpbin/README.md

    1. Start the httpbin service inside the Istio service mesh:
    
        If you have [automatic sidecar injection](https://istio.io/docs/setup/additional-setup/sidecar-injection/#automatic-sidecar-injection) enabled:
    
        ```bash
        kubectl apply -f httpbin.yaml
        ```
    
        Otherwise, manually inject the sidecars before applying:
    
        ```bash
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jul 27 18:28:55 UTC 2023
    - 1.8K bytes
    - Viewed (0)
  8. api/maven-api-di/pom.xml

        <artifactId>maven-api</artifactId>
        <version>4.0.0-beta-4-SNAPSHOT</version>
      </parent>
    
      <artifactId>maven-api-di</artifactId>
      <name>Maven 4 API :: Dependency Injection</name>
      <description>Maven 4 API - Dependency Injection</description>
    
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed May 22 14:07:09 UTC 2024
    - 1.4K bytes
    - Viewed (0)
  9. pkg/kube/inject/webhook.go

    // * originalPod: the pod before injection. If needed, we will apply some configurations from this pod on top of the final pod
    // * templatePod: the rendered injection template. This is needed only to see what containers we injected
    // * finalPod: the current result of injection, roughly equivalent to the merging of originalPod and templatePod
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 17:59:39 UTC 2024
    - 42.2K bytes
    - Viewed (0)
  10. maven-core/src/test/projects/lifecycle-listener/lifecycle-participant-reactor-dependency-injection/module-a/pom.xml

    <project>
      <modelVersion>4.0.0</modelVersion>
    
      <parent>
        <groupId>lifecycle-participant-reactor-dependency-injection</groupId>
        <artifactId>parent</artifactId>
        <version>1.0</version>
      </parent>
    
      <artifactId>module-a</artifactId>
    
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Jan 29 12:40:19 UTC 2014
    - 257 bytes
    - Viewed (0)
Back to top