Uses of Class
io.fabric8.openshift.api.model.AllowedFlexVolume
-
Packages that use AllowedFlexVolume Package Description io.fabric8.openshift.api.model -
-
Uses of AllowedFlexVolume in io.fabric8.openshift.api.model
Methods in io.fabric8.openshift.api.model that return AllowedFlexVolume Modifier and Type Method Description AllowedFlexVolumeAllowedFlexVolumeBuilder. build()AllowedFlexVolumeSecurityContextConstraintsFluent. buildAllowedFlexVolume(int index)AllowedFlexVolumeSecurityContextConstraintsFluent. buildFirstAllowedFlexVolume()AllowedFlexVolumeSecurityContextConstraintsFluent. buildLastAllowedFlexVolume()AllowedFlexVolumeSecurityContextConstraintsFluent. buildMatchingAllowedFlexVolume(Predicate<AllowedFlexVolumeBuilder> predicate)Methods in io.fabric8.openshift.api.model that return types with arguments of type AllowedFlexVolume Modifier and Type Method Description List<AllowedFlexVolume>SecurityContextConstraintsFluent. buildAllowedFlexVolumes()List<AllowedFlexVolume>SecurityContextConstraints. getAllowedFlexVolumes()allowedFlexVolumes is a whitelist of allowed Flexvolumes.Methods in io.fabric8.openshift.api.model with parameters of type AllowedFlexVolume Modifier and Type Method Description SecurityContextConstraintsFluent.AllowedFlexVolumesNested<A>SecurityContextConstraintsFluent. addNewAllowedFlexVolumeLike(AllowedFlexVolume item)ASecurityContextConstraintsFluent. addToAllowedFlexVolumes(int index, AllowedFlexVolume item)ASecurityContextConstraintsFluent. addToAllowedFlexVolumes(AllowedFlexVolume... items)protected voidAllowedFlexVolumeFluent. copyInstance(AllowedFlexVolume instance)ASecurityContextConstraintsFluent. removeFromAllowedFlexVolumes(AllowedFlexVolume... items)SecurityContextConstraintsFluent.AllowedFlexVolumesNested<A>SecurityContextConstraintsFluent. setNewAllowedFlexVolumeLike(int index, AllowedFlexVolume item)ASecurityContextConstraintsFluent. setToAllowedFlexVolumes(int index, AllowedFlexVolume item)ASecurityContextConstraintsFluent. withAllowedFlexVolumes(AllowedFlexVolume... allowedFlexVolumes)Method parameters in io.fabric8.openshift.api.model with type arguments of type AllowedFlexVolume Modifier and Type Method Description ASecurityContextConstraintsFluent. addAllToAllowedFlexVolumes(Collection<AllowedFlexVolume> items)ASecurityContextConstraintsFluent. removeAllFromAllowedFlexVolumes(Collection<AllowedFlexVolume> items)voidSecurityContextConstraints. setAllowedFlexVolumes(List<AllowedFlexVolume> allowedFlexVolumes)allowedFlexVolumes is a whitelist of allowed Flexvolumes.ASecurityContextConstraintsFluent. withAllowedFlexVolumes(List<AllowedFlexVolume> allowedFlexVolumes)Constructors in io.fabric8.openshift.api.model with parameters of type AllowedFlexVolume Constructor Description AllowedFlexVolumeBuilder(AllowedFlexVolume instance)AllowedFlexVolumeBuilder(AllowedFlexVolumeFluent<?> fluent, AllowedFlexVolume instance)AllowedFlexVolumeFluent(AllowedFlexVolume instance)
-