Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 80 for 3$ (0.21 sec)

  1. pkg/apis/core/types.go

    	// to be owned by the pod:
    	//
    	// 1. The owning GID will be the FSGroup
    	// 2. The setgid bit is set (new files created in the volume will be owned by FSGroup)
    	// 3. The permission bits are OR'd with rw-rw----
    	//
    	// If unset, the Kubelet will not modify the ownership and permissions of any volume.
    	// Note that this field cannot be set when spec.os.name is windows.
    	// +optional
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    	"timeoutSeconds": "timeoutSeconds specifies the seconds of ClientIP type session sticky time. The value must be >0 && <=86400(for 1 day) if ServiceAffinity == \"ClientIP\". Default value is 10800(for 3 hours).",
    }
    
    func (ClientIPConfig) SwaggerDoc() map[string]string {
    	return map_ClientIPConfig
    }
    
    var map_ClusterTrustBundleProjection = map[string]string{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  3. api/openapi-spec/v3/apis__batch__v1_openapi.json

    ...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 485.4K bytes
    - Viewed (0)
  4. src/net/http/h2_bundle.go

    	case size <= 2<<10:
    		return http2dataChunkPools[1].Get().(*[2 << 10]byte)[:]
    	case size <= 4<<10:
    		return http2dataChunkPools[2].Get().(*[4 << 10]byte)[:]
    	case size <= 8<<10:
    		return http2dataChunkPools[3].Get().(*[8 << 10]byte)[:]
    	default:
    		return http2dataChunkPools[4].Get().(*[16 << 10]byte)[:]
    	}
    }
    
    func http2putDataBufferChunk(p []byte) {
    	switch len(p) {
    	case 1 << 10:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
  5. ChangeLog.md

    - [`KT-59872`](https://youtrack.jetbrains.com/issue/KT-59872) K2: Disappeared TYPE_MISMATCH
    - [`KT-67192`](https://youtrack.jetbrains.com/issue/KT-67192) K2: Disappeared TYPE_MISMATCH [3]
    - [`KT-63319`](https://youtrack.jetbrains.com/issue/KT-63319) K1/K2: inconsistent behavior around NullMarked and type parameter based types
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Mon May 27 17:14:23 UTC 2024
    - 292.1K bytes
    - Viewed (0)
  6. api/openapi-spec/v3/apis__admissionregistration.k8s.io__v1_openapi.json

                "items": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 388.1K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiextensions-apiserver/test/integration/ratcheting_test_cases/crds/standard-install.yaml

                      Hostname values. 2. Multiple Listeners with the same Port that use
                      either the \"HTTPS\" or \"TLS\" Protocol that all have unique Hostname
                      values. 3. A mixture of \"TCP\" and \"UDP\" Protocol Listeners,
                      where no Listener with the same Protocol has the same Port value.
                      \n Some fields in the Listener struct have possible values that
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 27 17:15:18 UTC 2023
    - 458.3K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go

    	XORIS:          "xoris",
    }
    
    var (
    	ap_Reg_16_20                     = &argField{Type: TypeReg, Shift: 0, BitFields: BitFields{{16, 5, 0}}}
    	ap_NegOffset_31_31_6_10_shift3   = &argField{Type: TypeNegOffset, Shift: 3, BitFields: BitFields{{31, 1, 0}, {6, 5, 0}}}
    	ap_Reg_11_15                     = &argField{Type: TypeReg, Shift: 0, BitFields: BitFields{{11, 5, 0}}}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 22 17:16:14 UTC 2022
    - 334.7K bytes
    - Viewed (0)
  9. pkg/registry/core/service/storage/storage_test.go

    	podStorage, err := podstore.NewStorage(generic.RESTOptions{
    		StorageConfig:           etcdStorage,
    		Decorator:               generic.UndecoratedStorage,
    		DeleteCollectionWorkers: 3,
    		ResourcePrefix:          "pods",
    	}, nil, nil, nil)
    	if err != nil {
    		t.Fatalf("unexpected error from REST storage: %v", err)
    	}
    	if pods != nil && len(pods) > 0 {
    		ctx := genericapirequest.NewDefaultContext()
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 440.2K bytes
    - Viewed (0)
  10. api/openapi-spec/v3/apis__storage.k8s.io__v1_openapi.json

    choose the capitalization.)\n\n<decimalExponent> ::= \"e\" <signedNumber> | \"E\" <signedNumber> ```\n\nNo matter which of the three exponent forms is used, no quantity may represent a number greater than 2^63-1 in magnitude, nor may it have more than 3 decimal places. Numbers larger or more precise will be capped or rounded up. (E.g.: 0.1m will rounded up to 1m.) This may be extended in the future if we require larger or smaller quantities.\n\nWhen a Quantity is parsed from a string, it will remember...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 481.9K bytes
    - Viewed (0)
Back to top