Uses of Class
io.fabric8.kubernetes.api.model.extensions.AllowedHostPath
-
-
Uses of AllowedHostPath in io.fabric8.kubernetes.api.model.extensions
Methods in io.fabric8.kubernetes.api.model.extensions that return AllowedHostPath Modifier and Type Method Description AllowedHostPathAllowedHostPathBuilder. build()AllowedHostPathPodSecurityPolicySpecFluent. buildAllowedHostPath(int index)AllowedHostPathPodSecurityPolicySpecFluent. buildFirstAllowedHostPath()AllowedHostPathPodSecurityPolicySpecFluent. buildLastAllowedHostPath()AllowedHostPathPodSecurityPolicySpecFluent. buildMatchingAllowedHostPath(Predicate<AllowedHostPathBuilder> predicate)Methods in io.fabric8.kubernetes.api.model.extensions that return types with arguments of type AllowedHostPath Modifier and Type Method Description List<AllowedHostPath>PodSecurityPolicySpecFluent. buildAllowedHostPaths()List<AllowedHostPath>PodSecurityPolicySpec. getAllowedHostPaths()Methods in io.fabric8.kubernetes.api.model.extensions with parameters of type AllowedHostPath Modifier and Type Method Description PodSecurityPolicySpecFluent.AllowedHostPathsNested<A>PodSecurityPolicySpecFluent. addNewAllowedHostPathLike(AllowedHostPath item)APodSecurityPolicySpecFluent. addToAllowedHostPaths(int index, AllowedHostPath item)APodSecurityPolicySpecFluent. addToAllowedHostPaths(AllowedHostPath... items)protected voidAllowedHostPathFluent. copyInstance(AllowedHostPath instance)APodSecurityPolicySpecFluent. removeFromAllowedHostPaths(AllowedHostPath... items)PodSecurityPolicySpecFluent.AllowedHostPathsNested<A>PodSecurityPolicySpecFluent. setNewAllowedHostPathLike(int index, AllowedHostPath item)APodSecurityPolicySpecFluent. setToAllowedHostPaths(int index, AllowedHostPath item)APodSecurityPolicySpecFluent. withAllowedHostPaths(AllowedHostPath... allowedHostPaths)Method parameters in io.fabric8.kubernetes.api.model.extensions with type arguments of type AllowedHostPath Modifier and Type Method Description APodSecurityPolicySpecFluent. addAllToAllowedHostPaths(Collection<AllowedHostPath> items)APodSecurityPolicySpecFluent. removeAllFromAllowedHostPaths(Collection<AllowedHostPath> items)voidPodSecurityPolicySpec. setAllowedHostPaths(List<AllowedHostPath> allowedHostPaths)APodSecurityPolicySpecFluent. withAllowedHostPaths(List<AllowedHostPath> allowedHostPaths)Constructors in io.fabric8.kubernetes.api.model.extensions with parameters of type AllowedHostPath Constructor Description AllowedHostPathBuilder(AllowedHostPath instance)AllowedHostPathBuilder(AllowedHostPathFluent<?> fluent, AllowedHostPath instance)AllowedHostPathFluent(AllowedHostPath instance)
-