Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 13 for subjects (0.16 sec)

  1. pkg/printers/internalversion/printers_test.go

    		},
    		// Generate options=Wide; print subject and roles.
    		{
    			binding: rbac.RoleBinding{
    				ObjectMeta: metav1.ObjectMeta{
    					Name:              "binding2",
    					CreationTimestamp: metav1.Time{Time: time.Now().Add(1.9e9)},
    				},
    				Subjects: []rbac.Subject{
    					{
    						Kind: "User",
    						Name: "user-name",
    					},
    					{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 14:04:15 UTC 2024
    - 218.6K bytes
    - Viewed (0)
  2. pkg/printers/internalversion/printers.go

    }
    
    // Pass ports=nil for all ports.
    func formatEndpoints(endpoints *api.Endpoints, ports sets.String) string {
    	if len(endpoints.Subsets) == 0 {
    		return "<none>"
    	}
    	list := []string{}
    	max := 3
    	more := false
    	count := 0
    	for i := range endpoints.Subsets {
    		ss := &endpoints.Subsets[i]
    		if len(ss.Ports) == 0 {
    			// It's possible to have headless services with no ports.
    			count += len(ss.Addresses)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 14:04:15 UTC 2024
    - 128.3K bytes
    - Viewed (0)
  3. cluster/gce/util.sh

      # If running in custom mode network we need to delete subnets manually.
      mode="$(check-network-mode)"
      if [[ "${mode}" == "CUSTOM" ]]; then
        if [[ "${ENABLE_BIG_CLUSTER_SUBNETS}" = "true" ]]; then
          echo "Deleting default subnets..."
          # This value should be kept in sync with number of regions.
          local parallelism=9
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 21:47:17 UTC 2024
    - 161.6K bytes
    - Viewed (0)
  4. cluster/gce/gci/configure-helper.sh

        iptables -w -t nat -A IP-MASQ -d 203.0.113.0/24 -m comment --comment "ip-masq: RFC 5737 reserved range is not subject to MASQUERADE" -j RETURN
        iptables -w -t nat -A IP-MASQ -d 100.64.0.0/10 -m comment --comment "ip-masq: RFC 6598 reserved range is not subject to MASQUERADE" -j RETURN
        iptables -w -t nat -A IP-MASQ -d 198.18.0.0/15 -m comment --comment "ip-masq: RFC 6815 reserved range is not subject to MASQUERADE" -j RETURN
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 22:07:47 UTC 2024
    - 141.1K bytes
    - Viewed (0)
  5. src/cmd/go/internal/work/exec.go

    			if err != nil {
    				return err
    			}
    			objects = append(objects, ofiles...)
    		}
    	}
    
    	// NOTE(rsc): On Windows, it is critically important that the
    	// gcc-compiled objects (cgoObjects) be listed after the ordinary
    	// objects in the archive. I do not know why this is.
    	// https://golang.org/issue/2601
    	objects = append(objects, cgoObjects...)
    
    	// Add system object files.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 14:46:37 UTC 2024
    - 105.6K bytes
    - Viewed (0)
  6. src/cmd/link/internal/ld/data.go

    		ldr.SetSymAlign(ldr.Lookup("runtime.bss", 0), state.dataMaxAlign[sym.SBSS])
    	}
    
    	// Create *sym.Section objects and assign symbols to sections for
    	// data/rodata (and related) symbols.
    	state.allocateDataSections(ctxt)
    
    	state.allocateSEHSections(ctxt)
    
    	// Create *sym.Section objects and assign symbols to sections for
    	// DWARF symbols.
    	state.allocateDwarfSections(ctxt)
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 12 15:10:50 UTC 2024
    - 100.5K bytes
    - Viewed (0)
  7. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/transform/ArtifactTransformCachingIntegrationTest.groovy

            """
                class Resolve extends DefaultTask {
                    @Internal
                    final Property<ArtifactCollection> artifacts = project.objects.property(ArtifactCollection)
                    @Console
                    final Property<String> identifier = project.objects.property(String)
    
                    Resolve() {
                        outputs.upToDateWhen { false }
                    }
    
                    @Optional
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 11:52:44 UTC 2024
    - 97.8K bytes
    - Viewed (0)
  8. pkg/scheduler/internal/queue/scheduling_queue_test.go

    scheduler_pending_pods{queue="active"} 50
    scheduler_pending_pods{queue="backoff"} 0
    scheduler_pending_pods{queue="gated"} 10
    scheduler_pending_pods{queue="unschedulable"} 0
    `,
    		},
    		{
    			name: "make some pods subject to backoff, add pods to unschedulablePods, and then move all to activeQ",
    			operations: []operation{
    				addPodUnschedulablePods,
    				moveClockForward,
    				addPodUnschedulablePods,
    				moveAllToActiveOrBackoffQ,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 13:26:09 UTC 2024
    - 146.9K bytes
    - Viewed (0)
  9. src/cmd/go/alldocs.go

    // code in higher directories. Within the subtree rooted at foo, an import
    // of "crash/bang" resolves to "foo/vendor/crash/bang", not the
    // top-level "crash/bang".
    //
    // Code in vendor directories is not subject to import path
    // checking (see 'go help importpath').
    //
    // When 'go get' checks out or updates a git repository, it now also
    // updates submodules.
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 142.4K bytes
    - Viewed (0)
  10. pkg/kubelet/kubelet.go

    	RunOnce(<-chan kubetypes.PodUpdate) ([]RunPodResult, error)
    }
    
    // Dependencies is a bin for things we might consider "injected dependencies" -- objects constructed
    // at runtime that are necessary for running the Kubelet. This is a temporary solution for grouping
    // these objects while we figure out a more comprehensive dependency injection story for the Kubelet.
    type Dependencies struct {
    	Options []Option
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 126.1K bytes
    - Viewed (0)
Back to top