Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 12 for NodeProxyOptions (0.34 sec)

  1. pkg/apis/core/v1/zz_generated.conversion.go

    	}
    	if err := s.AddGeneratedConversionFunc((*v1.NodeProxyOptions)(nil), (*core.NodeProxyOptions)(nil), func(a, b interface{}, scope conversion.Scope) error {
    		return Convert_v1_NodeProxyOptions_To_core_NodeProxyOptions(a.(*v1.NodeProxyOptions), b.(*core.NodeProxyOptions), scope)
    	}); err != nil {
    		return err
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 472.1K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/core/v1/zz_generated.prerelease-lifecycle.go

    // It is controlled by "k8s:prerelease-lifecycle-gen:introduced" tags in types.go.
    func (in *NodeProxyOptions) APILifecycleIntroduced() (major, minor int) {
    	return 1, 2
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 15K bytes
    - Viewed (0)
  3. pkg/apis/core/zz_generated.deepcopy.go

    func (in *NodeProxyOptions) DeepCopyInto(out *NodeProxyOptions) {
    	*out = *in
    	out.TypeMeta = in.TypeMeta
    	return
    }
    
    // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NodeProxyOptions.
    func (in *NodeProxyOptions) DeepCopy() *NodeProxyOptions {
    	if in == nil {
    		return nil
    	}
    	out := new(NodeProxyOptions)
    	in.DeepCopyInto(out)
    	return out
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 181.5K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/core/v1/zz_generated.deepcopy.go

    func (in *NodeProxyOptions) DeepCopyInto(out *NodeProxyOptions) {
    	*out = *in
    	out.TypeMeta = in.TypeMeta
    	return
    }
    
    // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NodeProxyOptions.
    func (in *NodeProxyOptions) DeepCopy() *NodeProxyOptions {
    	if in == nil {
    		return nil
    	}
    	out := new(NodeProxyOptions)
    	in.DeepCopyInto(out)
    	return out
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 181.9K bytes
    - Viewed (0)
  5. 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)
  6. 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)
  7. 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)
  8. 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)
  9. 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)
  10. 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)
Back to top