Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 34 for Requirements (0.48 sec)

  1. src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go

    		}
    	}
    
    	var requirements strings.Builder
    	fmt.Fprintf(&requirements, "%*sRequirements:", indent+2, "")
    	for i, r := range re.Requirements {
    		requirements.WriteByte('\n')
    		requirements.WriteString(r.goString(indent+4, fmt.Sprintf("%d: ", i)))
    	}
    
    	return fmt.Sprintf("%*s%sRequirements:\n%s\n%s", indent, "", field,
    		params.String(), requirements.String())
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 31 19:48:28 UTC 2024
    - 105.8K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apimachinery/pkg/util/managedfields/internal/testdata/swagger.json

              "$ref": "#/definitions/io.k8s.api.core.v1.NodeSelector",
              "description": "If the affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to an update), the system may or may not try to eventually evict the pod from its node."
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 229.4K bytes
    - Viewed (0)
  3. src/cmd/go/alldocs.go

    // 'go help mod init' or https://golang.org/ref/mod#go-mod-init.
    //
    // To add missing module requirements or remove unneeded requirements,
    // use 'go mod tidy'. For details, see 'go help mod tidy' or
    // https://golang.org/ref/mod#go-mod-tidy.
    //
    // To add, upgrade, downgrade, or remove a specific module requirement, use
    // 'go get'. For details, see 'go help module-get' or
    // https://golang.org/ref/mod#go-get.
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 142.4K bytes
    - Viewed (0)
  4. api/openapi-spec/v3/apis__policy__v1_openapi.json

            "properties": {
              "matchExpressions": {
                "description": "matchExpressions is a list of label selector requirements. The requirements are ANDed.",
                "items": {
                  "allOf": [
                    {
                      "$ref": "#/components/schemas/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelectorRequirement"
                    }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 159.9K bytes
    - Viewed (0)
  5. api/openapi-spec/v3/apis__autoscaling__v2_openapi.json

            "properties": {
              "matchExpressions": {
                "description": "matchExpressions is a list of label selector requirements. The requirements are ANDed.",
                "items": {
                  "allOf": [
                    {
                      "$ref": "#/components/schemas/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelectorRequirement"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 186.6K bytes
    - Viewed (0)
  6. pkg/kubelet/cm/memorymanager/policy_static_test.go

    			topologyHint:  &topologymanager.TopologyHint{Preferred: true},
    		},
    		{
    			description: "should fail when NUMA affinity provided under the topology manager hint did not satisfy container requirements and extended hint generation failed",
    			machineState: state.NUMANodeMap{
    				0: &state.NUMANodeState{
    					MemoryMap: map[v1.ResourceName]*state.MemoryTable{
    						v1.ResourceMemory: {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Sep 17 05:49:15 UTC 2023
    - 100.4K bytes
    - Viewed (0)
  7. api/openapi-spec/v3/apis__admissionregistration.k8s.io__v1alpha1_openapi.json

            "properties": {
              "matchExpressions": {
                "description": "matchExpressions is a list of label selector requirements. The requirements are ANDed.",
                "items": {
                  "allOf": [
                    {
                      "$ref": "#/components/schemas/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelectorRequirement"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 235.4K bytes
    - Viewed (0)
  8. api/openapi-spec/v3/apis__admissionregistration.k8s.io__v1beta1_openapi.json

            "properties": {
              "matchExpressions": {
                "description": "matchExpressions is a list of label selector requirements. The requirements are ANDed.",
                "items": {
                  "allOf": [
                    {
                      "$ref": "#/components/schemas/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelectorRequirement"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 235.7K bytes
    - Viewed (0)
  9. maven-core/src/test/resources/apiv4-repo/org/codehaus/plexus/plexus-container-default/1.0-alpha-32/plexus-container-default-1.0-alpha-32.jar

     org.codehaus.plexus.PlexusContainer, java.util.Map, org.codehaus.plexus.classworlds.realm.ClassRealm); } org/codehaus/plexus/component/composition/Requirement.class package org.codehaus.plexus.component.composition; public synchronized class Requirement { private Object assignment; private java.util.List componentDescriptors; public void Requirement(Object, java.util.List); public Object getAssignment(); public java.util.List getComponentDescript(); } org/codehaus/plexus/component/composition/s...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Oct 02 08:41:25 UTC 2022
    - 233.3K bytes
    - Viewed (0)
  10. src/debug/elf/elf.go

    	SHF_STRINGS          SectionFlag = 0x20       /* Section contains strings. */
    	SHF_INFO_LINK        SectionFlag = 0x40       /* sh_info holds section index. */
    	SHF_LINK_ORDER       SectionFlag = 0x80       /* Special ordering requirements. */
    	SHF_OS_NONCONFORMING SectionFlag = 0x100      /* OS-specific processing required. */
    	SHF_GROUP            SectionFlag = 0x200      /* Member of section group. */
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 00:01:16 UTC 2024
    - 134.6K bytes
    - Viewed (0)
Back to top