Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 152 for CHANGED (0.23 sec)

  1. common-protos/k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto

      optional int64 observedGeneration = 3;
    
      // lastTransitionTime is the last time the condition transitioned from one status to another.
      // This should be when the underlying condition changed.  If that is not known, then using the time when the API field changed is acceptable.
      // +required
      // +kubebuilder:validation:Required
      // +kubebuilder:validation:Type=string
      // +kubebuilder:validation:Format=date-time
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 53.3K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto

      optional int64 observedGeneration = 3;
    
      // lastTransitionTime is the last time the condition transitioned from one status to another.
      // This should be when the underlying condition changed.  If that is not known, then using the time when the API field changed is acceptable.
      // +required
      // +kubebuilder:validation:Required
      // +kubebuilder:validation:Type=string
      // +kubebuilder:validation:Format=date-time
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 53.7K bytes
    - Viewed (0)
  3. tensorflow/compiler/jit/mark_for_compilation_pass.cc

          if (!cluster_to) {
            continue;
          }
    
          TF_ASSIGN_OR_RETURN(bool contracted_edge, fn(cluster_from, cluster_to));
          changed |= contracted_edge;
        }
      }
    
      return changed;
    }
    
    Node* MarkForCompilationPassImpl::GetOnlyNodeIn(const Cluster& cluster) {
      return cluster.cluster_size() == 1
                 ? graph_->FindNodeId(cluster.GetIdOfOnlyNode())
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Feb 21 12:19:41 UTC 2024
    - 85.3K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.31.md

        - [Failing Test](#failing-test)
        - [Bug or Regression](#bug-or-regression)
        - [Other (Cleanup or Flake)](#other-cleanup-or-flake)
      - [Dependencies](#dependencies)
        - [Added](#added)
        - [Changed](#changed)
        - [Removed](#removed)
    
    <!-- END MUNGE: GENERATED_TOC -->
    
    # v1.31.0-alpha.1
    
    
    ## Downloads for v1.31.0-alpha.1
    
    
    
    ### Source Code
    
    filename | sha512 hash
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 20:34:14 UTC 2024
    - 60.3K bytes
    - Viewed (0)
  5. src/syscall/zerrors_solaris_amd64.go

    	77:  "not a data message",
    	78:  "file name too long",
    	79:  "value too large for defined data type",
    	80:  "name not unique on network",
    	81:  "file descriptor in bad state",
    	82:  "remote address changed",
    	83:  "can not access a needed shared library",
    	84:  "accessing a corrupted shared library",
    	85:  ".lib section in a.out corrupted",
    	86:  "attempting to link in more shared libraries than system limit",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 13:52:34 UTC 2024
    - 50.8K bytes
    - Viewed (0)
  6. src/net/http/request.go

    func (r *Request) Context() context.Context {
    	if r.ctx != nil {
    		return r.ctx
    	}
    	return context.Background()
    }
    
    // WithContext returns a shallow copy of r with its context changed
    // to ctx. The provided ctx must be non-nil.
    //
    // For outgoing client request, the context controls the entire
    // lifetime of a request and its response: obtaining a connection,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 49.4K bytes
    - Viewed (0)
  7. src/syscall/zerrors_linux_amd64.go

    	73:  "RFS specific error",
    	74:  "bad message",
    	75:  "value too large for defined data type",
    	76:  "name not unique on network",
    	77:  "file descriptor in bad state",
    	78:  "remote address changed",
    	79:  "can not access a needed shared library",
    	80:  "accessing a corrupted shared library",
    	81:  ".lib section in a.out corrupted",
    	82:  "attempting to link in too many shared libraries",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 57.4K bytes
    - Viewed (0)
  8. plugin/pkg/admission/noderestriction/admission_test.go

    		},
    		{
    			name: "changed to empty",
    			a:    map[string]string{"z": "3"},
    			b:    map[string]string{"z": ""},
    			want: sets.NewString("z"),
    		},
    		{
    			name: "changed from empty",
    			a:    map[string]string{"z": ""},
    			b:    map[string]string{"z": "3"},
    			want: sets.NewString("z"),
    		},
    		{
    			name: "added, removed, and changed",
    			a:    map[string]string{"a": "1", "b": "2"},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 73.2K bytes
    - Viewed (0)
  9. src/syscall/zerrors_linux_386.go

    	73:  "RFS specific error",
    	74:  "bad message",
    	75:  "value too large for defined data type",
    	76:  "name not unique on network",
    	77:  "file descriptor in bad state",
    	78:  "remote address changed",
    	79:  "can not access a needed shared library",
    	80:  "accessing a corrupted shared library",
    	81:  ".lib section in a.out corrupted",
    	82:  "attempting to link in too many shared libraries",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 57.4K bytes
    - Viewed (0)
  10. pkg/controller/endpoint/endpoints_controller_test.go

    			expected: false,
    		},
    		{
    			name:     "Ready Pod IP changed",
    			subsets1: []v1.EndpointSubset{*es1, *es2},
    			subsets2: []v1.EndpointSubset{*copyAndMutateEndpointSubset(es1, func(es *v1.EndpointSubset) {
    				es.Addresses[0].IP = "1.1.1.10"
    			}), *es2},
    			expected: false,
    		},
    		{
    			name:     "NotReady Pod IP changed",
    			subsets1: []v1.EndpointSubset{*es1, *es2},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 26 06:51:56 UTC 2024
    - 87.7K bytes
    - Viewed (0)
Back to top