Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 249 for pcount (0.35 sec)

  1. pkg/apis/storage/validation/validation_test.go

    				Allocatable:  &storage.VolumeNodeResources{Count: utilpointer.Int32(20)},
    			}, {
    				Name:         "io.kubernetes.storage.csi.driver-3",
    				NodeID:       nodeID,
    				TopologyKeys: []string{"company.com/zone1", "company.com/zone2"},
    				Allocatable:  &storage.VolumeNodeResources{Count: utilpointer.Int32(30)},
    			}},
    		},
    	}, {
    		// remove a driver and add a driver
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 69.7K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/apps/v1beta2/types.go

    	// selector is a label query over pods that should match the replicas count. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/
    	// +optional
    	// +mapType=atomic
    	Selector map[string]string `json:"selector,omitempty" protobuf:"bytes,2,rep,name=selector"`
    
    	// label selector for pods that should match the replicas count. This is a serializated
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:06:24 UTC 2023
    - 52.2K bytes
    - Viewed (0)
  3. cmd/iam.go

    	// service account should inherit parent policy.
    	//
    	// However, for a policy like `{"Statement":[]}`, the intention is to not
    	// provide any permissions via the session policy - i.e. the service account
    	// can do nothing (such a JSON could be generated by an external application
    	// as the policy for the service account). Inheriting the parent policy in
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 22:26:38 UTC 2024
    - 71.9K bytes
    - Viewed (0)
  4. src/crypto/internal/nistec/p256_asm_s390x.s

    	VSEL Z2H, Z1H, SEL1, Z1H
    
    	VAB  SEL2, ONE, SEL2
    	ADDW $1, COUNT
    	ADD  $96, P1ptr
    	CMPW COUNT, $17
    	BLT  loop_select
    
    	VST X1H, 0(P3ptr)
    	VST X1L, 16(P3ptr)
    	VST Y1H, 32(P3ptr)
    	VST Y1L, 48(P3ptr)
    	VST Z1H, 64(P3ptr)
    	VST Z1L, 80(P3ptr)
    	RET
    
    #undef P3ptr
    #undef P1ptr
    #undef COUNT
    #undef X1L
    #undef X1H
    #undef Y1L
    #undef Y1H
    #undef Z1L
    #undef Z1H
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  5. subprojects/core/src/integTest/groovy/org/gradle/api/tasks/CopyTaskIntegrationSpec.groovy

            then:
            skipped(':copy')
            output.count('visiting ') == 0
            file('dest').assertHasDescendants(
                'sub/a.txt',
                'sub/dir/b.txt',
                'dir'
            )
    
            when:
            file('files/c.txt').createFile()
            run 'copy'
    
            then:
            executedAndNotSkipped(':copy')
            output.count('visiting ') == 3
            outputContains('visiting a.txt')
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 03 15:21:23 UTC 2024
    - 67.9K bytes
    - Viewed (0)
  6. cmd/admin-handlers-users.go

    	}
    
    	if globalIAMSys.GetUsersSysType() == MinIOUsersSysType && targetUser != cred.AccessKey {
    		// For internal IDP, ensure that the targetUser's parent account exists.
    		// It could be a regular user account or the root account.
    		_, isRegularUser := globalIAMSys.GetUser(ctx, targetUser)
    		if !isRegularUser && targetUser != globalActiveCred.AccessKey {
    			apiErr := toAdminAPIErr(ctx, errNoSuchUser)
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Tue May 28 17:19:04 UTC 2024
    - 78.6K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiserver/pkg/storage/cacher/cacher.go

    	return c.storage.GuaranteedUpdate(ctx, key, destination, ignoreNotFound, preconditions, tryUpdate, nil)
    }
    
    // Count implements storage.Interface.
    func (c *Cacher) Count(pathPrefix string) (int64, error) {
    	return c.storage.Count(pathPrefix)
    }
    
    // baseObjectThreadUnsafe omits locking for cachingObject.
    func baseObjectThreadUnsafe(object runtime.Object) runtime.Object {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 10:12:02 UTC 2024
    - 51.8K bytes
    - Viewed (0)
  8. cluster/gce/windows/k8s-node-setup.psm1

            if ($system_log_monitors.count -gt 0) {
              $flags+=" --config.system-log-monitor={0}" -f ($system_log_monitors -join ",")
            }
            if ($system_stats_monitors.count -gt 0) {
              $flags+=" --config.system-stats-monitor={0}" -f ($system_stats_monitors -join ",")
            }
            if ($custom_plugin_monitors.count -gt 0) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 21:13:22 UTC 2024
    - 88.3K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/apps/v1/types.go

    	// at any time.
    	OrderedReadyPodManagement PodManagementPolicyType = "OrderedReady"
    	// ParallelPodManagement will create and delete pods as soon as the stateful set
    	// replica count is changed, and will not wait for pods to be ready or complete
    	// termination.
    	ParallelPodManagement PodManagementPolicyType = "Parallel"
    )
    
    // StatefulSetUpdateStrategy indicates the strategy that the StatefulSet
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 49.1K bytes
    - Viewed (0)
  10. src/time/time.go

    	}
    	return w
    }
    
    // Nanoseconds returns the duration as an integer nanosecond count.
    func (d Duration) Nanoseconds() int64 { return int64(d) }
    
    // Microseconds returns the duration as an integer microsecond count.
    func (d Duration) Microseconds() int64 { return int64(d) / 1e3 }
    
    // Milliseconds returns the duration as an integer millisecond count.
    func (d Duration) Milliseconds() int64 { return int64(d) / 1e6 }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 50.7K bytes
    - Viewed (0)
Back to top