All Downloads are FREE. Search and download functionalities are using the official Maven repository.

annotations.io.fabric8.kubernetes.api.model.EditablePersistentVolumeSpec Maven / Gradle / Ivy

package io.fabric8.kubernetes.api.model;

import java.util.ArrayList;
import java.util.RandomAccess;
import java.util.Map;
import java.util.List;
import java.util.List;
import java.util.AbstractCollection;
import java.util.AbstractList;
import java.util.Map;
import java.util.HashMap;
import java.io.Serializable;
import io.fabric8.kubernetes.api.builder.Editable;
import java.util.Collection;
import java.util.AbstractMap;

public class EditablePersistentVolumeSpec extends PersistentVolumeSpec implements Editable{


public EditablePersistentVolumeSpec(){
    super();
}
public EditablePersistentVolumeSpec( List accessModes , AWSElasticBlockStoreVolumeSource awsElasticBlockStore , AzureFileVolumeSource azureFile , Map capacity , CephFSVolumeSource cephfs , CinderVolumeSource cinder , ObjectReference claimRef , FCVolumeSource fc , FlexVolumeSource flexVolume , FlockerVolumeSource flocker , GCEPersistentDiskVolumeSource gcePersistentDisk , GlusterfsVolumeSource glusterfs , HostPathVolumeSource hostPath , ISCSIVolumeSource iscsi , NFSVolumeSource nfs , String persistentVolumeReclaimPolicy , RBDVolumeSource rbd ){
    super(accessModes, awsElasticBlockStore, azureFile, capacity, cephfs, cinder, claimRef, fc, flexVolume, flocker, gcePersistentDisk, glusterfs, hostPath, iscsi, nfs, persistentVolumeReclaimPolicy, rbd);
}

public PersistentVolumeSpecBuilder edit(){
    return new PersistentVolumeSpecBuilder(this);
}


}
    




© 2015 - 2025 Weber Informatics LLC | Privacy Policy