Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 25 for okdown (0.57 sec)

  1. staging/src/k8s.io/apiextensions-apiserver/pkg/generated/openapi/zz_generated.openapi.go

    	return common.OpenAPIDefinition{
    		Schema: spec.Schema{
    			SchemaProps: spec.SchemaProps{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:07:17 UTC 2024
    - 329.7K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.8.md

        - [SIG Multi-cluster (formerly known as SIG Federation)](#sig-multi-cluster-formerly-known-as-sig-federation)
        - [SIG Node](#sig-node)
        - [SIG Network](#sig-network)
        - [SIG Scalability](#sig-scalability)
        - [SIG Scheduling](#sig-scheduling)
        - [SIG Storage](#sig-storage)
      - [Before Upgrading](#before-upgrading)
      - [Known Issues](#known-issues)
      - [Deprecations](#deprecations)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 312.2K bytes
    - Viewed (0)
  3. doc/go_spec.html

    </li>
    <li>
    	At most one of the type parameters has a known type argument.
    	In this case, the type parameters are <i>joined</i>:
    	they both stand for the same type argument.
    	If neither type parameter has a known type argument yet,
    	a future type argument inferred for one the type parameters
    	is simultaneously inferred for both of them.
    </li>
    <li>
    	Both type parameters have a known type argument
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 21:07:21 UTC 2024
    - 281.5K bytes
    - Viewed (1)
  4. CHANGELOG/CHANGELOG-1.30.md

    - Structured Authentication Configuration now supports `DiscoveryURL`. If specified, `discoveryURL` overrides the URL used to fetch discovery information. This is for scenarios where the well-known and jwks endpoints are hosted at a different location than the issuer (such as locally in the cluster).
       ([#123527](https://github.com/kubernetes/kubernetes/pull/123527), [@aramase](https://github.com/aramase))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 04:05:28 UTC 2024
    - 253.2K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.27.md

        - [Server Binaries](#server-binaries-15)
        - [Node Binaries](#node-binaries-15)
        - [Container Images](#container-images-15)
      - [Changelog since v1.26.0](#changelog-since-v1260)
      - [Known Issues](#known-issues)
        - [The PreEnqueue extension point doesn't work for Pods going to activeQ through backoffQ](#the-preenqueue-extension-point-doesnt-work-for-pods-going-to-activeq-through-backoffq)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 23:01:06 UTC 2024
    - 455.3K bytes
    - Viewed (0)
  6. pkg/apis/core/types.go

    	// not be updated even if there is a node is assigned to this pod.
    	// match the hostIP field. This list is empty if no IPs have been allocated yet.
    	// +optional
    	HostIPs []HostIP
    
    	// PodIPs holds all of the known IP addresses allocated to the pod. Pods may be assigned AT MOST
    	// one value for each of IPv4 and IPv6.
    	// +optional
    	PodIPs []PodIP
    
    	// Date and time at which the object was acknowledged by the Kubelet.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

        // If begin and end values are dynamic, we can only support this lowering
        // if strides are a known value of 1.
        DenseIntElementsAttr sparse_strides_attr;
        if (!matchPattern(op.getStrides(), m_Constant(&sparse_strides_attr))) {
          return rewriter.notifyMatchFailure(
              op,
              "requires that strides are known when begin/end values are dynamic");
        }
        SmallVector<int64_t, 4> strides;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
  8. src/net/http/h2_bundle.go

    }
    
    // startGracefulShutdown gracefully shuts down a connection. This
    // sends GOAWAY with ErrCodeNo to tell the client we're gracefully
    // shutting down. The connection isn't closed until all current
    // streams are done.
    //
    // startGracefulShutdown returns immediately; it does not wait until
    // the connection has shut down.
    func (sc *http2serverConn) startGracefulShutdown() {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.25.md

        - [Introduced KMS v2](#introduced-kms-v2)
        - [Kube-proxy images are now based on distroless images](#kube-proxy-images-are-now-based-on-distroless-images)
      - [Known Issues](#known-issues)
        - [LocalStorageCapacityIsolationFSQuotaMonitoring ConfigMap rendering failure](#localstoragecapacityisolationfsquotamonitoring-configmap-rendering-failure)
      - [Urgent Upgrade Notes](#urgent-upgrade-notes)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 06 09:23:20 UTC 2024
    - 419.1K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/core/v1/types.go

    	PodController *metav1.OwnerReference `json:"podController,omitempty" protobuf:"bytes,1,opt,name=podController"`
    }
    
    // Describe a container image
    type ContainerImage struct {
    	// Names by which this image is known.
    	// e.g. ["kubernetes.example/hyperkube:v1.0.7", "cloud-vendor.registry.example/cloud-vendor/hyperkube:v1.0.7"]
    	// +optional
    	// +listType=atomic
    	Names []string `json:"names" protobuf:"bytes,1,rep,name=names"`
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
Back to top