Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 31 for NodeProxyOptions (0.77 sec)

  1. staging/src/k8s.io/api/core/v1/generated.pb.go

    func (m *NodeProxyOptions) Reset()      { *m = NodeProxyOptions{} }
    func (*NodeProxyOptions) ProtoMessage() {}
    func (*NodeProxyOptions) Descriptor() ([]byte, []int) {
    	return fileDescriptor_6c07b07c062484ab, []int{104}
    }
    func (m *NodeProxyOptions) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    func (m *NodeProxyOptions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 1.8M bytes
    - Viewed (0)
  2. api/openapi-spec/v3/api__v1_openapi.json

            "x-kubernetes-action": "connect",
            "x-kubernetes-group-version-kind": {
              "group": "",
              "kind": "NodeProxyOptions",
              "version": "v1"
            }
          },
          "parameters": [
            {
              "description": "name of the NodeProxyOptions",
              "in": "path",
              "name": "name",
              "required": true,
              "schema": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 1.8M bytes
    - Viewed (0)
  3. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger-with-shared-parameters.json

            "x-kubernetes-action": "connect",
            "x-kubernetes-group-version-kind": {
              "group": "",
              "kind": "NodeProxyOptions",
              "version": "v1"
            }
          },
          "parameters": [
            {
              "description": "name of the NodeProxyOptions",
              "in": "path",
              "name": "name",
              "required": true,
              "type": "string",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 2.3M bytes
    - Viewed (0)
  4. api/openapi-spec/swagger.json

            "x-kubernetes-action": "connect",
            "x-kubernetes-group-version-kind": {
              "group": "",
              "kind": "NodeProxyOptions",
              "version": "v1"
            }
          },
          "parameters": [
            {
              "description": "name of the NodeProxyOptions",
              "in": "path",
              "name": "name",
              "required": true,
              "type": "string",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3.1M bytes
    - Viewed (0)
  5. common-protos/k8s.io/api/core/v1/generated.proto

      // +optional
      optional k8s.io.apimachinery.pkg.apis.meta.v1.ListMeta metadata = 1;
    
      // List of nodes
      repeated Node items = 2;
    }
    
    // NodeProxyOptions is the query options to a Node's proxy call.
    message NodeProxyOptions {
      // Path is the URL path to use for the current proxy request to node.
      // +optional
      optional string path = 1;
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 255.8K bytes
    - Viewed (0)
  6. pkg/apis/core/types.go

    	// Path is the URL path to use for the current proxy request
    	Path string
    }
    
    // +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
    
    // NodeProxyOptions is the query options to a Node's proxy call
    type NodeProxyOptions struct {
    	metav1.TypeMeta
    
    	// Path is the URL path to use for the current proxy request
    	Path string
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    	return map_NodeList
    }
    
    var map_NodeProxyOptions = map[string]string{
    	"":     "NodeProxyOptions is the query options to a Node's proxy call.",
    	"path": "Path is the URL path to use for the current proxy request to node.",
    }
    
    func (NodeProxyOptions) SwaggerDoc() map[string]string {
    	return map_NodeProxyOptions
    }
    
    var map_NodeRuntimeHandler = map[string]string{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/core/v1/generated.proto

      // +optional
      optional .k8s.io.apimachinery.pkg.apis.meta.v1.ListMeta metadata = 1;
    
      // List of nodes
      repeated Node items = 2;
    }
    
    // NodeProxyOptions is the query options to a Node's proxy call.
    message NodeProxyOptions {
      // Path is the URL path to use for the current proxy request to node.
      // +optional
      optional string path = 1;
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/core/v1/types.go

    // +k8s:conversion-gen:explicit-from=net/url.Values
    // +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
    // +k8s:prerelease-lifecycle-gen:introduced=1.2
    
    // NodeProxyOptions is the query options to a Node's proxy call.
    type NodeProxyOptions struct {
    	metav1.TypeMeta `json:",inline"`
    
    	// Path is the URL path to use for the current proxy request to node.
    	// +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)
  10. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger.json

            "x-kubernetes-action": "connect",
            "x-kubernetes-group-version-kind": {
              "group": "",
              "kind": "NodeProxyOptions",
              "version": "v1"
            }
          },
          "parameters": [
            {
              "description": "name of the NodeProxyOptions",
              "in": "path",
              "name": "name",
              "required": true,
              "type": "string",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 4.5M bytes
    - Viewed (0)
Back to top