Uses of Class
io.fabric8.kubernetes.api.model.policy.AllowedHostPath
| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model.policy |
-
Uses of AllowedHostPath in io.fabric8.kubernetes.api.model.policy
Methods in io.fabric8.kubernetes.api.model.policy that return AllowedHostPath Modifier and Type Method Description AllowedHostPathAllowedHostPathBuilder. build()AllowedHostPathPodSecurityPolicySpecFluent. buildAllowedHostPath(int index)AllowedHostPathPodSecurityPolicySpecFluentImpl. buildAllowedHostPath(int index)AllowedHostPathPodSecurityPolicySpecFluent. buildFirstAllowedHostPath()AllowedHostPathPodSecurityPolicySpecFluentImpl. buildFirstAllowedHostPath()AllowedHostPathPodSecurityPolicySpecFluent. buildLastAllowedHostPath()AllowedHostPathPodSecurityPolicySpecFluentImpl. buildLastAllowedHostPath()AllowedHostPathPodSecurityPolicySpecFluent. buildMatchingAllowedHostPath(io.fabric8.kubernetes.api.builder.Predicate<AllowedHostPathBuilder> predicate)AllowedHostPathPodSecurityPolicySpecFluentImpl. buildMatchingAllowedHostPath(io.fabric8.kubernetes.api.builder.Predicate<AllowedHostPathBuilder> predicate)AllowedHostPathDoneableAllowedHostPath. done()Methods in io.fabric8.kubernetes.api.model.policy that return types with arguments of type AllowedHostPath Modifier and Type Method Description List<AllowedHostPath>PodSecurityPolicySpecFluent. buildAllowedHostPaths()List<AllowedHostPath>PodSecurityPolicySpecFluentImpl. buildAllowedHostPaths()List<AllowedHostPath>PodSecurityPolicySpec. getAllowedHostPaths()List<AllowedHostPath>PodSecurityPolicySpecFluent. getAllowedHostPaths()Deprecated.List<AllowedHostPath>PodSecurityPolicySpecFluentImpl. getAllowedHostPaths()Deprecated.Method parameters in io.fabric8.kubernetes.api.model.policy with type arguments of type AllowedHostPath Modifier and Type Method Description APodSecurityPolicySpecFluent. addAllToAllowedHostPaths(Collection<AllowedHostPath> items)APodSecurityPolicySpecFluentImpl. addAllToAllowedHostPaths(Collection<AllowedHostPath> items)APodSecurityPolicySpecFluent. removeAllFromAllowedHostPaths(Collection<AllowedHostPath> items)APodSecurityPolicySpecFluentImpl. removeAllFromAllowedHostPaths(Collection<AllowedHostPath> items)voidPodSecurityPolicySpec. setAllowedHostPaths(List<AllowedHostPath> allowedHostPaths)APodSecurityPolicySpecFluent. withAllowedHostPaths(List<AllowedHostPath> allowedHostPaths)APodSecurityPolicySpecFluentImpl. withAllowedHostPaths(List<AllowedHostPath> allowedHostPaths)Constructors in io.fabric8.kubernetes.api.model.policy with parameters of type AllowedHostPath Constructor Description AllowedHostPathBuilder(AllowedHostPath instance)AllowedHostPathBuilder(AllowedHostPathFluent<?> fluent, AllowedHostPath instance)AllowedHostPathBuilder(AllowedHostPathFluent<?> fluent, AllowedHostPath instance, Boolean validationEnabled)AllowedHostPathBuilder(AllowedHostPath instance, Boolean validationEnabled)AllowedHostPathFluentImpl(AllowedHostPath instance)DoneableAllowedHostPath(AllowedHostPath item)DoneableAllowedHostPath(AllowedHostPath item, io.fabric8.kubernetes.api.builder.Function<AllowedHostPath,AllowedHostPath> function)Constructor parameters in io.fabric8.kubernetes.api.model.policy with type arguments of type AllowedHostPath Constructor Description DoneableAllowedHostPath(io.fabric8.kubernetes.api.builder.Function<AllowedHostPath,AllowedHostPath> function)DoneableAllowedHostPath(io.fabric8.kubernetes.api.builder.Function<AllowedHostPath,AllowedHostPath> function)DoneableAllowedHostPath(AllowedHostPath item, io.fabric8.kubernetes.api.builder.Function<AllowedHostPath,AllowedHostPath> function)DoneableAllowedHostPath(AllowedHostPath item, io.fabric8.kubernetes.api.builder.Function<AllowedHostPath,AllowedHostPath> function)