Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 294 for rootCA (0.1 sec)

  1. staging/src/k8s.io/apiserver/pkg/authentication/request/x509/testdata/root.pem

    deads2k <******@****.***> 1483645449 -0500
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 11 20:06:38 UTC 2017
    - 595 bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/configurations/DefaultConfigurationSpec.groovy

            then:
            thrown InvalidUserDataException
        }
    
        def "creates hierarchy"() {
            def root1 = conf("root1")
            def middle1 = conf("middle1").extendsFrom(root1)
            def root2 = conf("root2")
            def middle2 = conf("middle2").extendsFrom(root2)
            def leaf = conf("leaf1").extendsFrom(middle1, middle2)
    
            when:
            def hierarchy = leaf.hierarchy
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 23 17:30:13 UTC 2024
    - 64.8K bytes
    - Viewed (0)
  3. subprojects/core/src/integTest/resources/org/gradle/api/tasks/copyTestResources/src/root.b

    root.b...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Feb 15 21:14:41 UTC 2012
    - 6 bytes
    - Viewed (0)
  4. pkg/test/framework/tools/featuresgen/cmd/root.go

    }
    
    // Parses a map in the yaml file
    func readMap(m map[any]any, path []string) []string {
    	var labels []string
    	for k, v := range m {
    		// If we see "values," then the element is a root and we shouldn't put it in our label name
    		if k == "values" {
    			labels = append(labels, readVal(v, path)...)
    		} else {
    			if len(path) > 0 || k.(string) != "features" {
    				path = append(path, k.(string))
    			}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jul 25 19:30:47 UTC 2022
    - 5.4K bytes
    - Viewed (0)
  5. operator/cmd/mesh/root.go

    }
    
    func addFlags(cmd *cobra.Command, rootArgs *RootArgs) {
    	cmd.PersistentFlags().BoolVarP(&rootArgs.DryRun, "dry-run", "",
    		false, "Console/log output only, make no changes.")
    }
    
    // GetRootCmd returns the root of the cobra command-tree.
    func GetRootCmd(ctx cli.Context, args []string) *cobra.Command {
    	rootCmd := &cobra.Command{
    		Use:          "mesh",
    		Short:        "Command line Istio install utility.",
    		SilenceUsage: true,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Mar 15 01:18:49 UTC 2024
    - 3.9K bytes
    - Viewed (0)
  6. cmd/kubeadm/app/util/users/users_linux_test.go

    	}
    }
    
    func TestRemoveUsersAndGroups(t *testing.T) {
    	const (
    		passwd         = "root:x:0:0:::/bin/bash\nkubeadm-etcd:x:101:102:::/bin/false\n"
    		group          = "root:x:0:root\nkubeadm-etcd:x:102:kubeadm-etcd\n"
    		expectedPasswd = "root:x:0:0:::/bin/bash\n"
    		expectedGroup  = "root:x:0:root\n"
    	)
    	filePasswd, close := writeTempFile(t, passwd)
    	defer close()
    	fileGroup, close := writeTempFile(t, group)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 01 05:59:41 UTC 2022
    - 16.3K bytes
    - Viewed (0)
  7. pkg/kubelet/stats/provider.go

    	if err != nil {
    		return nil, fmt.Errorf("failed to get cgroup stats for %q: %v", cgroupName, err)
    	}
    	// Rootfs and imagefs doesn't make sense for raw cgroup.
    	s := cadvisorInfoToContainerCPUAndMemoryStats(cgroupName, info)
    	return s, nil
    }
    
    // RootFsStats returns the stats of the node root filesystem.
    func (p *Provider) RootFsStats() (*statsapi.FsStats, error) {
    	rootFsInfo, err := p.cadvisor.RootFsInfo()
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 13:56:22 UTC 2023
    - 7.4K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tensorflow/utils/call_graph_util.h

    // Find the first op with any of the specified types on each path rooted at the
    // `root` node in a tree. Additional checks can be applied via `predicate`. The
    // results are stored in `ops`.
    template <typename T, typename... Types>
    LogicalResult GetFirstOpsOfType(
        func::FuncOp root, SymbolTable &symtab,
        const std::function<bool(SymbolUserOpInterface)> &predicate,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Dec 16 06:18:49 UTC 2023
    - 4.3K bytes
    - Viewed (0)
  9. pkg/kubelet/cm/container_manager_windows.go

    	klog.V(2).InfoS("Starting Windows container manager")
    
    	if localStorageCapacityIsolation {
    		rootfs, err := cm.cadvisorInterface.RootFsInfo()
    		if err != nil {
    			return fmt.Errorf("failed to get rootfs info: %v", err)
    		}
    		for rName, rCap := range cadvisor.EphemeralStorageCapacityFromFsInfo(rootfs) {
    			cm.capacity[rName] = rCap
    		}
    	}
    
    	ctx := context.Background()
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jul 12 11:25:36 UTC 2023
    - 8.7K bytes
    - Viewed (0)
  10. src/cmd/cgo/internal/testplugin/testdata/issue18676/main.go

    //     (concrete type / interface type).  This itab goes in hash bucket 0x111.
    //  2. The plugin adds that same itab again.  That makes a cycle in the itab
    //     chain rooted at hash bucket 0x111.
    //  3. The main binary then asks for the itab for *dynamodbstreamsevt.Event /
    //     json.Unmarshaler.  This itab happens to also live in bucket 0x111.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 12 11:59:56 UTC 2023
    - 1.1K bytes
    - Viewed (0)
Back to top