Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for Capabilities (0.12 sec)

  1. api/openapi-spec/v3/apis__batch__v1_openapi.json

              },
              "capabilities": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/io.k8s.api.core.v1.Capabilities"
                  }
                ],
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 485.4K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/ztypes_linux.go

    type PerfEventMmapPage struct {
    	Version        uint32
    	Compat_version uint32
    	Lock           uint32
    	Index          uint32
    	Offset         int64
    	Time_enabled   uint64
    	Time_running   uint64
    	Capabilities   uint64
    	Pmc_width      uint16
    	Time_shift     uint16
    	Time_mult      uint32
    	Time_offset    uint64
    	Time_zero      uint64
    	Size           uint32
    	_              uint32
    	Time_cycles    uint64
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 251K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.28.md

      validate any input config file. Use the `--config` flag to pass a config file
      to it. See the command `--help` screen for more information. As a result of adding
      this new command, enhance the validation capabilities of the existing "kubeadm
      config migrate" command. For both commands unknown APIs or fields will throw errors. ([#118013](https://github.com/kubernetes/kubernetes/pull/118013), [@neolit123](https://github.com/neolit123))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 23:47:59 UTC 2024
    - 408.3K bytes
    - Viewed (0)
Back to top