Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for PodController (0.23 sec)

  1. staging/src/k8s.io/api/core/v1/generated.pb.go

    			if postIndex < 0 {
    				return ErrInvalidLengthGenerated
    			}
    			if postIndex > l {
    				return io.ErrUnexpectedEOF
    			}
    			if m.PodController == nil {
    				m.PodController = &v1.OwnerReference{}
    			}
    			if err := m.PodController.Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
    				return err
    			}
    			iNdEx = postIndex
    		default:
    			iNdEx = preIndex
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 1.8M bytes
    - Viewed (0)
  2. pkg/generated/openapi/zz_generated.openapi.go

    				Description: "Describes the class of pods that should avoid this node. Exactly one field should be set.",
    				Type:        []string{"object"},
    				Properties: map[string]spec.Schema{
    					"podController": {
    						SchemaProps: spec.SchemaProps{
    							Description: "Reference to controller whose pods should avoid this node.",
    							Ref:         ref("k8s.io/apimachinery/pkg/apis/meta/v1.OwnerReference"),
    						},
    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