Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for Capabilities (0.72 sec)

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

    var xxx_messageInfo_CSIVolumeSource proto.InternalMessageInfo
    
    func (m *Capabilities) Reset()      { *m = Capabilities{} }
    func (*Capabilities) ProtoMessage() {}
    func (*Capabilities) Descriptor() ([]byte, []int) {
    	return fileDescriptor_6c07b07c062484ab, []int{11}
    }
    func (m *Capabilities) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    func (m *Capabilities) 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

              },
              "capabilities": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/io.k8s.api.core.v1.Capabilities"
                  }
                ],
    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. pkg/generated/openapi/zz_generated.openapi.go

    				Properties: map[string]spec.Schema{
    					"capabilities": {
    						SchemaProps: spec.SchemaProps{
    							Description: "The capabilities to add/drop when running containers. Defaults to the default set of capabilities granted by the container runtime. Note that this field cannot be set when spec.os.name is windows.",
    							Ref:         ref("k8s.io/api/core/v1.Capabilities"),
    						},
    					},
    					"privileged": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
  4. api/openapi-spec/swagger.json

            },
            "capabilities": {
              "$ref": "#/definitions/io.k8s.api.core.v1.Capabilities",
              "description": "The capabilities to add/drop when running containers. Defaults to the default set of capabilities granted by the container runtime. Note that this field cannot be set when spec.os.name is windows."
            },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3.1M bytes
    - Viewed (0)
Back to top