Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for setOptions (0.28 sec)

  1. api/go1.1.txt

    pkg syscall (linux-386), const PTRACE_POKEUSR = 6
    pkg syscall (linux-386), const PTRACE_SETFPREGS = 15
    pkg syscall (linux-386), const PTRACE_SETFPXREGS = 19
    pkg syscall (linux-386), const PTRACE_SETOPTIONS = 16896
    pkg syscall (linux-386), const PTRACE_SETREGS = 13
    pkg syscall (linux-386), const PTRACE_SETREGSET = 16901
    pkg syscall (linux-386), const PTRACE_SETSIGINFO = 16899
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
  2. api/go1.2.txt

    pkg syscall (linux-arm-cgo), const PTRACE_SETFPREGS ideal-int
    pkg syscall (linux-arm-cgo), const PTRACE_SETHBPREGS ideal-int
    pkg syscall (linux-arm-cgo), const PTRACE_SETOPTIONS ideal-int
    pkg syscall (linux-arm-cgo), const PTRACE_SETREGS ideal-int
    pkg syscall (linux-arm-cgo), const PTRACE_SETREGSET ideal-int
    pkg syscall (linux-arm-cgo), const PTRACE_SETSIGINFO ideal-int
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Oct 18 04:36:59 GMT 2013
    - 1.9M bytes
    - Viewed (2)
  3. CHANGELOG/CHANGELOG-1.18.md

    - Signatures on scale client methods have been modified to accept `context.Context` as a first argument. Signatures of Get, Update, and Patch methods have been updated to accept GetOptions, UpdateOptions and PatchOptions respectively. ([#88599](https://github.com/kubernetes/kubernetes/pull/88599), [@julianvmodesto](https://github.com/julianvmodesto)) [SIG API Machinery, Apps, Autoscaling and CLI]
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Wed Jun 16 17:18:28 GMT 2021
    - 373.2K bytes
    - Viewed (0)
  4. api/go1.txt

    pkg syscall (linux-386), const PTRACE_POKEUSR ideal-int
    pkg syscall (linux-386), const PTRACE_SETFPREGS ideal-int
    pkg syscall (linux-386), const PTRACE_SETFPXREGS ideal-int
    pkg syscall (linux-386), const PTRACE_SETOPTIONS ideal-int
    pkg syscall (linux-386), const PTRACE_SETREGS ideal-int
    pkg syscall (linux-386), const PTRACE_SETREGSET ideal-int
    pkg syscall (linux-386), const PTRACE_SETSIGINFO ideal-int
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (1)
  5. common-protos/k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto

    // +protobuf.options.(gogoproto.goproto_stringer)=false
    message FieldsV1 {
      // Raw is the underlying serialization of this object.
      optional bytes Raw = 1;
    }
    
    // GetOptions is the standard query options to the standard REST get call.
    message GetOptions {
      // resourceVersion sets a constraint on what resource versions a request may be served from.
      // See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for
    Plain Text
    - Registered: Wed May 01 22:53:12 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 53.3K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.19.md

    - Signatures on scale client methods have been modified to accept `context.Context` as a first argument. Signatures of Get, Update, and Patch methods have been updated to accept GetOptions, UpdateOptions and PatchOptions respectively. ([#88599](https://github.com/kubernetes/kubernetes/pull/88599), [@julianvmodesto](https://github.com/julianvmodesto)) [SIG API Machinery, Apps, Autoscaling and CLI]
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Wed Jan 05 05:42:32 GMT 2022
    - 489.7K bytes
    - Viewed (0)
Back to top