Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for omitManagedFields (0.25 sec)

  1. staging/src/k8s.io/apiserver/pkg/apis/audit/v1/generated.proto

      // Note that the value, if specified, in this rule will override the global default
      // If a value is not specified then the global default specified in
      // Policy.OmitManagedFields will stand.
      // +optional
      optional bool omitManagedFields = 9;
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 10.6K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiserver/pkg/apis/audit/v1/generated.pb.go

    	return m.MarshalToSizedBuffer(dAtA[:size])
    }
    
    func (m *PolicyRule) MarshalToSizedBuffer(dAtA []byte) (int, error) {
    	i := len(dAtA)
    	_ = i
    	var l int
    	_ = l
    	if m.OmitManagedFields != nil {
    		i--
    		if *m.OmitManagedFields {
    			dAtA[i] = 1
    		} else {
    			dAtA[i] = 0
    		}
    		i--
    		dAtA[i] = 0x48
    	}
    	if len(m.OmitStages) > 0 {
    		for iNdEx := len(m.OmitStages) - 1; iNdEx >= 0; iNdEx-- {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 81.4K bytes
    - Viewed (0)
  3. pkg/generated/openapi/zz_generated.openapi.go

    										Type:    []string{"string"},
    										Format:  "",
    									},
    								},
    							},
    						},
    					},
    					"omitManagedFields": {
    						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