Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 51 for FlowSchemaList (0.36 sec)

  1. staging/src/k8s.io/api/flowcontrol/v1/zz_generated.prerelease-lifecycle.go

    // It is controlled by "k8s:prerelease-lifecycle-gen:introduced" tags in types.go.
    func (in *FlowSchemaList) APILifecycleIntroduced() (major, minor int) {
    	return 1, 29
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 2K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/flowcontrol/v1beta2/register.go

    	AddToScheme = SchemeBuilder.AddToScheme
    )
    
    // Adds the list of known types to the given scheme.
    func addKnownTypes(scheme *runtime.Scheme) error {
    	scheme.AddKnownTypes(SchemeGroupVersion,
    		&FlowSchema{},
    		&FlowSchemaList{},
    		&PriorityLevelConfiguration{},
    		&PriorityLevelConfigurationList{},
    	)
    	metav1.AddToGroupVersion(scheme, SchemeGroupVersion)
    	return nil
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Sep 07 13:42:13 UTC 2021
    - 1.8K bytes
    - Viewed (0)
  3. pkg/registry/flowcontrol/flowschema/storage/storage.go

    	store := &genericregistry.Store{
    		NewFunc:                   func() runtime.Object { return &flowcontrol.FlowSchema{} },
    		NewListFunc:               func() runtime.Object { return &flowcontrol.FlowSchemaList{} },
    		DefaultQualifiedResource:  flowcontrol.Resource("flowschemas"),
    		SingularQualifiedResource: flowcontrol.Resource("flowschema"),
    
    		CreateStrategy:      flowschema.Strategy,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 13 15:11:04 UTC 2023
    - 4.1K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/flowcontrol/v1beta1/generated.pb.go

    func (m *FlowSchemaList) Reset()      { *m = FlowSchemaList{} }
    func (*FlowSchemaList) ProtoMessage() {}
    func (*FlowSchemaList) Descriptor() ([]byte, []int) {
    	return fileDescriptor_3a5cb22a034fcb2a, []int{4}
    }
    func (m *FlowSchemaList) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    func (m *FlowSchemaList) 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/v1beta2/generated.pb.go

    func (m *FlowSchemaList) Reset()      { *m = FlowSchemaList{} }
    func (*FlowSchemaList) ProtoMessage() {}
    func (*FlowSchemaList) Descriptor() ([]byte, []int) {
    	return fileDescriptor_2e620af2eea53237, []int{4}
    }
    func (m *FlowSchemaList) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    func (m *FlowSchemaList) 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 *FlowSchemaList) Reset()      { *m = FlowSchemaList{} }
    func (*FlowSchemaList) ProtoMessage() {}
    func (*FlowSchemaList) Descriptor() ([]byte, []int) {
    	return fileDescriptor_52ab6629c083d251, []int{4}
    }
    func (m *FlowSchemaList) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    func (m *FlowSchemaList) 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 *FlowSchemaList) Reset()      { *m = FlowSchemaList{} }
    func (*FlowSchemaList) ProtoMessage() {}
    func (*FlowSchemaList) Descriptor() ([]byte, []int) {
    	return fileDescriptor_5d08a1401821035d, []int{4}
    }
    func (m *FlowSchemaList) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    func (m *FlowSchemaList) 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. staging/src/k8s.io/api/flowcontrol/v1beta2/types.go

    // +k8s:prerelease-lifecycle-gen:introduced=1.23
    // +k8s:prerelease-lifecycle-gen:replacement=flowcontrol.apiserver.k8s.io,v1beta3,FlowSchemaList
    
    // FlowSchemaList is a list of FlowSchema objects.
    type FlowSchemaList struct {
    	metav1.TypeMeta `json:",inline"`
    	// `metadata` is the standard list metadata.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Sep 17 09:27:57 UTC 2023
    - 31.2K bytes
    - Viewed (0)
  9. common-protos/k8s.io/api/flowcontrol/v1beta1/generated.proto

      optional string reason = 4;
    
      // `message` is a human-readable message indicating details about last transition.
      optional string message = 5;
    }
    
    // FlowSchemaList is a list of FlowSchema objects.
    message FlowSchemaList {
      // `metadata` is the standard list metadata.
      // More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
      // +optional
    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. staging/src/k8s.io/api/flowcontrol/v1beta1/types.go

    // +k8s:prerelease-lifecycle-gen:introduced=1.20
    // +k8s:prerelease-lifecycle-gen:replacement=flowcontrol.apiserver.k8s.io,v1beta3,FlowSchemaList
    
    // FlowSchemaList is a list of FlowSchema objects.
    type FlowSchemaList struct {
    	metav1.TypeMeta `json:",inline"`
    	// `metadata` is the standard list metadata.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Sep 17 09:27:57 UTC 2023
    - 31.2K bytes
    - Viewed (0)
Back to top