Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for tool (0.12 sec)

  1. common/scripts/metallb-native.yaml

                      allocation for a pool.
                    type: boolean
                  avoidBuggyIPs:
                    default: false
                    description: AvoidBuggyIPs prevents addresses ending with .0 and .255
                      to be used by a pool.
                    type: boolean
                  serviceAllocation:
                    description: AllocateTo makes ip pool allocation to specific namespace
    Others
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Fri Feb 23 23:56:31 GMT 2024
    - 63.9K bytes
    - Viewed (0)
  2. common-protos/k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto

      // from the kubectl CLI interface.
      optional string singularName = 6;
    
      // namespaced indicates if a resource is namespaced or not.
      optional bool namespaced = 2;
    
      // group is the preferred group of the resource.  Empty implies the group of the containing resource list.
      // For subresources, this may have a different value, for example: Scale".
    Plain Text
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 53.3K bytes
    - Viewed (0)
  3. istioctl/pkg/describe/describe.go

    		} else {
    			nonmatchingSubsets = append(nonmatchingSubsets, subset.Name)
    		}
    	}
    
    	return matchingSubsets, nonmatchingSubsets
    }
    
    func matchesAnyPod(subsetSelector klabels.Selector, podsLabels []klabels.Set) bool {
    	for _, podLabels := range podsLabels {
    		if subsetSelector.Matches(podLabels) {
    			return true
    		}
    	}
    	return false
    }
    
    func printDestinationRule(writer io.Writer, initPrintNum int,
    Go
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Sat Apr 13 05:23:38 GMT 2024
    - 50.4K bytes
    - Viewed (0)
Back to top