Uses of Class
io.fabric8.openshift.api.model.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)AllowedFlexVolumeSecurityContextConstraintsFluentImpl. buildAllowedFlexVolume(int index)AllowedFlexVolumeSecurityContextConstraintsFluent. buildFirstAllowedFlexVolume()AllowedFlexVolumeSecurityContextConstraintsFluentImpl. buildFirstAllowedFlexVolume()AllowedFlexVolumeSecurityContextConstraintsFluent. buildLastAllowedFlexVolume()AllowedFlexVolumeSecurityContextConstraintsFluentImpl. buildLastAllowedFlexVolume()AllowedFlexVolumeSecurityContextConstraintsFluent. buildMatchingAllowedFlexVolume(io.fabric8.kubernetes.api.builder.Predicate<AllowedFlexVolumeBuilder> predicate)AllowedFlexVolumeSecurityContextConstraintsFluentImpl. buildMatchingAllowedFlexVolume(io.fabric8.kubernetes.api.builder.Predicate<AllowedFlexVolumeBuilder> predicate)AllowedFlexVolumeDoneableAllowedFlexVolume. done()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>SecurityContextConstraintsFluentImpl. buildAllowedFlexVolumes()List<AllowedFlexVolume>SecurityContextConstraints. getAllowedFlexVolumes()List<AllowedFlexVolume>SecurityContextConstraintsFluent. getAllowedFlexVolumes()Deprecated.List<AllowedFlexVolume>SecurityContextConstraintsFluentImpl. getAllowedFlexVolumes()Deprecated.Method parameters in io.fabric8.openshift.api.model with type arguments of type AllowedFlexVolume Modifier and Type Method Description ASecurityContextConstraintsFluent. addAllToAllowedFlexVolumes(Collection<AllowedFlexVolume> items)ASecurityContextConstraintsFluentImpl. addAllToAllowedFlexVolumes(Collection<AllowedFlexVolume> items)ASecurityContextConstraintsFluent. removeAllFromAllowedFlexVolumes(Collection<AllowedFlexVolume> items)ASecurityContextConstraintsFluentImpl. removeAllFromAllowedFlexVolumes(Collection<AllowedFlexVolume> items)voidSecurityContextConstraints. setAllowedFlexVolumes(List<AllowedFlexVolume> allowedFlexVolumes)ASecurityContextConstraintsFluent. withAllowedFlexVolumes(List<AllowedFlexVolume> allowedFlexVolumes)ASecurityContextConstraintsFluentImpl. 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)AllowedFlexVolumeBuilder(AllowedFlexVolumeFluent<?> fluent, AllowedFlexVolume instance, Boolean validationEnabled)AllowedFlexVolumeBuilder(AllowedFlexVolume instance, Boolean validationEnabled)AllowedFlexVolumeFluentImpl(AllowedFlexVolume instance)DoneableAllowedFlexVolume(AllowedFlexVolume item)DoneableAllowedFlexVolume(AllowedFlexVolume item, io.fabric8.kubernetes.api.builder.Function<AllowedFlexVolume,AllowedFlexVolume> function)Constructor parameters in io.fabric8.openshift.api.model with type arguments of type AllowedFlexVolume Constructor Description DoneableAllowedFlexVolume(io.fabric8.kubernetes.api.builder.Function<AllowedFlexVolume,AllowedFlexVolume> function)DoneableAllowedFlexVolume(io.fabric8.kubernetes.api.builder.Function<AllowedFlexVolume,AllowedFlexVolume> function)DoneableAllowedFlexVolume(AllowedFlexVolume item, io.fabric8.kubernetes.api.builder.Function<AllowedFlexVolume,AllowedFlexVolume> function)DoneableAllowedFlexVolume(AllowedFlexVolume item, io.fabric8.kubernetes.api.builder.Function<AllowedFlexVolume,AllowedFlexVolume> function)