Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 22 of 22 for FlowSchemaList (0.22 sec)

  1. pkg/apis/flowcontrol/types.go

    	// +optional
    	Status FlowSchemaStatus
    }
    
    // +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
    
    // FlowSchemaList is a list of FlowSchema objects.
    type FlowSchemaList struct {
    	metav1.TypeMeta
    	// `metadata` is the standard list metadata.
    	// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
    	// +optional
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 22:22:51 UTC 2023
    - 24.3K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/flowcontrol/v1/types.go

    }
    
    // +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
    // +k8s:prerelease-lifecycle-gen:introduced=1.29
    
    // FlowSchemaList is a list of FlowSchema objects.
    type FlowSchemaList struct {
    	metav1.TypeMeta `json:",inline"`
    	// `metadata` is the standard list metadata.
    	// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 31.1K bytes
    - Viewed (0)
Back to top