Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for ModifyVolumeStatus (0.29 sec)

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

    func (m *ModifyVolumeStatus) Reset()      { *m = ModifyVolumeStatus{} }
    func (*ModifyVolumeStatus) ProtoMessage() {}
    func (*ModifyVolumeStatus) Descriptor() ([]byte, []int) {
    	return fileDescriptor_6c07b07c062484ab, []int{89}
    }
    func (m *ModifyVolumeStatus) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    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

                "type": "string"
              },
              "modifyVolumeStatus": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/io.k8s.api.core.v1.ModifyVolumeStatus"
                  }
                ],
    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

    						},
    					},
    					"modifyVolumeStatus": {
    						SchemaProps: spec.SchemaProps{
    							Description: "ModifyVolumeStatus represents the status object of ControllerModifyVolume operation. When this is unset, there is no ModifyVolume operation being attempted. This is an alpha field and requires enabling VolumeAttributesClass feature.",
    							Ref:         ref("k8s.io/api/core/v1.ModifyVolumeStatus"),
    						},
    					},
    				},
    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

              "type": "string"
            },
            "modifyVolumeStatus": {
              "$ref": "#/definitions/io.k8s.api.core.v1.ModifyVolumeStatus",
    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