Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 37 for importing (0.23 sec)

  1. pkg/apis/core/types.go

    	// value automatically if one of them is empty and the other is non-empty.
    	// When namespace is specified in dataSourceRef,
    	// dataSource isn't set to the same value and must be empty.
    	// There are three important differences between dataSource and dataSourceRef:
    	// * While dataSource only allows two specific types of objects, dataSourceRef
    	//   allows any non-core object, as well as PersistentVolumeClaim objects.
    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. CHANGELOG/CHANGELOG-1.10.md

    resources (category) by specifying the categories in the [CustomResourceDefinition spec](https://kubernetes.io/docs/tasks/access-kubernetes-api/extend-api-custom-resource-definitions/#categories). Example: They can be used with `kubectl get important`, where `important` is a category. ([#59561](https://github.com/kubernetes/kubernetes/pull/59561), [@nikhita](https://github.com/nikhita))
    
    * Fixed an issue making it possible to create a situation in which two webhooks make it impossible to delete...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 341.8K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.7.md

    * Fix inconsistent Prometheus cAdvisor metrics ([#51473](https://github.com/kubernetes/kubernetes/pull/51473), [@bboreham](https://github.com/bboreham))
    * Fixed an issue reporting lack of progress for a deployment prematurely ([#52178](https://github.com/kubernetes/kubernetes/pull/52178), [@kargakis](https://github.com/kargakis))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 308.7K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

          }
        }
    
        if (op->hasAttr("layouts")) {
          // Append a UnitAttr for the "token" operand of the mhlo.infeed op here to
          // avoid compilation failure when exporting "layouts" attribute of the
          // corresponding InfeedDequeueTupleOp to a graph node.
          data_and_token->setAttr("layout", op->getAttr("layouts"));
        }
        llvm::SmallVector<Value> results;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
  5. src/cmd/compile/internal/ssagen/ssa.go

    		// Since we are generating defer calls at every exit for
    		// open-coded defers, skip doing open-coded defers if there are
    		// too many returns (especially if there are multiple defers).
    		// Open-coded defers are most important for improving performance
    		// for smaller functions (which don't have many returns).
    		s.hasOpenDefers = false
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.29.md

        - [Server Binaries](#server-binaries-2)
        - [Node Binaries](#node-binaries-2)
        - [Container Images](#container-images-2)
      - [Changelog since v1.29.3](#changelog-since-v1293)
      - [Important Security Information](#important-security-information)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 03:42:38 UTC 2024
    - 324.5K bytes
    - Viewed (0)
  7. operator/pkg/apis/istio/v1alpha1/values_types.pb.go

    type TracerDatadogConfig struct {
    	state         protoimpl.MessageState
    	sizeCache     protoimpl.SizeCache
    	unknownFields protoimpl.UnknownFields
    
    	// Address in host:port format for reporting trace data to the Datadog agent.
    	Address string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
    }
    
    func (x *TracerDatadogConfig) Reset() {
    	*x = TracerDatadogConfig{}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 329.6K bytes
    - Viewed (0)
  8. common-protos/k8s.io/api/core/v1/generated.proto

      optional string reason = 3;
    
      // A human-readable description of the status of this operation.
      // TODO: decide on maximum length.
      // +optional
      optional string message = 4;
    
      // The component reporting this event. Should be a short machine understandable string.
      // +optional
      optional EventSource source = 5;
    
      // The time at which the event was first recorded. (Time of server receipt is in TypeMeta.)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 255.8K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    	"message":            "A human-readable description of the status of this operation.",
    	"source":             "The component reporting this event. Should be a short machine understandable string.",
    	"firstTimestamp":     "The time at which the event was first recorded. (Time of server receipt is in TypeMeta.)",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/core/v1/generated.proto

      optional string reason = 3;
    
      // A human-readable description of the status of this operation.
      // TODO: decide on maximum length.
      // +optional
      optional string message = 4;
    
      // The component reporting this event. Should be a short machine understandable string.
      // +optional
      optional EventSource source = 5;
    
      // The time at which the event was first recorded. (Time of server receipt is in TypeMeta.)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
Back to top