Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 2,648 for ensure (0.12 sec)

  1. pkg/controlplane/controller/systemnamespaces/system_namespaces_controller.go

    	"k8s.io/client-go/tools/cache"
    
    	"k8s.io/klog/v2"
    )
    
    // Controller ensure system namespaces exist.
    type Controller struct {
    	client kubernetes.Interface
    
    	namespaceLister listers.NamespaceLister
    	namespaceSynced cache.InformerSynced
    
    	systemNamespaces []string
    	interval         time.Duration
    }
    
    // NewController creates a new Controller to ensure system namespaces exist.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Apr 27 12:19:56 UTC 2024
    - 2.9K bytes
    - Viewed (0)
  2. subprojects/core/src/main/java/org/gradle/api/internal/tasks/properties/FileParameterUtils.java

            // If this default is ever changed, ensure the documentation on PathSensitive is updated as well as this guide:
            // https://docs.gradle.org/current/userguide/build_cache_concepts.html#relocatability
            return fileNormalizer == null
                ? InputNormalizer.ABSOLUTE_PATH
                : fileNormalizer;
        }
    
        /**
         * Collects property specs in a sorted set to ensure consistent ordering.
         *
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 13:37:56 UTC 2023
    - 3.1K bytes
    - Viewed (0)
  3. pilot/pkg/trustbundle/trustbundle_test.go

    	if !slices.Equal(trustedCerts, []string{rootCACert}) || cbCounter != 1 {
    		t.Errorf("Basic trustbundle update test failed. Callback value is %v", cbCounter)
    	}
    
    	// Add Second Cert update
    	// ensure intermediate CA certs accepted, it replaces the first completely, and lib dedupes duplicate cert
    	err = tb.UpdateTrustAnchor(&TrustAnchorUpdate{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 21:07:03 UTC 2024
    - 13.1K bytes
    - Viewed (0)
  4. src/cmd/go/testdata/script/work_disablevendor.txt

    # with a single workspace module.
    
    cd workspace
    
    # Base case: ensure the module would default to mod=vendor
    # outside of workspace mode.
    env GOWORK=off
    go list -f '{{.Dir}}' example.com/dep
    stdout $GOPATH[\\/]src[\\/]workspace[\\/]vendor[\\/]example.com[\\/]dep
    
    # Test case: endure the module does not enter mod=vendor outside
    # worspace mode.
    env GOWORK=''
    go list -f '{{.Dir}}' example.com/dep
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 13 20:22:29 UTC 2022
    - 1K bytes
    - Viewed (0)
  5. platforms/core-configuration/model-core/src/test/groovy/org/gradle/api/internal/provider/MergeProviderTest.groovy

            when:
            def result = provider.getOrNull()
    
            then:
            result == ["left", "right"]
            1 * leftSideEffect.execute("left")
    
            then: // ensure ordering
            1 * rightSideEffect.execute("right")
    
            then: // ensure ordering
            1 * mergedSideEffect.execute(["left", "right"])
        }
    
        def "provider is live"() {
            given:
            def first = objects.property(String)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 22:25:49 UTC 2023
    - 3.2K bytes
    - Viewed (0)
  6. manifests/charts/base/files/profile-stable.yaml

    # The original version of this file is located at /manifests/helm-profiles directory.
    # If you want to make a change in this file, edit the original one and run "make gen".
    
    # The stable profile deploys admission control to ensure that only stable resources and fields are used
    # THIS IS CURRENTLY EXPERIMENTAL AND SUBJECT TO CHANGE
    experimental:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 22 22:00:40 UTC 2024
    - 423 bytes
    - Viewed (0)
  7. manifests/charts/default/files/profile-stable.yaml

    # The original version of this file is located at /manifests/helm-profiles directory.
    # If you want to make a change in this file, edit the original one and run "make gen".
    
    # The stable profile deploys admission control to ensure that only stable resources and fields are used
    # THIS IS CURRENTLY EXPERIMENTAL AND SUBJECT TO CHANGE
    experimental:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 22 22:00:40 UTC 2024
    - 423 bytes
    - Viewed (0)
  8. manifests/charts/istio-operator/files/profile-stable.yaml

    # The original version of this file is located at /manifests/helm-profiles directory.
    # If you want to make a change in this file, edit the original one and run "make gen".
    
    # The stable profile deploys admission control to ensure that only stable resources and fields are used
    # THIS IS CURRENTLY EXPERIMENTAL AND SUBJECT TO CHANGE
    experimental:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 22 22:00:40 UTC 2024
    - 423 bytes
    - Viewed (0)
  9. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/caching/ArtifactCacheUnusedEntryCleanupIntegrationTest.groovy

            def files = findFiles(cacheDir, "files-*/**/*")
            files.size() == 2
            journal.assertExists()
    
            when:
            run '--stop' // ensure daemon does not cache file access times in memory
            forceCleanup(gcFile)
    
            and:
            writeLastFileAccessTimeToJournal(resource.parentFile, daysAgo(DEFAULT_MAX_AGE_IN_DAYS_FOR_DOWNLOADED_CACHE_ENTRIES + 1))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 22 12:06:23 UTC 2024
    - 16.7K bytes
    - Viewed (0)
  10. src/cmd/go/testdata/script/mod_vendor_unused_only.txt

    # Ensure that we generate a vendor/modules.txt file even when the only
    # requirements in go.mod are unused.  Regression test for
    # golang.org/issue/36580
    
    env GO111MODULE=on
    
    go mod vendor
    cmp go1.14-modules.txt vendor/modules.txt
    
    -- go.mod --
    module example.com/m
    go 1.14
    
    require example.com v1.0.0 // indirect
    -- go.sum --
    example.com v1.0.0/go.mod h1:WRiieAqDBb1hVdDXLLdxNtCDWNfehn7FWyPC5Oz2vB4=
    -- go1.14-modules.txt --
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 13 00:19:50 UTC 2021
    - 459 bytes
    - Viewed (0)
Back to top