Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 34 for FlowSchemaStatus (0.32 sec)

  1. pkg/apis/flowcontrol/v1beta3/zz_generated.conversion.go

    	if err := s.AddGeneratedConversionFunc((*v1beta3.FlowSchemaStatus)(nil), (*flowcontrol.FlowSchemaStatus)(nil), func(a, b interface{}, scope conversion.Scope) error {
    		return Convert_v1beta3_FlowSchemaStatus_To_flowcontrol_FlowSchemaStatus(a.(*v1beta3.FlowSchemaStatus), b.(*flowcontrol.FlowSchemaStatus), scope)
    	}); err != nil {
    		return err
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 12:18:41 UTC 2023
    - 53.1K bytes
    - Viewed (0)
  2. pkg/apis/flowcontrol/v1/zz_generated.conversion.go

    	}
    	if err := s.AddGeneratedConversionFunc((*v1.FlowSchemaStatus)(nil), (*flowcontrol.FlowSchemaStatus)(nil), func(a, b interface{}, scope conversion.Scope) error {
    		return Convert_v1_FlowSchemaStatus_To_flowcontrol_FlowSchemaStatus(a.(*v1.FlowSchemaStatus), b.(*flowcontrol.FlowSchemaStatus), scope)
    	}); err != nil {
    		return err
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 12:18:41 UTC 2023
    - 52.4K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/flowcontrol/v1/zz_generated.deepcopy.go

    		}
    	}
    	return
    }
    
    // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FlowSchemaStatus.
    func (in *FlowSchemaStatus) DeepCopy() *FlowSchemaStatus {
    	if in == nil {
    		return nil
    	}
    	out := new(FlowSchemaStatus)
    	in.DeepCopyInto(out)
    	return out
    }
    
    // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 12:18:41 UTC 2023
    - 17.3K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/flowcontrol/v1beta2/generated.pb.go

    func (m *FlowSchemaStatus) Reset()      { *m = FlowSchemaStatus{} }
    func (*FlowSchemaStatus) ProtoMessage() {}
    func (*FlowSchemaStatus) Descriptor() ([]byte, []int) {
    	return fileDescriptor_2e620af2eea53237, []int{6}
    }
    func (m *FlowSchemaStatus) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    func (m *FlowSchemaStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 142K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/flowcontrol/v1beta1/generated.pb.go

    func (m *FlowSchemaStatus) Reset()      { *m = FlowSchemaStatus{} }
    func (*FlowSchemaStatus) ProtoMessage() {}
    func (*FlowSchemaStatus) Descriptor() ([]byte, []int) {
    	return fileDescriptor_3a5cb22a034fcb2a, []int{6}
    }
    func (m *FlowSchemaStatus) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    func (m *FlowSchemaStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 142K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/flowcontrol/v1beta3/generated.pb.go

    func (m *FlowSchemaStatus) Reset()      { *m = FlowSchemaStatus{} }
    func (*FlowSchemaStatus) ProtoMessage() {}
    func (*FlowSchemaStatus) Descriptor() ([]byte, []int) {
    	return fileDescriptor_52ab6629c083d251, []int{6}
    }
    func (m *FlowSchemaStatus) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    func (m *FlowSchemaStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 141.9K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/flowcontrol/v1/generated.pb.go

    func (m *FlowSchemaStatus) Reset()      { *m = FlowSchemaStatus{} }
    func (*FlowSchemaStatus) ProtoMessage() {}
    func (*FlowSchemaStatus) Descriptor() ([]byte, []int) {
    	return fileDescriptor_5d08a1401821035d, []int{6}
    }
    func (m *FlowSchemaStatus) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    func (m *FlowSchemaStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 141.8K bytes
    - Viewed (0)
  8. pkg/registry/flowcontrol/flowschema/strategy.go

    }
    
    // PrepareForCreate clears the status of a flow-schema before creation.
    func (flowSchemaStrategy) PrepareForCreate(ctx context.Context, obj runtime.Object) {
    	fl := obj.(*flowcontrol.FlowSchema)
    	fl.Status = flowcontrol.FlowSchemaStatus{}
    	fl.Generation = 1
    }
    
    // PrepareForUpdate clears fields that are not allowed to be set by end users on update.
    func (flowSchemaStrategy) PrepareForUpdate(ctx context.Context, obj, old runtime.Object) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 11:48:22 UTC 2023
    - 6K bytes
    - Viewed (0)
  9. common-protos/k8s.io/api/flowcontrol/v1beta1/generated.proto

      // if it is an empty slice, there will be no requests matching the FlowSchema.
      // +listType=atomic
      // +optional
      repeated PolicyRulesWithSubjects rules = 4;
    }
    
    // FlowSchemaStatus represents the current state of a FlowSchema.
    message FlowSchemaStatus {
      // `conditions` is a list of the current states of FlowSchema.
      // +listType=map
      // +listMapKey=type
      // +optional
      repeated FlowSchemaCondition conditions = 1;
    }
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 19.4K bytes
    - Viewed (0)
  10. common-protos/k8s.io/api/flowcontrol/v1alpha1/generated.proto

      // if it is an empty slice, there will be no requests matching the FlowSchema.
      // +listType=atomic
      // +optional
      repeated PolicyRulesWithSubjects rules = 4;
    }
    
    // FlowSchemaStatus represents the current state of a FlowSchema.
    message FlowSchemaStatus {
      // `conditions` is a list of the current states of FlowSchema.
      // +listType=map
      // +listMapKey=type
      // +optional
      repeated FlowSchemaCondition conditions = 1;
    }
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 19.4K bytes
    - Viewed (0)
Back to top