Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 79 for runtimeFlags (0.34 sec)

  1. staging/src/k8s.io/api/node/v1beta1/types_swagger_doc_generated.go

    	"scheduling": "scheduling holds the scheduling constraints to ensure that pods running with this RuntimeClass are scheduled to nodes that support it. If scheduling is nil, this RuntimeClass is assumed to be supported by all nodes.",
    }
    
    func (RuntimeClass) SwaggerDoc() map[string]string {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Jan 22 00:51:25 UTC 2023
    - 4.4K bytes
    - Viewed (0)
  2. pkg/apis/node/validation/validation.go

    	"k8s.io/kubernetes/pkg/apis/core"
    	corevalidation "k8s.io/kubernetes/pkg/apis/core/validation"
    	"k8s.io/kubernetes/pkg/apis/node"
    )
    
    // ValidateRuntimeClass validates the RuntimeClass
    func ValidateRuntimeClass(rc *node.RuntimeClass) field.ErrorList {
    	allErrs := apivalidation.ValidateObjectMeta(&rc.ObjectMeta, false, apivalidation.NameIsDNSSubdomain, field.NewPath("metadata"))
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Nov 10 19:08:24 UTC 2022
    - 3.2K bytes
    - Viewed (0)
  3. pkg/kubeapiserver/options/plugins.go

    	gc.PluginName,                           // OwnerReferencesPermissionEnforcement
    	resize.PluginName,                       // PersistentVolumeClaimResize
    	runtimeclass.PluginName,                 // RuntimeClass
    	certapproval.PluginName,                 // CertificateApproval
    	certsigning.PluginName,                  // CertificateSigning
    	ctbattest.PluginName,                    // ClusterTrustBundleAttest
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 20 17:20:46 UTC 2024
    - 8.2K bytes
    - Viewed (0)
  4. api/discovery/apis__node.k8s.io__v1.json

    {
      "apiVersion": "v1",
      "groupVersion": "node.k8s.io/v1",
      "kind": "APIResourceList",
      "resources": [
        {
          "kind": "RuntimeClass",
          "name": "runtimeclasses",
          "namespaced": false,
          "singularName": "runtimeclass",
          "storageVersionHash": "WQTu1GL3T2Q=",
          "verbs": [
            "create",
            "delete",
            "deletecollection",
            "get",
            "list",
            "patch",
            "update",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 15 18:18:19 UTC 2023
    - 466 bytes
    - Viewed (0)
  5. pkg/kubelet/runtimeclass/runtimeclass_manager_test.go

    limitations under the License.
    */
    
    package runtimeclass_test
    
    import (
    	"fmt"
    	"testing"
    
    	"github.com/stretchr/testify/assert"
    
    	"k8s.io/kubernetes/pkg/kubelet/runtimeclass"
    	rctest "k8s.io/kubernetes/pkg/kubelet/runtimeclass/testing"
    	"k8s.io/utils/pointer"
    )
    
    func TestLookupRuntimeHandler(t *testing.T) {
    	tests := []struct {
    		rcn         *string
    		expected    string
    		expectError bool
    	}{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Jan 08 12:44:09 UTC 2023
    - 1.7K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/node/v1beta1/generated.pb.go

    }
    
    var xxx_messageInfo_Overhead proto.InternalMessageInfo
    
    func (m *RuntimeClass) Reset()      { *m = RuntimeClass{} }
    func (*RuntimeClass) ProtoMessage() {}
    func (*RuntimeClass) Descriptor() ([]byte, []int) {
    	return fileDescriptor_73bb62abe8438af4, []int{1}
    }
    func (m *RuntimeClass) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    func (m *RuntimeClass) 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
    - 36.2K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/node/v1/generated.pb.go

    }
    
    var xxx_messageInfo_Overhead proto.InternalMessageInfo
    
    func (m *RuntimeClass) Reset()      { *m = RuntimeClass{} }
    func (*RuntimeClass) ProtoMessage() {}
    func (*RuntimeClass) Descriptor() ([]byte, []int) {
    	return fileDescriptor_9007436710e7565b, []int{1}
    }
    func (m *RuntimeClass) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    func (m *RuntimeClass) 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
    - 36.1K bytes
    - Viewed (0)
  8. pkg/api/node/util_test.go

    		name     string
    		template *node.RuntimeClass
    		expected []string
    	}{
    		{
    			name:     "null",
    			template: nil,
    			expected: nil,
    		},
    		{
    			name: "no warning",
    			template: &node.RuntimeClass{
    				ObjectMeta: metav1.ObjectMeta{
    					Name: "foo",
    				},
    			},
    			expected: nil,
    		},
    		{
    			name: "warning",
    			template: &node.RuntimeClass{
    				ObjectMeta: metav1.ObjectMeta{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Sep 25 11:04:08 UTC 2023
    - 2K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/node/v1alpha1/generated.pb.go

    }
    
    var xxx_messageInfo_Overhead proto.InternalMessageInfo
    
    func (m *RuntimeClass) Reset()      { *m = RuntimeClass{} }
    func (*RuntimeClass) ProtoMessage() {}
    func (*RuntimeClass) Descriptor() ([]byte, []int) {
    	return fileDescriptor_a8fee97bf5273e47, []int{1}
    }
    func (m *RuntimeClass) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    func (m *RuntimeClass) 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
    - 40.2K bytes
    - Viewed (0)
  10. api/openapi-spec/v3/apis__node.k8s.io__v1_openapi.json

                "type": "object"
              }
            },
            "type": "object"
          },
          "io.k8s.api.node.v1.RuntimeClass": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 122.9K bytes
    - Viewed (0)
Back to top