Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for completeness (0.2 sec)

  1. pkg/controller/statefulset/stateful_set_utils_test.go

    					Controller: ptr.To(true),
    				},
    			},
    			shouldReportUnexpectedController: true,
    		},
    		{
    			// API validation should prevent two controllers from being set,
    			// but for completeness it is still tested.
    			name: "own controller and another",
    			refs: []metav1.OwnerReference{
    				{
    					APIVersion: "v1",
    					Kind:       "Pod",
    					Name:       "pod",
    					UID:        "pod-uid",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 19:06:41 UTC 2024
    - 50.9K bytes
    - Viewed (0)
  2. docs/changelogs/changelog_3x.md

        Module System.
     *  New: Log gzipped bodies when `HttpLoggingInterceptor` is used as a network
        interceptor.
     *  New: `Protocol.QUIC` constant. This protocol is not supported but this
        constant is included for completeness.
     *  New: Upgrade to Okio 1.14.0.
    
         ```xml
         <dependency>
           <groupId>com.squareup.okio</groupId>
           <artifactId>okio</artifactId>
           <version>1.14.0</version>
         </dependency>
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sun Feb 06 14:55:54 UTC 2022
    - 50.8K bytes
    - Viewed (0)
  3. src/cmd/go/internal/modload/buildlist.go

    //     an explicit package pattern is included as a root. This follows directly
    //     from (1): packages matching explicit package patterns are marked with
    //     pkgIsRoot.
    //
    //  3. (The completeness invariant.) Every module that contributed any package
    //     to the build is required by either the main module or one of the modules
    //     it requires explicitly. This invariant is left up to the caller, who must
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 16:04:44 UTC 2024
    - 53.8K bytes
    - Viewed (0)
Back to top