Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for FieldValueTooLong (0.13 sec)

  1. staging/src/k8s.io/apimachinery/pkg/util/validation/field/errors.go

    	// This is similar to ErrorTypeInvalid, but the error will not include the
    	// too-long value.  See TooLong().
    	ErrorTypeTooLong ErrorType = "FieldValueTooLong"
    	// ErrorTypeTooMany is used to report "too many". This is used to
    	// report that a given list has too many items. This is similar to FieldValueTooLong,
    	// but the error indicates quantity instead of length.
    	ErrorTypeTooMany ErrorType = "FieldValueTooMany"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Oct 28 07:31:28 UTC 2023
    - 11.1K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/types.go

    	// This is similar to ErrorTypeInvalid, but the error will not include the
    	// too-long value.  See TooLong().
    	CauseTypeTooLong CauseType = "FieldValueTooLong"
    	// CauseTypeTooMany is used to report "too many". This is used to
    	// report that a given list has too many items. This is similar to FieldValueTooLong,
    	// but the error indicates quantity instead of length.
    	CauseTypeTooMany CauseType = "FieldValueTooMany"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 05 10:52:25 UTC 2024
    - 79.2K bytes
    - Viewed (0)
Back to top