Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 31 for PodAttachOptions (0.33 sec)

  1. staging/src/k8s.io/api/testdata/HEAD/core.v1.PodAttachOptions.json

    {
      "kind": "PodAttachOptions",
      "apiVersion": "v1",
      "stdin": true,
      "stdout": true,
      "stderr": true,
      "tty": true,
      "container": "containerValue"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Feb 19 15:31:53 UTC 2022
    - 155 bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/testdata/v1.29.0/core.v1.PodAttachOptions.yaml

    apiVersion: v1
    container: containerValue
    kind: PodAttachOptions
    stderr: true
    stdin: true
    stdout: true
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 112 bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/testdata/v1.29.0/core.v1.PodAttachOptions.json

    {
      "kind": "PodAttachOptions",
      "apiVersion": "v1",
      "stdin": true,
      "stdout": true,
      "stderr": true,
      "tty": true,
      "container": "containerValue"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 155 bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/testdata/v1.30.0/core.v1.PodAttachOptions.json

    {
      "kind": "PodAttachOptions",
      "apiVersion": "v1",
      "stdin": true,
      "stdout": true,
      "stderr": true,
      "tty": true,
      "container": "containerValue"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 155 bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/testdata/v1.30.0/core.v1.PodAttachOptions.yaml

    apiVersion: v1
    container: containerValue
    kind: PodAttachOptions
    stderr: true
    stdin: true
    stdout: true
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 112 bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/testdata/HEAD/core.v1.PodAttachOptions.yaml

    apiVersion: v1
    container: containerValue
    kind: PodAttachOptions
    stderr: true
    stdin: true
    stdout: true
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Feb 19 15:31:53 UTC 2022
    - 112 bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/testdata/HEAD/core.v1.PodAttachOptions.pb

    Jordan Liggitt <******@****.***> 1645282187 -0500
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Feb 19 15:31:53 UTC 2022
    - 58 bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/testdata/v1.29.0/core.v1.PodAttachOptions.pb

    SataQiu <******@****.***> 1702613527 +0800
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 58 bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/testdata/v1.30.0/core.v1.PodAttachOptions.pb

    SataQiu <******@****.***> 1713430345 +0800
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 58 bytes
    - Viewed (0)
  10. pkg/registry/core/pod/rest/subresources.go

    	Store       *genericregistry.Store
    	KubeletConn client.ConnectionInfoGetter
    }
    
    // Implement Connecter
    var _ = rest.Connecter(&AttachREST{})
    
    // New creates a new podAttachOptions object.
    func (r *AttachREST) New() runtime.Object {
    	return &api.PodAttachOptions{}
    }
    
    // Destroy cleans up resources on shutdown.
    func (r *AttachREST) Destroy() {
    	// Given that underlying store is shared with REST,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Mar 04 19:10:30 UTC 2024
    - 9.2K bytes
    - Viewed (0)
Back to top