Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of 380 for cont (0.03 sec)

  1. cmd/bucket-replication-handlers.go

    			continue
    		}
    		clnt := globalBucketTargetSys.GetRemoteTargetClient(bucket, rule.Destination.Bucket)
    		if clnt == nil {
    			writeErrorResponse(ctx, w, errorCodes.ToAPIErrWithErr(ErrRemoteTargetNotFoundError, fmt.Errorf("replication config with rule ID %s has a stale target", rule.ID)), r.URL)
    			return
    		}
    		if lockEnabled {
    			lock, _, _, _, err := clnt.GetObjectLockConfig(ctx, clnt.Bucket)
    			if err != nil {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 23.2K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/snippets/buildCache/caching-android-projects/tests/sanityCheck.sample.conf

    Justin Van Dort <******@****.***> 1684529866 -0400
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Mar 28 20:27:07 UTC 2024
    - 374 bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/snippets/customPlugins/customPlugin/tests/customPlugin.sample.conf

    Laura Kassovic <******@****.***> 1712356553 -0700
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Apr 05 22:35:53 UTC 2024
    - 275 bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/snippets/files/fileCollections/tests/fileCollectionsConventions.sample.conf

    Rafael Chaves <******@****.***> 1710349380 -0300
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Mar 14 13:03:07 UTC 2024
    - 105 bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/snippets/providers/propertyConventionCallsites/tests/propertyConventionCallsites.sample.conf

    Rafael Chaves <******@****.***> 1712317927 -0300
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 10 16:56:09 UTC 2024
    - 125 bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/snippets/plugins/greetingPlugin/tests/sanityCheck.sample.conf

    Laura Kassovic <******@****.***> 1710994565 -0700
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Mar 21 04:16:05 UTC 2024
    - 71 bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/snippets/testing/test-suite-version-catalogs/tests/checkTaskOutput.sample.conf

    Tom Tresansky <******@****.***> 1713209293 -0400
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 15 19:28:13 UTC 2024
    - 177 bytes
    - Viewed (0)
  8. cni/pkg/install/testdata/bridge.conf.golden

    Ben Leggett <******@****.***> 1716316321 -0400
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 21 18:32:01 UTC 2024
    - 716 bytes
    - Viewed (0)
  9. cni/pkg/install/testdata/istio-cni.conf

    Ben Leggett <******@****.***> 1716316321 -0400
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 21 18:32:01 UTC 2024
    - 319 bytes
    - Viewed (0)
  10. pkg/kube/inject/inject_test.go

    		},
    		{
    			name: "flat-single",
    			in:   "macvlan-conf-1",
    			want: "macvlan-conf-1, istio-cni",
    		},
    		{
    			name: "flat-multiple",
    			in:   "macvlan-conf-1, macvlan-conf-2",
    			want: "macvlan-conf-1, macvlan-conf-2, istio-cni",
    		},
    		{
    			name: "json-single",
    			in:   `[{"name": "macvlan-conf-1"}]`,
    			want: `[{"name": "macvlan-conf-1"}, {"name": "istio-cni"}]`,
    		},
    		{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 31 20:35:11 UTC 2024
    - 34.1K bytes
    - Viewed (0)
Back to top