Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for targetVolumeAttributesClassName (0.64 sec)

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

    	copy(dAtA[i:], m.Status)
    	i = encodeVarintGenerated(dAtA, i, uint64(len(m.Status)))
    	i--
    	dAtA[i] = 0x12
    	i -= len(m.TargetVolumeAttributesClassName)
    	copy(dAtA[i:], m.TargetVolumeAttributesClassName)
    	i = encodeVarintGenerated(dAtA, i, uint64(len(m.TargetVolumeAttributesClassName)))
    	i--
    	dAtA[i] = 0xa
    	return len(dAtA) - i, nil
    }
    
    func (m *NFSVolumeSource) Marshal() (dAtA []byte, err 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

                "type": "string"
              },
              "targetVolumeAttributesClassName": {
                "description": "targetVolumeAttributesClassName is the name of the VolumeAttributesClass the PVC currently being reconciled",
                "type": "string"
              }
            },
            "required": [
    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

    				Type:        []string{"object"},
    				Properties: map[string]spec.Schema{
    					"targetVolumeAttributesClassName": {
    						SchemaProps: spec.SchemaProps{
    							Description: "targetVolumeAttributesClassName is the name of the VolumeAttributesClass the PVC currently being reconciled",
    							Type:        []string{"string"},
    							Format:      "",
    						},
    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"
            },
            "targetVolumeAttributesClassName": {
              "description": "targetVolumeAttributesClassName is the name of the VolumeAttributesClass the PVC currently being reconciled",
              "type": "string"
            }
          },
          "required": [
            "status"
    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