Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 957 for prepending (0.26 sec)

  1. pkg/kubelet/config/http_test.go

    					SecurityContext: &v1.PodSecurityContext{},
    					SchedulerName:   v1.DefaultSchedulerName,
    				},
    				Status: v1.PodStatus{
    					Phase: v1.PodPending,
    				},
    			},
    			expected: CreatePodUpdate(kubetypes.SET,
    				kubetypes.HTTPSource,
    				&v1.Pod{
    					ObjectMeta: metav1.ObjectMeta{
    						UID:         "111",
    						Name:        "foo" + "-" + nodeName,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jan 14 09:38:23 UTC 2022
    - 11.2K bytes
    - Viewed (0)
  2. analysis/analysis-api-platform-interface/src/org/jetbrains/kotlin/analysis/api/platform/modification/KotlinCodeFragmentContextModificationListener.kt

    public fun interface KotlinCodeFragmentContextModificationListener {
        /**
         * [onModification] is invoked in a write action before or after a context change for code fragments depending on the [module].
         *
         * All code fragments depending on [module], both directly or transitively, should be considered modified when this event is received.
         *
         * @see KotlinModificationTopics
         */
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Thu Jun 06 17:44:50 UTC 2024
    - 796 bytes
    - Viewed (0)
  3. platforms/core-runtime/logging/src/main/java/org/gradle/internal/logging/LoggingOutputInternal.java

         *
         * <p>Removes System.out and System.err as logging destinations, if present, as a side-effect.
         *
         * @param outputStream Receives formatted output.
         * @param errorStream Receives formatted error output. Note that this steam may not necessarily be used, depending on the console mode requested.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:05:18 UTC 2023
    - 4.4K bytes
    - Viewed (0)
  4. platforms/software/dependency-management/src/testFixtures/groovy/org/gradle/integtests/fixtures/publish/RemoteRepositorySpec.groovy

         * Defines modules using a simple path notation. Assuming group is "org", and default version is 1.0
         * For example: foo -> bar
         * would create 'org:foo:1.0' depending on 'org:bar:1.0'
         * when: foo -> bar:2.0 -> baz
         * would create 'org:foo:1.0' depending on 'org:bar:2.0' depending on `baz:1.0'
         * @param pathSpec
         */
        void path(String pathSpec) {
            def pathElements = (pathSpec.split("\\s?->\\s?") as List<String>).reverse()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 3.5K bytes
    - Viewed (0)
  5. istioctl/pkg/checkinject/checkinject_test.go

    					Revision: "default",
    					Reason:   "Namespace has istio-injection=disabled label, preventing injection",
    				},
    				{
    					Name:     "istio-sidecar-injector-1-16",
    					Revision: "1-16",
    					Injected: false,
    					Reason:   "Namespace has istio-injection=disabled label, preventing injection",
    				},
    				{
    					Name:     "istio-sidecar-injector-deactivated",
    					Revision: "default",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 15 15:02:17 UTC 2023
    - 10.6K bytes
    - Viewed (0)
  6. releasenotes/notes/fix-nodeport-meshnetwork.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: installation
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Aug 11 21:20:58 UTC 2020
    - 194 bytes
    - Viewed (0)
  7. releasenotes/notes/bug-fix-for-arch-helm-templates.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: installation
    
    issue:
      - https://github.com/istio/istio/issues/40378
    
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Aug 10 21:23:08 UTC 2022
    - 225 bytes
    - Viewed (0)
  8. releasenotes/notes/36928.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: installation
    
    releaseNotes:
    - |
      **Fixed** an issue that was preventing the operator from updating deployments when `.autoscaleEnabled` is `true` and `.k8s.replicaCount` is nonzero.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Mar 11 22:36:57 UTC 2022
    - 348 bytes
    - Viewed (0)
  9. releasenotes/notes/deprecate-k8sca-upto-v1.20.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: security
    issue:
    - https://github.com/GoogleCloudPlatform/anthos-service-mesh-packages/issues/1210
    releaseNotes:
    - |
      **Fixed** an issue preventing istio-proxy to access root ca when automountServiceAccountToken is false and PILOT_CERT_PROVIDER is kubernetes.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Dec 01 16:09:13 UTC 2022
    - 403 bytes
    - Viewed (0)
  10. releasenotes/notes/39110.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: traffic-management
    issue:
      - 39110
    releaseNotes:
      - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 01 12:57:11 UTC 2022
    - 226 bytes
    - Viewed (0)
Back to top