Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 2,838 for ensure (0.5 sec)

  1. releasenotes/notes/delay-app-start.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: networking
    issue:
    - 24737
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Aug 11 21:20:58 UTC 2020
    - 242 bytes
    - Viewed (0)
  2. 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)
  3. 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)
  4. 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)
  5. staging/src/k8s.io/apiserver/pkg/admission/plugin/resourcequota/apis/resourcequota/v1/types.go

    	// For each intercepted request, the quota system will evaluate
    	// its resource usage.  It will iterate through each resource consumed
    	// and if the resource contains any substring in this listing, the
    	// quota system will ensure that there is a covering quota.  In the
    	// absence of a covering quota, the quota system will deny the request.
    	// For example, if an administrator wants to globally enforce that
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Sep 04 12:53:52 UTC 2020
    - 2.9K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiserver/pkg/admission/plugin/resourcequota/apis/resourcequota/v1alpha1/types.go

    	// For each intercepted request, the quota system will evaluate
    	// its resource usage.  It will iterate through each resource consumed
    	// and if the resource contains any substring in this listing, the
    	// quota system will ensure that there is a covering quota.  In the
    	// absence of a covering quota, the quota system will deny the request.
    	// For example, if an administrator wants to globally enforce that
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Sep 04 12:53:52 UTC 2020
    - 2.9K bytes
    - Viewed (0)
  7. 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)
  8. src/cmd/go/testdata/script/cgo_asm_error.txt

    [!cgo] skip
    
    # Test that cgo package can't contain a go assembly file.
    
    # Ensure the build fails and reports that the package has a Go assembly file.
    ! go build cgoasm
    stderr 'package using cgo has Go assembly file'
    
    -- go.mod --
    module cgoasm
    
    go 1.16
    -- p.go --
    package p
    
    /*
    // hi
    */
    import "C"
    
    func F() {}
    -- p.s --
    TEXT asm(SB),$0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Sep 17 13:25:29 UTC 2020
    - 343 bytes
    - Viewed (0)
  9. 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)
  10. hack/update-vendor.sh

    # We do read from ${tidy_unordered} in the pipeline and mention it within the
    # pipeline (but only ready it again) so we disable the lint to assure shellcheck
    # that :this-is-fine:
    # shellcheck disable=SC2094
    while IFS= read -r repo; do
      # record existence of the repo to ensure modules with no peer relationships still get included in the order
      echo "${repo} ${repo}" >> "${TMP_DIR}/tidy_deps.txt"
    
      (
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:07:08 UTC 2024
    - 15.6K bytes
    - Viewed (0)
Back to top