Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of 116 for instantiation (0.28 sec)

  1. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_6.adoc

    The following deprecated constructors were removed:
    
    - DefaultNamedDomainObjectList(Class, Instantiator, Namer)
    - DefaultNamedDomainObjectSet(Class, Instantiator)
    - DefaultPolymorphicDomainObjectContainer(Class, Instantiator)
    - FactoryNamedDomainObjectContainer(Class, Instantiator, NamedDomainObjectFactory)
    
    ==== Removal of arbitrary local cache configuration
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 01 15:00:23 UTC 2024
    - 44.8K bytes
    - Viewed (0)
  2. pkg/scheduler/extender_test.go

    						st.MakePod().Name("pod4").UID("uid4").Obj(),
    					},
    					NumPDBViolations: 2,
    				},
    			},
    		},
    	}
    	for _, tt := range tests {
    		t.Run(tt.name, func(t *testing.T) {
    			// nodeInfos instantiations
    			nodeInfoList := make([]*framework.NodeInfo, 0, len(tt.nodeNames))
    			for i, nm := range tt.nodeNames {
    				nodeInfo := framework.NewNodeInfo()
    				node := createNode(nm)
    				nodeInfo.SetNode(node)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 26 19:07:19 UTC 2024
    - 16.7K bytes
    - Viewed (0)
  3. tensorflow/c/eager/tape.h

    // from the forward computation and calls a vector-jacobian product function
    // (also known as adjoint function) to compute, given downstream gradients,
    // upstream gradients.
    //
    // TODO(apassos) provide concrete template instantiations for TFE_TensorHandle
    // specialization, which is blocked by quite a few things needing to loop back
    // into python now.
    template <typename Gradient, typename BackwardFunction, typename TapeTensor>
    class VSpace {
     public:
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 02 12:40:29 UTC 2024
    - 47.2K bytes
    - Viewed (0)
  4. common-protos/k8s.io/api/apps/v1beta1/generated.proto

    }
    
    // A StatefulSetSpec is the specification of a StatefulSet.
    message StatefulSetSpec {
      // replicas is the desired number of replicas of the given Template.
      // These are replicas in the sense that they are instantiations of the
      // same Template, but individual replicas also have a consistent identity.
      // If unspecified, defaults to 1.
      // TODO: Consider a rename of this field.
      // +optional
      optional int32 replicas = 1;
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 24K bytes
    - Viewed (0)
  5. cmd/kubeadm/app/phases/upgrade/compute_test.go

    						KubeadmVersion: v1Z1.String(),
    						DNSVersion:     constants.CoreDNSVersion,
    						EtcdVersion:    getEtcdVersion(v1Z1),
    					},
    				},
    			},
    		},
    	}
    
    	// Instantiating a fake etcd cluster for being able to get etcd version for a corresponding
    	// Kubernetes release.
    	for _, rt := range tests {
    		t.Run(rt.name, func(t *testing.T) {
    
    			dnsName := constants.CoreDNSDeploymentName
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 31 08:39:51 UTC 2024
    - 34.1K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/apps/v1beta1/generated.proto

    }
    
    // A StatefulSetSpec is the specification of a StatefulSet.
    message StatefulSetSpec {
      // replicas is the desired number of replicas of the given Template.
      // These are replicas in the sense that they are instantiations of the
      // same Template, but individual replicas also have a consistent identity.
      // If unspecified, defaults to 1.
      // TODO: Consider a rename of this field.
      // +optional
      optional int32 replicas = 1;
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 24.1K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/apps/v1/types_swagger_doc_generated.go

    	"replicas":                             "replicas is the desired number of replicas of the given Template. These are replicas in the sense that they are instantiations of the same Template, but individual replicas also have a consistent identity. If unspecified, defaults to 1.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 29 07:14:59 UTC 2024
    - 32.5K bytes
    - Viewed (0)
  8. pkg/controller/replicaset/replica_set.go

    //
    // For RC, the objects are converted on the way in and out (see ../replication/),
    // as if ReplicationController were just an older API version of ReplicaSet.
    // However, RC and RS still have separate storage and separate instantiations
    // of the ReplicaSetController object.
    //
    // Use rsc.Kind in log messages rather than hard-coding "ReplicaSet".
    
    package replicaset
    
    import (
    	"context"
    	"fmt"
    	"reflect"
    	"sort"
    	"strings"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 33.2K bytes
    - Viewed (0)
  9. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/gtest-printers.h

    // NUL-terminated string.
    template <typename T>
    void UniversalPrint(const T& value, ::std::ostream* os) {
      // A workarond for the bug in VC++ 7.1 that prevents us from instantiating
      // UniversalPrinter with T directly.
      typedef T T1;
      UniversalPrinter<T1>::Print(value, os);
    }
    
    #if GTEST_HAS_TR1_TUPLE
    typedef ::std::vector<string> Strings;
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 30.9K bytes
    - Viewed (0)
  10. common-protos/k8s.io/api/apps/v1/generated.proto

    }
    
    // A StatefulSetSpec is the specification of a StatefulSet.
    message StatefulSetSpec {
      // replicas is the desired number of replicas of the given Template.
      // These are replicas in the sense that they are instantiations of the
      // same Template, but individual replicas also have a consistent identity.
      // If unspecified, defaults to 1.
      // TODO: Consider a rename of this field.
      // +optional
      optional int32 replicas = 1;
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 34.5K bytes
    - Viewed (0)
Back to top