Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 59 for RUNTIME (0.25 sec)

  1. src/cmd/compile/internal/ssagen/ssa.go

    	alias("internal/runtime/atomic", "Loadint32", "internal/runtime/atomic", "Load", all...)
    	alias("internal/runtime/atomic", "Loadint64", "internal/runtime/atomic", "Load64", all...)
    	alias("internal/runtime/atomic", "Loaduintptr", "internal/runtime/atomic", "Load", p4...)
    	alias("internal/runtime/atomic", "Loaduintptr", "internal/runtime/atomic", "Load64", p8...)
    	alias("internal/runtime/atomic", "Loaduint", "internal/runtime/atomic", "Load", p4...)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
  2. pkg/apis/core/types.go

    }
    
    // NodeRuntimeHandlerFeatures is a set of runtime features.
    type NodeRuntimeHandlerFeatures struct {
    	// RecursiveReadOnlyMounts is set to true if the runtime handler supports RecursiveReadOnlyMounts.
    	// +featureGate=RecursiveReadOnlyMounts
    	// +optional
    	RecursiveReadOnlyMounts *bool
    	// Reserved: UserNamespaces *bool
    }
    
    // NodeRuntimeHandler is a set of runtime handler information.
    type NodeRuntimeHandler struct {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/core/v1/types.go

    	// Reserved: UserNamespaces *bool (varint 2, for consistency with CRI API)
    }
    
    // NodeRuntimeHandler is a set of runtime handler information.
    type NodeRuntimeHandler struct {
    	// Runtime handler name.
    	// Empty for the default runtime handler.
    	// +optional
    	Name string `json:"name" protobuf:"bytes,1,opt,name=name"`
    	// Supported features.
    	// +optional
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    	return map_NodeProxyOptions
    }
    
    var map_NodeRuntimeHandler = map[string]string{
    	"":         "NodeRuntimeHandler is a set of runtime handler information.",
    	"name":     "Runtime handler name. Empty for the default runtime handler.",
    	"features": "Supported features.",
    }
    
    func (NodeRuntimeHandler) SwaggerDoc() map[string]string {
    	return map_NodeRuntimeHandler
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/core/v1/generated.proto

    }
    
    // NodeRuntimeHandler is a set of runtime handler information.
    message NodeRuntimeHandler {
      // Runtime handler name.
      // Empty for the default runtime handler.
      // +optional
      optional string name = 1;
    
      // Supported features.
      // +optional
      optional NodeRuntimeHandlerFeatures features = 2;
    }
    
    // NodeRuntimeHandlerFeatures is a set of runtime features.
    message NodeRuntimeHandlerFeatures {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
  6. common-protos/k8s.io/api/core/v1/generated.proto

    package k8s.io.api.core.v1;
    
    import "k8s.io/apimachinery/pkg/api/resource/generated.proto";
    import "k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto";
    import "k8s.io/apimachinery/pkg/runtime/generated.proto";
    import "k8s.io/apimachinery/pkg/runtime/schema/generated.proto";
    import "k8s.io/apimachinery/pkg/util/intstr/generated.proto";
    
    // Package-wide variables from generator "generated".
    option go_package = "k8s.io/api/core/v1";
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 255.8K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiextensions-apiserver/pkg/generated/openapi/zz_generated.openapi.go

    		"k8s.io/apimachinery/pkg/runtime.RawExtension":                                                    schema_k8sio_apimachinery_pkg_runtime_RawExtension(ref),
    		"k8s.io/apimachinery/pkg/runtime.TypeMeta":                                                        schema_k8sio_apimachinery_pkg_runtime_TypeMeta(ref),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:07:17 UTC 2024
    - 329.7K bytes
    - Viewed (0)
  8. pkg/apis/core/v1/zz_generated.conversion.go

    	unsafe "unsafe"
    
    	v1 "k8s.io/api/core/v1"
    	resource "k8s.io/apimachinery/pkg/api/resource"
    	metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
    	conversion "k8s.io/apimachinery/pkg/conversion"
    	runtime "k8s.io/apimachinery/pkg/runtime"
    	types "k8s.io/apimachinery/pkg/types"
    	apps "k8s.io/kubernetes/pkg/apis/apps"
    	core "k8s.io/kubernetes/pkg/apis/core"
    )
    
    func init() {
    	localSchemeBuilder.Register(RegisterConversions)
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 472.1K bytes
    - Viewed (0)
  9. api/openapi-spec/v3/apis__batch__v1_openapi.json

                "description": "Whether this container should allocate a buffer for stdin in the container runtime. If this is not set, reads from stdin in the container will always result in EOF. Default is false.",
                "type": "boolean"
              },
              "stdinOnce": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 485.4K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.7.md

    ### **Node Components**
    #### Container Runtime Interface
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 308.7K bytes
    - Viewed (0)
Back to top