Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 28 for injectPod (0.37 sec)

  1. operator/pkg/apis/istio/v1alpha1/values_types.proto

      // This is primarily to support PSP annotations.
      google.protobuf.Struct injectedAnnotations = 19;
    
      // Enable objectSelector to filter out pods with no need for sidecar before calling istio-sidecar-injector.
      google.protobuf.Struct objectSelector = 21;
    
      // Configure the injection url for sidecar injector webhook
      string injectionURL = 22;
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 57.2K bytes
    - Viewed (0)
  2. tests/integration/pilot/testdata/upgrade/1.6.11-install.yaml.tar

    {{- range .Values.global.imagePullSecrets }} - name: {{ . }} {{- end }} {{- end }} --- apiVersion: admissionregistratio.k8s.io/v1beta1 kind: MutatingWebhookConfi metadata: name: istio-sidecar-injector-1-6-11 labels: istio.io/rev: 1-6-11 app: sidecar-injector release: istio webhooks: - name: sidecar-injector.istio.io clientConfig: service: name: istiod-1-6-11 namespace: istio-system path: "/inject" caBundle: "" sideEffects: None rules: - operations: [ "CREATE" ] apiGroups: [""] apiVersions: ["v1"]...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 13 16:06:08 UTC 2021
    - 50K bytes
    - Viewed (0)
  3. tests/integration/pilot/testdata/upgrade/1.7.6-install.yaml.tar

    imagePullSecrets: {{- range .Values.global.imagePullSecrets }} - name: {{ . }} {{- end }} {{- end }} --- apiVersion: admissionregistratio.k8s.io/v1beta1 kind: MutatingWebhookConfi metadata: name: istio-sidecar-injector-1-7-6 labels: istio.io/rev: 1-7-6 app: sidecar-injector release: istio webhooks: - name: sidecar-injector.istio.io clientConfig: service: name: istiod-1-7-6 namespace: istio-system path: "/inject" caBundle: "" sideEffects: None rules: - operations: [ "CREATE" ] apiGroups: [""] apiVersions: ["v1"] resources:...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 13 16:06:08 UTC 2021
    - 60K bytes
    - Viewed (0)
  4. tests/integration/pilot/testdata/upgrade/1.8.6-install.yaml.tar

    }} - name: {{ . }} {{- end }} {{- end }} --- apiVersion: admissionregistratio.k8s.io/v1beta1 kind: MutatingWebhookConfi metadata: name: istio-sidecar-injector-1-8-6 labels: istio.io/rev: 1-8-6 install.operator.istio.io/owning-resource: unknown operator.istio.io/component: "Pilot" app: sidecar-injector release: istio webhooks: - name: sidecar-injector.istio.io clientConfig: service: name: istiod-1-8-6 namespace: istio-system path: "/inject" caBundle: "" sideEffects: None rules: - operations: [ "CREATE"...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jun 01 19:57:24 UTC 2021
    - 70K bytes
    - Viewed (0)
  5. tests/integration/pilot/testdata/upgrade/1.10.0-install.yaml.tar

    securityContext: fsGroup: 1337 {{- end }} --- apiVersion: admissionregistratio.k8s.io/v1 kind: MutatingWebhookConfi metadata: name: istio-sidecar-injector-1-10-0 labels: istio.io/rev: 1-10-0 install.operator.istio.io/owning-resource: unknown operator.istio.io/component: "Pilot" app: sidecar-injector release: istio webhooks: - name: rev.namespace.sidecar-injector.istio.io clientConfig: service: name: istiod-1-10-0 namespace: istio-system path: "/inject" port: 443 caBundle: "" sideEffects: None rules: -...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jun 01 19:57:24 UTC 2021
    - 80K bytes
    - Viewed (0)
  6. subprojects/core/src/integTest/groovy/org/gradle/api/services/BuildServiceIntegrationTest.groovy

            failure.assertHasCause("Services of type ${serviceType.simpleName} are not available for injection into instances of type BuildService.")
    
            where:
            serviceType << [
                ProjectLayout, // not isolated
                Instantiator, // internal
            ]
        }
    
        def "injected FileSystemOperations resolves paths relative to build root directory"() {
            serviceCopiesFiles()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Jun 06 19:15:46 UTC 2024
    - 61K bytes
    - Viewed (0)
  7. tests/integration/pilot/testdata/upgrade/1.9.5-install.yaml.tar

    securityContext: fsGroup: 1337 {{- end }} --- apiVersion: admissionregistratio.k8s.io/v1beta1 kind: MutatingWebhookConfi metadata: name: istio-sidecar-injector-1-9-5 labels: istio.io/rev: 1-9-5 install.operator.istio.io/owning-resource: unknown operator.istio.io/component: "Pilot" app: sidecar-injector release: istio webhooks: - name: sidecar-injector.istio.io clientConfig: service: name: istiod-1-9-5 namespace: istio-system path: "/inject" caBundle: "" sideEffects: None rules: - operations: [ "CREATE"...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jun 01 19:57:24 UTC 2021
    - 80K bytes
    - Viewed (0)
  8. maven-api-impl/src/main/java/org/apache/maven/internal/impl/model/DefaultModelBuilder.java

                if (lifecycleBindingsInjector == null) {
                    throw new IllegalStateException("lifecycle bindings injector is missing");
                }
    
                // lifecycle bindings injection
                resultModel = lifecycleBindingsInjector.injectLifecycleBindings(resultModel, request, problems);
            }
    
            // dependency management import
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Fri Jun 07 07:31:02 UTC 2024
    - 61.9K bytes
    - Viewed (0)
  9. maven-model-builder/src/main/java/org/apache/maven/model/building/DefaultModelBuilder.java

                if (lifecycleBindingsInjector == null) {
                    throw new IllegalStateException("lifecycle bindings injector is missing");
                }
    
                // lifecycle bindings injection
                lifecycleBindingsInjector.injectLifecycleBindings(resultModel, request, problems);
            }
    
            // dependency management import
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue May 21 09:54:32 UTC 2024
    - 82.9K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/docs/userguide/optimizing-performance/configuration_cache.adoc

    ====
    <1> services can't be injected directly in scripts, we need an extra type to convey the injection point
    <2> create an instance of the extra type using `project.object` outside the task action
    <3> no more problem reported, the task action references `injected` that provides the `FileSystemOperations` service, supported as a replacement for `project.copy {}`
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 29 16:24:12 UTC 2024
    - 71.1K bytes
    - Viewed (0)
Back to top