Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 3,860 for chanlen (0.13 sec)

  1. operator/pkg/helmreconciler/testdata/iop-changed.yaml

    apiVersion: install.istio.io/v1alpha1
    kind: IstioOperator
    metadata:
      name: iop-test-gw-1
      namespace: istio-system
    spec:
      profile: changed-profile
      components:
        ingressGateways:
          - name: test-gw-1
            enabled: false
            label:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 01 12:45:02 UTC 2023
    - 272 bytes
    - Viewed (0)
  2. platforms/core-execution/execution/src/test/groovy/org/gradle/internal/execution/history/changes/LimitingChangeVisitorTest.groovy

    package org.gradle.internal.execution.history.changes
    
    
    import spock.lang.Specification
    
    class LimitingChangeVisitorTest extends Specification {
    
        def collectingVisitor = new CollectingChangeVisitor()
        def visitor = new LimitingChangeVisitor(2, collectingVisitor)
    
        def "will not accept more changes than specified"() {
            def change1 = Mock(Change)
            def change2 = Mock(Change)
    
            expect:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:46:15 UTC 2023
    - 1.1K bytes
    - Viewed (0)
  3. .github/ISSUE_TEMPLATE/11-language-change.yml

          label: "Proposal"
          description: "What is the proposed change? Who does this proposal help, and why? Please describe as precisely as possible the change to the language."
        validations:
          required: true
    
      - type: textarea
        id: language-spec-changes
        attributes:
          label: "Language Spec Changes"
          description: "What would change in the language spec?"
        validations:
          required: false
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 22 20:49:24 UTC 2023
    - 4.7K bytes
    - Viewed (0)
  4. operator/pkg/helmreconciler/testdata/configmap-changed.yaml

    John Howard <******@****.***> 1632329615 -0700
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Sep 22 16:53:35 UTC 2021
    - 220 bytes
    - Viewed (0)
  5. hack/testdata/pod-changed.yaml

    Davanum Srinivas <******@****.***> 1652185809 -0400
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 31 14:16:53 UTC 2022
    - 171 bytes
    - Viewed (0)
  6. pkg/kubelet/config/config.go

    		return false
    	}
    	return true
    }
    
    // checkAndUpdatePod updates existing, and:
    //   - if ref makes a meaningful change, returns needUpdate=true
    //   - if ref makes a meaningful change, and this change is graceful deletion, returns needGracefulDelete=true
    //   - if ref makes no meaningful change, but changes the pod status, returns needReconcile=true
    //   - else return all false
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 16.7K bytes
    - Viewed (0)
  7. subprojects/core/src/integTest/groovy/org/gradle/api/tasks/IncrementalInputsIntegrationTest.groovy

                    void copy(InputChanges changes) {
                        if (!changes.incremental) {
                            println("Rebuilding")
                        }
                        changes.getFileChanges(inputDirectory).each { change ->
                            File outputFile = new File(outputDirectory.${getter}, change.normalizedPath)
                            if (change.changeType != ChangeType.REMOVED
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Dec 23 12:52:29 UTC 2022
    - 27.8K bytes
    - Viewed (0)
  8. platforms/core-execution/execution/src/test/groovy/org/gradle/internal/execution/history/changes/SummarizingChangeContainerTest.groovy

            visitor.getChanges().empty
        }
    
        def "only returns changes from a single delegate"() {
            def change1 = Mock(Change)
    
            when:
            state.accept(visitor)
    
            then:
            1 * state1.accept(_) >> { args ->
                args[0].visitChange(change1)
            }
            0 * _
    
            and:
            visitor.changes == [change1]
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:46:15 UTC 2023
    - 1.5K bytes
    - Viewed (0)
  9. hack/testdata/deployment-label-change3.yaml

    Davanum Srinivas <******@****.***> 1652185809 -0400
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 31 14:16:53 UTC 2022
    - 378 bytes
    - Viewed (0)
  10. subprojects/core/src/test/groovy/org/gradle/internal/fingerprint/impl/AbsolutePathFileCollectionFingerprinterTest.groovy

                switch (change.type) {
                    case ChangeTypeInternal.ADDED:
                        listener.added(change.path)
                        break
                    case ChangeTypeInternal.MODIFIED:
                        listener.changed(change.path)
                        break
                    case ChangeTypeInternal.REMOVED:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 20 16:00:23 UTC 2022
    - 9.9K bytes
    - Viewed (0)
Back to top