Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 121 for nameslice (0.15 sec)

  1. istioctl/pkg/authz/testdata/configdump.yaml

                  {
                   "tag": "istio.mesh_id",
                   "literal": {
                    "value": "cluster.local"
                   }
                  },
                  {
                   "tag": "istio.namespace",
                   "literal": {
                    "value": "default"
                   }
                  }
                 ]
                },
                "use_remote_address": false,
                "upgrade_configs": [
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 21 14:20:23 UTC 2023
    - 206.7K bytes
    - Viewed (1)
  2. tensorflow/compiler/mlir/tensorflow/ir/tf_ops_a_m.cc

    #include "tensorflow/core/platform/status.h"
    #include "tensorflow/core/util/padding.h"
    #include "tensorflow/core/util/tensor_format.h"
    
    namespace mlir {
    namespace TF {
    
    namespace {
    #include "tensorflow/compiler/mlir/tensorflow/transforms/generated_canonicalize.inc"
    }  // namespace
    
    INFER_RETURN_TYPE_COMPONENTS_FROM_OPERANDS(AbsOp);
    INFER_RETURN_TYPE_COMPONENTS_FROM_OPERANDS(AcosOp);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 146.7K bytes
    - Viewed (0)
  3. pkg/kubelet/eviction/helpers_test.go

    // newPodStats returns a pod stat where each container is using the specified working set
    // each pod must have a Name, UID, Namespace
    func newPodStats(pod *v1.Pod, podWorkingSetBytes uint64) statsapi.PodStats {
    	return statsapi.PodStats{
    		PodRef: statsapi.PodReference{
    			Name:      pod.Name,
    			Namespace: pod.Namespace,
    			UID:       string(pod.UID),
    		},
    		Memory: &statsapi.MemoryStats{
    			WorkingSetBytes: &podWorkingSetBytes,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 15 23:14:12 UTC 2024
    - 106.7K bytes
    - Viewed (0)
  4. pkg/printers/internalversion/printers_test.go

    	}
    }
    
    func TestPrintNamespace(t *testing.T) {
    	tests := []struct {
    		namespace api.Namespace
    		expected  []metav1.TableRow
    	}{
    		// Basic namespace with status and age.
    		{
    			namespace: api.Namespace{
    				ObjectMeta: metav1.ObjectMeta{
    					Name:              "namespace1",
    					CreationTimestamp: metav1.Time{Time: time.Now().Add(1.9e9)},
    				},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 14:04:15 UTC 2024
    - 218.6K bytes
    - Viewed (0)
  5. pkg/controller/daemon/daemon_controller_test.go

    	}
    }
    
    func newControllerRevision(name string, namespace string, label map[string]string,
    	ownerReferences []metav1.OwnerReference) *apps.ControllerRevision {
    	return &apps.ControllerRevision{
    		TypeMeta: metav1.TypeMeta{APIVersion: "apps/v1"},
    		ObjectMeta: metav1.ObjectMeta{
    			Name:            name,
    			Labels:          label,
    			Namespace:       namespace,
    			OwnerReferences: ownerReferences,
    		},
    	}
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 111.4K bytes
    - Viewed (0)
  6. pkg/kubelet/eviction/eviction_manager_test.go

    				diskInfoProvider := &mockDiskInfoProvider{dedicatedImageFs: ptr.To(false)}
    				diskGC := &mockDiskGC{err: nil}
    				nodeRef := &v1.ObjectReference{Kind: "Node", Name: "test", UID: types.UID("test"), Namespace: ""}
    
    				config := Config{
    					PressureTransitionPeriod: time.Minute * 5,
    					Thresholds: []evictionapi.Threshold{
    						{
    							Signal:   evictionapi.SignalMemoryAvailable,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 15 23:14:12 UTC 2024
    - 119.9K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apimachinery/pkg/util/managedfields/internal/testdata/swagger.json

              "type": "string"
            },
            "namespace": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 229.4K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/authorization/v1beta1/generated.pb.go

    	i--
    	dAtA[i] = 0x1a
    	i -= len(m.Verb)
    	copy(dAtA[i:], m.Verb)
    	i = encodeVarintGenerated(dAtA, i, uint64(len(m.Verb)))
    	i--
    	dAtA[i] = 0x12
    	i -= len(m.Namespace)
    	copy(dAtA[i:], m.Namespace)
    	i = encodeVarintGenerated(dAtA, i, uint64(len(m.Namespace)))
    	i--
    	dAtA[i] = 0xa
    	return len(dAtA) - i, nil
    }
    
    func (m *ResourceRule) Marshal() (dAtA []byte, err error) {
    	size := m.Size()
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 101K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/authorization/v1/generated.pb.go

    	i--
    	dAtA[i] = 0x1a
    	i -= len(m.Verb)
    	copy(dAtA[i:], m.Verb)
    	i = encodeVarintGenerated(dAtA, i, uint64(len(m.Verb)))
    	i--
    	dAtA[i] = 0x12
    	i -= len(m.Namespace)
    	copy(dAtA[i:], m.Namespace)
    	i = encodeVarintGenerated(dAtA, i, uint64(len(m.Namespace)))
    	i--
    	dAtA[i] = 0xa
    	return len(dAtA) - i, nil
    }
    
    func (m *ResourceRule) Marshal() (dAtA []byte, err error) {
    	size := m.Size()
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 100.9K bytes
    - Viewed (0)
  10. pkg/scheduler/schedule_one_test.go

    			pod:   st.MakePod().Name("ignore").UID("ignore").Namespace(v1.NamespaceDefault).PVC("existingPVC").Obj(),
    			name:  "deleted PVC",
    			wErr: &framework.FitError{
    				Pod:         st.MakePod().Name("ignore").UID("ignore").Namespace(v1.NamespaceDefault).PVC("existingPVC").Obj(),
    				NumAllNodes: 2,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:20:55 UTC 2024
    - 128.1K bytes
    - Viewed (0)
Back to top