Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for PodSignature (0.14 sec)

  1. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    	"":              "Describes the class of pods that should avoid this node. Exactly one field should be set.",
    	"podController": "Reference to controller whose pods should avoid this node.",
    }
    
    func (PodSignature) SwaggerDoc() map[string]string {
    	return map_PodSignature
    }
    
    var map_PodSpec = map[string]string{
    	"":                              "PodSpec is a description of a pod.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  2. pkg/generated/openapi/zz_generated.openapi.go

    				Type:        []string{"object"},
    				Properties: map[string]spec.Schema{
    					"podSignature": {
    						SchemaProps: spec.SchemaProps{
    							Description: "The class of pods.",
    							Default:     map[string]interface{}{},
    							Ref:         ref("k8s.io/api/core/v1.PodSignature"),
    						},
    					},
    					"evictionTime": {
    						SchemaProps: spec.SchemaProps{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
Back to top