Uses of Class
io.fabric8.kubernetes.api.model.policy.v1beta1.AllowedHostPath
-
Packages that use AllowedHostPath Package Description io.fabric8.kubernetes.api.model.policy.v1beta1 -
-
Uses of AllowedHostPath in io.fabric8.kubernetes.api.model.policy.v1beta1
Methods in io.fabric8.kubernetes.api.model.policy.v1beta1 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.policy.v1beta1 that return types with arguments of type AllowedHostPath Modifier and Type Method Description List<AllowedHostPath>PodSecurityPolicySpecFluent. buildAllowedHostPaths()List<AllowedHostPath>PodSecurityPolicySpec. getAllowedHostPaths()allowedHostPaths is an allowlist of host paths.Methods in io.fabric8.kubernetes.api.model.policy.v1beta1 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.policy.v1beta1 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)allowedHostPaths is an allowlist of host paths.APodSecurityPolicySpecFluent. withAllowedHostPaths(List<AllowedHostPath> allowedHostPaths)Constructors in io.fabric8.kubernetes.api.model.policy.v1beta1 with parameters of type AllowedHostPath Constructor Description AllowedHostPathBuilder(AllowedHostPath instance)AllowedHostPathBuilder(AllowedHostPathFluent<?> fluent, AllowedHostPath instance)AllowedHostPathFluent(AllowedHostPath instance)
-