Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 26 for aS (0.05 sec)

  1. doc/go_spec.html

    	T2 [10]struct{ f T2 }     // T2 contains T2 as component of a struct
    	T3 [10]T4                 // T3 contains T3 as component of a struct in T4
    	T4 struct{ f T3 }         // T4 contains T4 as component of array T3 in a struct
    )
    
    // valid array types
    type (
    	T5 [10]*T5                // T5 contains T5 as component of a pointer
    	T6 [10]func() T6          // T6 contains T6 as component of a function type
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 21:07:21 UTC 2024
    - 281.5K bytes
    - Viewed (1)
  2. api/openapi-spec/v3/apis__batch__v1_openapi.json

    lost - No fractional digits will be emitted - The exponent (or suffix) is as large as possible.\n\nThe sign will be omitted unless the number is negative.\n\nExamples:\n\n- 1.5 will be serialized as \"1500m\" - 1.5Gi will be serialized as \"1536Mi\"\n\nNote that the quantity will NEVER be internally represented by a floating point number. That is the whole point of this exercise.\n\nNon-canonical values will still parse as long as they are well formed, but will be re-emitted in their canonical form....
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 485.4K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  4. pkg/apis/core/types.go

    // projected volume as files using the keys in the Data field as the file names.
    // Note that this is identical to a secret volume source without the default
    // mode.
    type SecretProjection struct {
    	LocalObjectReference
    	// If unspecified, each key-value pair in the Data field of the referenced
    	// Secret will be projected into the volume as a file whose name is the
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/core/v1/generated.proto

    // treat an empty object as if it has an unknown value.
    message ClaimSource {
      // ResourceClaimName is the name of a ResourceClaim object in the same
      // namespace as this pod.
      optional string resourceClaimName = 1;
    
      // ResourceClaimTemplateName is the name of a ResourceClaimTemplate
      // object in the same namespace as this pod.
      //
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
  6. prow/config/calico.yaml

        verbs:
          - watch
          - list
          - get
      # Pods are watched to check for existence as part of IPAM controller.
      - apiGroups: [""]
        resources:
          - pods
        verbs:
          - get
          - list
          - watch
      # IPAM resources are manipulated in response to node and block updates, as well as periodic triggers.
      - apiGroups: ["crd.projectcalico.org"]
        resources:
          - ipreservations
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 21 18:32:01 UTC 2024
    - 246.5K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/core/v1/types.go

    type QuobyteVolumeSource struct {
    	// registry represents a single or multiple Quobyte Registry services
    	// specified as a string as host:port pair (multiple entries are separated with commas)
    	// which acts as the central registry for volumes
    	Registry string `json:"registry" protobuf:"bytes,1,opt,name=registry"`
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  8. operator/pkg/apis/istio/v1alpha1/values_types.pb.go

    	// https://kubernetes.io/docs/reference/kubernetes-api/workload-resources/deployment-v1/#DeploymentSpec).
    	// May be specified as a number of pods or as a percent of the total number
    	// of pods at the start of the update.
    	//
    	// Deprecated: Marked as deprecated in pkg/apis/istio/v1alpha1/values_types.proto.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 329.6K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

    // 2. Add appropriate interior and exterior padding for step 3 (see example
    //    below).
    // 3. Convolve the result of step 2. with a kernel consisting of 1's (same shape
    //    as windows) and stride 1 in each dimension. This is implemented as a
    //    `ReduceWindowOp` with `AddOp` as body.
    //
    // Example:
    // Let f : R^4 -> R^2 be an average pool function with window size 3, stride 2,
    // and SAME padding with 0's. It is defined by
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
  10. src/net/http/h2_bundle.go

    // makes that struct also non-comparable, and generally doesn't add
    // any size (as long as it's first).
    type http2incomparable [0]func()
    
    // synctestGroupInterface is the methods of synctestGroup used by Server and Transport.
    // It's defined as an interface here to let us keep synctestGroup entirely test-only
    // and not a part of non-test builds.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
Back to top