Search Options

Results per page
Sort
Preferred Languages
Advance

Results 111 - 120 of 4,195 for tgroup (0.14 sec)

  1. testing/internal-integ-testing/src/main/groovy/org/gradle/integtests/fixtures/problems/ReceivedProblem.groovy

            @Override
            ReceivedProblemGroup getGroup() {
                group
            }
        }
    
        static class ReceivedProblemGroup implements ProblemGroup {
            private final String name
            private final String displayName
            private final ReceivedProblemGroup parent
    
            ReceivedProblemGroup(Map<String, Object> group) {
                name = group['name'] as String
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jun 05 12:45:23 UTC 2024
    - 11.2K bytes
    - Viewed (0)
  2. subprojects/core-api/src/main/java/org/gradle/api/file/ConfigurableFilePermissions.java

         */
        void group(Action<? super ConfigurableUserClassFilePermissions> configureAction);
    
        /**
         * Returns the permissions all other users (non-owner, non-group) have for the file/directory.
         * <p>
         * The returned object is live, modifying it will change the user's permissions.
         * <p>
         * For further details on permissions see {@link ConfigurableUserClassFilePermissions}.
         */
        @Override
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 06 12:31:43 UTC 2024
    - 7.8K bytes
    - Viewed (0)
  3. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/alignment/AlignmentIntegrationTest.groovy

            "a rule which infers module set from group and version"()
    
            when:
            expectAlignment {
                ['org', 'org2'].each { group ->
                    module('core') group(group) tries('1.0') alignsTo('1.1') byVirtualPlatform(group)
                    module('xml') group(group) tries('1.0') alignsTo('1.1') byVirtualPlatform(group)
                    module('json') group(group) alignsTo('1.1') byVirtualPlatform(group)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 59.6K bytes
    - Viewed (0)
  4. cmd/kubelet/app/options/options.go

    	fs.BoolVar(&c.CgroupsPerQOS, "cgroups-per-qos", c.CgroupsPerQOS, "Enable creation of QoS cgroup hierarchy, if true top level QoS and pod cgroups are created.")
    	fs.StringVar(&c.CgroupDriver, "cgroup-driver", c.CgroupDriver, "Driver that the kubelet uses to manipulate cgroups on the host.  Possible values: 'cgroupfs', 'systemd'")
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 07:00:05 UTC 2024
    - 41.6K bytes
    - Viewed (0)
  5. tools/istio-iptables/pkg/capture/testdata/ipv6-dns-outbound-owner-groups-exclude.golden

    Eoin Fennessy <******@****.***> 1715615475 +0100
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 13 15:51:15 UTC 2024
    - 4.1K bytes
    - Viewed (0)
  6. pkg/kubelet/apis/config/types.go

    	CgroupRoot string
    	// Enable QoS based Cgroup hierarchy: top level cgroups for QoS Classes
    	// And all Burstable and BestEffort pods are brought up under their
    	// specific top level QoS cgroup.
    	CgroupsPerQOS bool
    	// driver that the kubelet uses to manipulate cgroups on the host (cgroupfs or systemd)
    	CgroupDriver string
    	// CPUManagerPolicy is the name of the policy to use.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 05 21:10:42 UTC 2024
    - 35.1K bytes
    - Viewed (0)
  7. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/ivyservice/resolutionstrategy/DefaultCapabilitiesResolution.java

            withCapability(Providers.of(capability), action);
        }
    
        @Override
        public void withCapability(String group, String name, Action<? super CapabilityResolutionDetails> action) {
            withCapability(capabilityNotationParser.parseNotation(group + ":" + name), action);
        }
    
        @Override
        public void withCapability(Object notation, Action<? super CapabilityResolutionDetails> action) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Nov 15 16:36:23 UTC 2023
    - 10.6K bytes
    - Viewed (0)
  8. pkg/kubelet/cm/container_manager.go

    	Status() Status
    
    	// NewPodContainerManager is a factory method which returns a podContainerManager object
    	// Returns a noop implementation if qos cgroup hierarchy is not enabled
    	NewPodContainerManager() PodContainerManager
    
    	// GetMountedSubsystems returns the mounted cgroup subsystems on the node
    	GetMountedSubsystems() *CgroupSubsystems
    
    	// GetQOSContainersInfo returns the names of top level QoS containers
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 21:22:13 UTC 2024
    - 9K bytes
    - Viewed (0)
  9. pkg/api/testing/serialization_test.go

    	}
    
    	decoder := legacyscheme.Codecs.DecoderToVersion(
    		legacyscheme.Codecs.UniversalDeserializer(),
    		runtime.NewMultiGroupVersioner(
    			defaultGroup,
    			schema.GroupKind{Group: defaultGroup.Group},
    			schema.GroupKind{Group: extGroup.Group},
    		),
    	)
    
    	t.Logf("rs.v1.apps -> rc._internal")
    	if err := runtime.DecodeInto(decoder, data, rc); err != nil {
    		t.Fatalf("unexpected decoding error: %v", err)
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Sep 25 11:04:08 UTC 2023
    - 19.3K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apiserver/pkg/admission/metrics/metrics_test.go

    	"k8s.io/apimachinery/pkg/runtime/schema"
    	"k8s.io/apiserver/pkg/admission"
    	"k8s.io/component-base/metrics/legacyregistry"
    )
    
    var (
    	kind     = schema.GroupVersionKind{Group: "kgroup", Version: "kversion", Kind: "kind"}
    	resource = schema.GroupVersionResource{Group: "rgroup", Version: "rversion", Resource: "resource"}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jul 14 17:01:37 UTC 2023
    - 16.9K bytes
    - Viewed (0)
Back to top