Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 36 for 399 (0.02 sec)

  1. staging/src/k8s.io/apiserver/pkg/admission/plugin/webhook/errors/statuserror_test.go

    			metav1.StatusFailure,
    		},
    		{
    			"300 status code",
    			&metav1.Status{Code: 300},
    			deniedBy + " without explanation",
    			400,
    			metav1.StatusFailure,
    		},
    		{
    			"399 status code",
    			&metav1.Status{Code: 399},
    			deniedBy + " without explanation",
    			400,
    			metav1.StatusFailure,
    		},
    		{
    			"missing status",
    			&metav1.Status{},
    			deniedBy + " without explanation",
    			400,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 25 13:12:07 UTC 2019
    - 3.4K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiserver/pkg/util/flowcontrol/request/width_test.go

    			},
    			maxSeats:             10,
    			initialSeatsExpected: 10,
    		},
    		{
    			name:       "request verb is list, has limit and resource version is 1",
    			requestURI: "http://server/apis/foo.bar/v1/events?limit=399&resourceVersion=1",
    			requestInfo: &apirequest.RequestInfo{
    				Verb:     "list",
    				APIGroup: "foo.bar",
    				Resource: "events",
    			},
    			counts: map[string]int64{
    				"events.foo.bar": 699,
    			},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 17K bytes
    - Viewed (0)
  3. maven-core/src/test/resources/projects/past-model-version-pom.xml

    specific language governing permissions and limitations
    under the License.
    -->
    
    <project>
        <!-- once we move past supporting modelVersion 4.0.0 we should update this version -->
        <modelVersion>3.9.9</modelVersion>
        <groupId>tests.project</groupId>
        <artifactId>past-model-version</artifactId>
        <version>1</version>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Jun 03 20:33:44 UTC 2019
    - 1K bytes
    - Viewed (0)
  4. pilot/pkg/request/command.go

    		return err
    	}
    	resp, err := c.Client.Do(req)
    	if err != nil {
    		return err
    	}
    	defer resp.Body.Close()
    	respBody, err := io.ReadAll(resp.Body)
    	if err != nil {
    		return err
    	}
    	if resp.StatusCode > 399 && resp.StatusCode != 404 {
    		return fmt.Errorf("received unsuccessful status code %v: %v", resp.StatusCode, string(respBody))
    	}
    	fmt.Println(string(respBody))
    	return nil
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Nov 02 03:58:02 UTC 2021
    - 1.5K bytes
    - Viewed (0)
  5. build-logic/build-update-utils/src/main/kotlin/gradlebuild/buildutils/tasks/AbstractCheckOrUpdateContributorsInReleaseNotes.kt

                    }
                }
                .build()
            val response = HttpClient.newHttpClient().send(request, HttpResponse.BodyHandlers.ofString())
            if (response.statusCode() > 399) {
                throw RuntimeException("Failed to get pull requests: $uri ${response.statusCode()} ${response.body()}")
            }
            return Gson().fromJson(response.body(), klass)
        }
    
        private
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 16 05:03:11 UTC 2022
    - 5.7K bytes
    - Viewed (0)
  6. src/syscall/zsysnum_darwin_amd64.go

    	SYS_GETLCID                        = 395
    	SYS_READ_NOCANCEL                  = 396
    	SYS_WRITE_NOCANCEL                 = 397
    	SYS_OPEN_NOCANCEL                  = 398
    	SYS_CLOSE_NOCANCEL                 = 399
    	SYS_WAIT4_NOCANCEL                 = 400
    	SYS_RECVMSG_NOCANCEL               = 401
    	SYS_SENDMSG_NOCANCEL               = 402
    	SYS_RECVFROM_NOCANCEL              = 403
    	SYS_ACCEPT_NOCANCEL                = 404
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 14.6K bytes
    - Viewed (0)
  7. src/syscall/zsysnum_darwin_arm64.go

    	SYS_GETLCID                        = 395
    	SYS_READ_NOCANCEL                  = 396
    	SYS_WRITE_NOCANCEL                 = 397
    	SYS_OPEN_NOCANCEL                  = 398
    	SYS_CLOSE_NOCANCEL                 = 399
    	SYS_WAIT4_NOCANCEL                 = 400
    	SYS_RECVMSG_NOCANCEL               = 401
    	SYS_SENDMSG_NOCANCEL               = 402
    	SYS_RECVFROM_NOCANCEL              = 403
    	SYS_ACCEPT_NOCANCEL                = 404
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 14.4K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_linux_s390x.go

    	SYS_SEMCTL                  = 394
    	SYS_SHMGET                  = 395
    	SYS_SHMCTL                  = 396
    	SYS_SHMAT                   = 397
    	SYS_SHMDT                   = 398
    	SYS_MSGGET                  = 399
    	SYS_MSGSND                  = 400
    	SYS_MSGRCV                  = 401
    	SYS_MSGCTL                  = 402
    	SYS_PIDFD_SEND_SIGNAL       = 424
    	SYS_IO_URING_SETUP          = 425
    	SYS_IO_URING_ENTER          = 426
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 13.1K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_linux_arm.go

    	SYS_PKEY_ALLOC                   = 395
    	SYS_PKEY_FREE                    = 396
    	SYS_STATX                        = 397
    	SYS_RSEQ                         = 398
    	SYS_IO_PGETEVENTS                = 399
    	SYS_MIGRATE_PAGES                = 400
    	SYS_KEXEC_FILE_LOAD              = 401
    	SYS_CLOCK_GETTIME64              = 403
    	SYS_CLOCK_SETTIME64              = 404
    	SYS_CLOCK_ADJTIME64              = 405
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 16.3K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_linux_sparc64.go

    	SYS_SEMCTL                  = 394
    	SYS_SHMGET                  = 395
    	SYS_SHMCTL                  = 396
    	SYS_SHMAT                   = 397
    	SYS_SHMDT                   = 398
    	SYS_MSGGET                  = 399
    	SYS_MSGSND                  = 400
    	SYS_MSGRCV                  = 401
    	SYS_MSGCTL                  = 402
    	SYS_PIDFD_SEND_SIGNAL       = 424
    	SYS_IO_URING_SETUP          = 425
    	SYS_IO_URING_ENTER          = 426
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 13.6K bytes
    - Viewed (0)
Back to top