Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for popd (0.14 sec)

  1. pkg/apis/core/validation/validation_test.go

    		name            string
    		pod             *core.Pod
    		wantFieldErrors field.ErrorList
    	}{{
    		name: "create a Pod with nodeName and schedulingGates, feature enabled",
    		pod: &core.Pod{
    			ObjectMeta: metav1.ObjectMeta{Name: "pod", Namespace: "ns"},
    			Spec: core.PodSpec{
    				NodeName: "node",
    				SchedulingGates: []core.PodSchedulingGate{
    					{Name: "foo"},
    				},
    			},
    		},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.19.md

    - Switch scheduler to generate the merge patch on pod status instead of the full pod ([#103133](https://github.com/kubernetes/kubernetes/pull/103133), [@marwanad](https://github.com/marwanad)) [SIG Scheduling]
    
    ## Dependencies
    
    ### Added
    _Nothing has changed._
    
    ### Changed
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  3. src/cmd/asm/internal/asm/testdata/amd64enc.s

    	POPW AX
    	PUSHW DX                                // 66fff2 or 6652
    	POPW AX
    	PUSHW R11                               // 6641fff3 or 664153
    	POPW AX
    	PUSHQ (BX)                              // ff33
    	POPQ AX
    	PUSHQ (R11)                             // 41ff33
    	POPQ AX
    	PUSHQ DX                                // fff2 or 52
    	POPQ AX
    	PUSHQ R11                               // 41fff3 or 4153
    	POPQ AX
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Oct 08 21:38:44 UTC 2021
    - 581.9K bytes
    - Viewed (0)
  4. api/openapi-spec/v3/apis__resource.k8s.io__v1alpha2_openapi.json

    future, although it may be shortened or the resource may be deleted prior to this time. For example, a user may request that a pod is deleted in 30 seconds. The Kubelet will react by sending a graceful termination signal to the containers in the pod. After that 30 seconds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanup, remove the pod from the API. In the presence of network partitions, this object may still exist after this timestamp, until an administrator...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 22 12:18:45 UTC 2024
    - 656.6K bytes
    - Viewed (0)
  5. manifests/charts/istiod-remote/templates/crd-all.gen.yaml

                          status/able to connect determines health.'
                        properties:
                          host:
                            description: Host name to connect to, defaults to the pod
                              IP.
                            type: string
                          httpHeaders:
                            description: Headers the proxy will pass on to make the request.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.7K bytes
    - Viewed (0)
  6. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    2064          ; ignored                                # 5.1  INVISIBLE PLUS
    2065          ; disallowed                             # NA   <reserved-2065>
    2066..2069    ; disallowed                             # 6.3  LEFT-TO-RIGHT ISOLATE..POP DIRECTIONAL ISOLATE
    206A..206F    ; disallowed                             # 1.1  INHIBIT SYMMETRIC SWAPPING..NOMINAL DIGIT SHAPES
    2070          ; mapped                 ; 0030          # 1.1  SUPERSCRIPT ZERO
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Feb 10 11:25:47 UTC 2024
    - 854.1K bytes
    - Viewed (0)
  7. RELEASE.md

    Timbers, Franck Dernoncourt, Garrett Smith, @guschmue, Hao Wei, Henrik Holst,
    Huazuo Gao, @Ian, @Issac, Jacob Israel, Jangsoo Park, Jin Kim, Jingtian Peng,
    John Pope, Kye Bostelmann, Liangliang He, Ling Zhang, Luheng He, Luke Iwanski,
    @lvli, Michael Basilyan, Mihir Patel, Mikalai Drabovich, Morten Just, @newge,
    Nick Butlin, Nishant Shukla, Pengfei Ni, Przemyslaw Tredak, @rasbt, @Ronny,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  8. tests/integration/pilot/testdata/gateway-api-crd.yaml

                          contain a PEM-encoded TLS CA certificate bundle, which is used to
                          validate a TLS handshake between the Gateway and backend Pod.
    
    
                          If CACertificateRefs is empty or unspecified, then WellKnownCACertificates must be
                          specified. Only one of CACertificateRefs or WellKnownCACertificates may be specified,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 02:01:51 UTC 2024
    - 912.2K bytes
    - Viewed (0)
Back to top