Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 24 of 24 for OUT (0.04 sec)

  1. CHANGELOG/CHANGELOG-1.25.md

    - Fix bug in CRD Validation Rules (beta) and ValidatingAdmissionPolicy (alpha) where all admission requests could result in `internal error: runtime error: index out of range [3] with length 3 evaluating rule: <rule name>` under certain circumstances. ([#114864](https://github.com/kubernetes/kubernetes/pull/114864), [@jpbetz](https://github.com/jpbetz)) [SIG API Machinery]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 06 09:23:20 UTC 2024
    - 419.1K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/core/v1/types.go

    	// command  is root ('/') in the container's filesystem. The command is simply exec'd, it is
    	// not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use
    	// a shell, you need to explicitly call out to that shell.
    	// Exit status of 0 is treated as live/healthy and non-zero is unhealthy.
    	// +optional
    	// +listType=atomic
    	Command []string `json:"command,omitempty" protobuf:"bytes,1,rep,name=command"`
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  3. docs/en/docs/release-notes.md

    * ✨ Add FastAPI CLI, the new `fastapi` command. PR [#11522](https://github.com/tiangolo/fastapi/pull/11522) by [@tiangolo](https://github.com/tiangolo).
        * New docs: [FastAPI CLI](https://fastapi.tiangolo.com/fastapi-cli/).
    
    Try it out with:
    
    ```console
    $ pip install --upgrade fastapi
    
    $ fastapi dev main.py
    
    
     ╭────────── FastAPI CLI - Development mode ───────────╮
     │                                                     │
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Jun 14 15:07:37 UTC 2024
    - 395.4K bytes
    - Viewed (0)
  4. pkg/registry/core/service/storage/storage_test.go

    //   externalIPs, lbip, lbsourceranges, externalname, PublishNotReadyAddresses, AllocateLoadBalancerNodePorts, LoadBalancerClass, status
    
    // this is local because it's not fully fleshed out enough for general use.
    func makePod(name string, ips ...string) api.Pod {
    	p := api.Pod{
    		ObjectMeta: metav1.ObjectMeta{
    			Name:      name,
    			Namespace: metav1.NamespaceDefault,
    		},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 440.2K bytes
    - Viewed (0)
Back to top