Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 84 for PriorityClass (0.16 sec)

  1. common-protos/k8s.io/api/scheduling/v1alpha1/generated.proto

    option go_package = "k8s.io/api/scheduling/v1alpha1";
    
    // DEPRECATED - This group version of PriorityClass is deprecated by scheduling.k8s.io/v1/PriorityClass.
    // PriorityClass defines mapping from a priority class name to the priority
    // integer value. The value can be any valid integer.
    message PriorityClass {
      // Standard object's metadata.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 2.9K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/scheduling/v1alpha1/generated.pb.go

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

    func (m *PriorityClass) Reset()      { *m = PriorityClass{} }
    func (*PriorityClass) ProtoMessage() {}
    func (*PriorityClass) Descriptor() ([]byte, []int) {
    	return fileDescriptor_9edc3acf997efcf2, []int{0}
    }
    func (m *PriorityClass) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    func (m *PriorityClass) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
    	b = b[:cap(b)]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 18.9K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/scheduling/v1/generated.proto

    // Package-wide variables from generator "generated".
    option go_package = "k8s.io/api/scheduling/v1";
    
    // PriorityClass defines mapping from a priority class name to the priority
    // integer value. The value can be any valid integer.
    message PriorityClass {
      // Standard object's 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: Thu Mar 28 15:34:11 UTC 2024
    - 2.8K bytes
    - Viewed (0)
  5. common-protos/k8s.io/api/scheduling/v1/generated.proto

    // Package-wide variables from generator "generated".
    option go_package = "k8s.io/api/scheduling/v1";
    
    // PriorityClass defines mapping from a priority class name to the priority
    // integer value. The value can be any valid integer.
    message PriorityClass {
      // Standard object's 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
    - 2.8K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/scheduling/v1/types.go

    // +genclient:nonNamespaced
    // +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
    // +k8s:prerelease-lifecycle-gen:introduced=1.14
    
    // PriorityClass defines mapping from a priority class name to the priority
    // integer value. The value can be any valid integer.
    type PriorityClass struct {
    	metav1.TypeMeta `json:",inline"`
    	// Standard object's metadata.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 3.1K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/scheduling/v1/types_swagger_doc_generated.go

    	"globalDefault":    "globalDefault specifies whether this PriorityClass should be considered as the default priority for pods that do not have any priority class. Only one PriorityClass can be marked as `globalDefault`. However, if more than one PriorityClasses exists with their `globalDefault` field set to true, the smallest value of such global default PriorityClasses...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Jan 22 00:51:25 UTC 2023
    - 2.9K bytes
    - Viewed (0)
  8. pkg/apis/scheduling/types.go

    	SystemNodeCritical = SystemPriorityClassPrefix + "node-critical"
    )
    
    // +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
    
    // PriorityClass defines the mapping from a priority class name to the priority
    // integer value. The value can be any valid integer.
    type PriorityClass struct {
    	metav1.TypeMeta
    	// Standard object 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: Wed Feb 07 23:13:00 UTC 2024
    - 3.7K bytes
    - Viewed (0)
  9. manifests/charts/istio-cni/templates/resourcequota.yaml

      namespace: {{ .Release.Namespace }}
    spec:
      hard:
        pods: {{ .Values.cni.resourceQuotas.pods | quote }}
      scopeSelector:
        matchExpressions:
        - operator: In
          scopeName: PriorityClass
          values:
          - system-node-critical
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 17 21:52:29 UTC 2024
    - 388 bytes
    - Viewed (0)
  10. plugin/pkg/admission/resourcequota/admission_test.go

    								Values:    []string{"another-priorityclass-name", "cluster-services"},
    							},
    						},
    					},
    				},
    			},
    			expErr: "insufficient quota to match these scopes: [{PriorityClass In [another-priorityclass-name cluster-services]}]",
    		},
    		{
    			description: "From the above test case, just changing pod priority from cluster-services to another-priorityclass-name. expecting no error",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 29 21:28:42 UTC 2024
    - 84.1K bytes
    - Viewed (0)
Back to top