Search Options

Results per page
Sort
Preferred Languages
Advance

Results 121 - 130 of 161 for human (0.63 sec)

  1. common-protos/k8s.io/api/admissionregistration/v1alpha1/generated.proto

      // For example, the reference to the expression of the first item of
      // validations is "spec.validations[0].expression"
      optional string fieldRef = 2;
    
      // The content of type checking information in a human-readable form.
      // Each line of the warning contains the type that the expression is checked
      // against, followed by the type check error from the compiler.
      optional string warning = 3;
    }
    
    message MatchCondition {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 25.7K bytes
    - Viewed (0)
  2. src/internal/bisect/bisect.go

    }
    
    // A Matcher is the parsed, compiled form of a PATTERN string.
    // The nil *Matcher is valid: it has all changes enabled but none reported.
    type Matcher struct {
    	verbose bool   // annotate reporting with human-helpful information
    	quiet   bool   // disables all reporting.  reset if verbose is true. use case is -d=fmahash=qn
    	enable  bool   // when true, list is for “enable and report” (when false, “disable and report”)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 03 17:28:43 UTC 2024
    - 22.9K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/autoscaling/v1/types.go

    	// reason is the reason for the condition's last transition.
    	// +optional
    	Reason string `json:"reason,omitempty" protobuf:"bytes,4,opt,name=reason"`
    
    	// message is a human-readable explanation containing details about
    	// the transition
    	// +optional
    	Message string `json:"message,omitempty" protobuf:"bytes,5,opt,name=message"`
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 27.8K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/autoscaling/v2beta1/types.go

    	// reason is the reason for the condition's last transition.
    	// +optional
    	Reason string `json:"reason,omitempty" protobuf:"bytes,4,opt,name=reason"`
    	// message is a human-readable explanation containing details about
    	// the transition
    	// +optional
    	Message string `json:"message,omitempty" protobuf:"bytes,5,opt,name=message"`
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:06:27 UTC 2023
    - 26.9K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/autoscaling/v2beta2/types.go

    	// reason is the reason for the condition's last transition.
    	// +optional
    	Reason string `json:"reason,omitempty" protobuf:"bytes,4,opt,name=reason"`
    
    	// message is a human-readable explanation containing details about
    	// the transition
    	// +optional
    	Message string `json:"message,omitempty" protobuf:"bytes,5,opt,name=message"`
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:06:27 UTC 2023
    - 28.4K bytes
    - Viewed (0)
  6. pkg/kubelet/cm/cpumanager/policy_static.go

    	}
    	return fmt.Sprintf("SMT Alignment Error: requested %d cpus not multiple cpus per core = %d", e.RequestedCPUs, e.CpusPerCore)
    }
    
    // Type returns human-readable type of this error. Used in the admission control to populate Admission Failure reason.
    func (e SMTAlignmentError) Type() string {
    	return ErrorSMTAlignment
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 06 13:16:15 UTC 2023
    - 28.8K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/admissionregistration/v1alpha1/types_swagger_doc_generated.go

    	"fieldRef": "The path to the field that refers the expression. For example, the reference to the expression of the first item of validations is \"spec.validations[0].expression\"",
    	"warning":  "The content of type checking information in a human-readable form. Each line of the warning contains the type that the expression is checked against, followed by the type check error from the compiler.",
    }
    
    func (ExpressionWarning) SwaggerDoc() map[string]string {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jul 20 16:30:10 UTC 2023
    - 27K bytes
    - Viewed (0)
  8. src/cmd/go/internal/load/test.go

    }
    
    // Covered returns a string describing which packages are being tested for coverage.
    // If the covered package is the same as the tested package, it returns the empty string.
    // Otherwise it is a comma-separated human-readable list of packages beginning with
    // " in", ready for use in the coverage message.
    func (t *testFuncs) Covered() string {
    	if t.Cover == nil || t.Cover.Paths == nil {
    		return ""
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 14:01:23 UTC 2024
    - 28.2K bytes
    - Viewed (0)
  9. src/go/types/infer.go

    	}
    
    	return tparams2, check.subst(pos, typ, renameMap, nil, check.context())
    }
    
    // typeParamsString produces a string containing all the type parameter names
    // in list suitable for human consumption.
    func typeParamsString(list []*TypeParam) string {
    	// common cases
    	n := len(list)
    	switch n {
    	case 0:
    		return ""
    	case 1:
    		return list[0].obj.name
    	case 2:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 24 13:54:20 UTC 2024
    - 26.5K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/batch/v1/types_swagger_doc_generated.go

    	"lastTransitionTime": "Last time the condition transit from one status to another.",
    	"reason":             "(brief) reason for the condition's last transition.",
    	"message":            "Human readable message indicating details about last transition.",
    }
    
    func (JobCondition) SwaggerDoc() map[string]string {
    	return map_JobCondition
    }
    
    var map_JobList = map[string]string{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 12:01:28 UTC 2024
    - 27.5K bytes
    - Viewed (0)
Back to top