Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 46 for ModifyVolumeStatus (0.33 sec)

  1. staging/src/k8s.io/api/storage/v1alpha1/generated.proto

      // a cumulative max size of 256K. If the CSI driver rejects invalid parameters,
      // the target PersistentVolumeClaim will be set to an "Infeasible" state in the
      // modifyVolumeStatus field.
      map<string, string> parameters = 3;
    }
    
    // VolumeAttributesClassList is a collection of VolumeAttributesClass objects.
    message VolumeAttributesClassList {
      // Standard list metadata
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 11.3K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/storage/v1alpha1/types_swagger_doc_generated.go

    }
    
    func (VolumeAttributesClass) SwaggerDoc() map[string]string {
    	return map_VolumeAttributesClass
    }
    
    var map_VolumeAttributesClassList = map[string]string{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 31 03:26:35 UTC 2023
    - 10.6K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/storage/v1alpha1/types.go

    	// a cumulative max size of 256K. If the CSI driver rejects invalid parameters,
    	// the target PersistentVolumeClaim will be set to an "Infeasible" state in the
    	// modifyVolumeStatus field.
    	Parameters map[string]string `json:"parameters,omitempty" protobuf:"bytes,3,rep,name=parameters"`
    }
    
    // +k8s:prerelease-lifecycle-gen:introduced=1.29
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:06:32 UTC 2023
    - 13.4K bytes
    - Viewed (0)
  4. pkg/apis/core/v1/zz_generated.conversion.go

    	if err := s.AddGeneratedConversionFunc((*v1.ModifyVolumeStatus)(nil), (*core.ModifyVolumeStatus)(nil), func(a, b interface{}, scope conversion.Scope) error {
    		return Convert_v1_ModifyVolumeStatus_To_core_ModifyVolumeStatus(a.(*v1.ModifyVolumeStatus), b.(*core.ModifyVolumeStatus), scope)
    	}); err != nil {
    		return err
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 472.1K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/testdata/v1.29.0/apps.v1.StatefulSet.yaml

            message: messageValue
            reason: reasonValue
            status: statusValue
            type: typeValue
          currentVolumeAttributesClassName: currentVolumeAttributesClassNameValue
          modifyVolumeStatus:
            status: statusValue
            targetVolumeAttributesClassName: targetVolumeAttributesClassNameValue
          phase: phaseValue
    status:
      availableReplicas: 11
      collisionCount: 9
      conditions:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 37.1K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/testdata/v1.30.0/apps.v1beta1.StatefulSet.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 58.2K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/testdata/HEAD/apps.v1beta1.StatefulSet.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 58.3K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/testdata/HEAD/apps.v1.StatefulSet.yaml

            message: messageValue
            reason: reasonValue
            status: statusValue
            type: typeValue
          currentVolumeAttributesClassName: currentVolumeAttributesClassNameValue
          modifyVolumeStatus:
            status: statusValue
            targetVolumeAttributesClassName: targetVolumeAttributesClassNameValue
          phase: phaseValue
    status:
      availableReplicas: 11
      collisionCount: 9
      conditions:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 37.7K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/testdata/v1.29.0/apps.v1beta2.StatefulSet.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 57.4K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/testdata/v1.30.0/apps.v1.StatefulSet.yaml

            message: messageValue
            reason: reasonValue
            status: statusValue
            type: typeValue
          currentVolumeAttributesClassName: currentVolumeAttributesClassNameValue
          modifyVolumeStatus:
            status: statusValue
            targetVolumeAttributesClassName: targetVolumeAttributesClassNameValue
          phase: phaseValue
    status:
      availableReplicas: 11
      collisionCount: 9
      conditions:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 37.6K bytes
    - Viewed (0)
Back to top