Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 24 for platform1 (0.29 sec)

  1. ChangeLog.md

    - [`KT-15220`](https://youtrack.jetbrains.com/issue/KT-15220) Reuse resolution results of common code for platform modules in multiplatform projects
    - [`KT-60476`](https://youtrack.jetbrains.com/issue/KT-60476) K2: False positive NO_VALUE_FOR_PARAMETER in platform code for value class with default parameter in common declaration
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Mon May 27 17:14:23 UTC 2024
    - 292.1K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.20.md

      amd64 binary instead of the go-runner that matches that architecture.
      
      This commit explicitly sets the '--platform=linux/${arch}' to ensure
      we're pulling the correct go-runner arch from the manifest list.
      
      Before:
      `FROM ${base_image}`
      
      After:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 19 21:05:45 UTC 2022
    - 409K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.8.md

    #### Multi-platform
    
    * [alpha] The Conformance e2e test suite now passes on the arm, arm64, and ppc64le platforms. ([#288](https://github.com/kubernetes/enhancements/issues/288), [@luxas](https://github.com/luxas), [@mkumatag](https://github.com/mkumatag), [@ixdy](https://github.com/ixdy))
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 312.2K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.9.md

    ### Windows
    
    We are advancing support for Windows Server and Windows Server Containers to beta along with continued feature and functional advancements on both the Kubernetes and Windows platforms. This opens the door for many Windows-specific applications and workloads to run on Kubernetes, significantly expanding the implementation scenarios and the enterprise reach of Kubernetes.
    
    ## Before Upgrading
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Nov 16 10:46:27 UTC 2021
    - 313.7K bytes
    - Viewed (0)
  5. operator/pkg/apis/istio/v1alpha1/values_types.pb.go

    	// Platform in which Istio is deployed. Possible values are: "openshift" and "gcp"
    	// An empty value means it is a vanilla Kubernetes distribution, therefore no special
    	// treatment will be considered.
    	Platform string `protobuf:"bytes,69,opt,name=platform,proto3" json:"platform,omitempty"`
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 329.6K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

    #include "tensorflow/core/kernels/conv_grad_shape_utils.h"
    #include "tensorflow/core/util/padding.h"
    #include "tensorflow/core/util/tensor_format.h"
    #include "tsl/platform/bfloat16.h"
    #include "tsl/platform/status.h"
    #include "tsl/platform/tensor_float_32_utils.h"
    
    namespace mlir {
    namespace mhlo {
    namespace {
    
    constexpr char kShardingAttr[] = "mhlo.sharding";
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.21.md

    - Kubeadm: fix a bug in the host memory detection code on 32bit Linux platforms ([#97403](https://github.com/kubernetes/kubernetes/pull/97403), [@abelbarrera15](https://github.com/abelbarrera15)) [SIG Cluster Lifecycle]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 14 07:03:14 UTC 2022
    - 367.3K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiextensions-apiserver/pkg/generated/openapi/zz_generated.openapi.go

    							Format:  "",
    						},
    					},
    					"platform": {
    						SchemaProps: spec.SchemaProps{
    							Default: "",
    							Type:    []string{"string"},
    							Format:  "",
    						},
    					},
    				},
    				Required: []string{"major", "minor", "gitVersion", "gitCommit", "gitTreeState", "buildDate", "goVersion", "compiler", "platform"},
    			},
    		},
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:07:17 UTC 2024
    - 329.7K bytes
    - Viewed (0)
  9. common-protos/k8s.io/api/core/v1/generated.proto

      // Additional value may be defined in future and can be one of:
      // https://github.com/opencontainers/runtime-spec/blob/master/config.md#platform-specific-configuration
      // Clients should expect to handle additional values and treat unrecognized values in this field as os: null
      optional string name = 1;
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 255.8K bytes
    - Viewed (0)
  10. pkg/apis/core/types.go

    	// Additional value may be defined in future and can be one of:
    	// https://github.com/opencontainers/runtime-spec/blob/master/config.md#platform-specific-configuration
    	// Clients should expect to handle additional values and treat unrecognized values in this field as os: null
    	Name OSName
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
Back to top