| Package | Description |
|---|---|
| io.kubernetes.client.openapi.models |
| Modifier and Type | Method and Description |
|---|---|
List<V1beta1AllowedHostPath> |
V1beta1PodSecurityPolicySpecFluent.buildAllowedHostPaths() |
List<V1beta1AllowedHostPath> |
V1beta1PodSecurityPolicySpecFluentImpl.buildAllowedHostPaths() |
List<V1beta1AllowedHostPath> |
V1beta1PodSecurityPolicySpecFluent.getAllowedHostPaths()
Deprecated.
|
List<V1beta1AllowedHostPath> |
V1beta1PodSecurityPolicySpecFluentImpl.getAllowedHostPaths()
Deprecated.
|
List<V1beta1AllowedHostPath> |
V1beta1PodSecurityPolicySpec.getAllowedHostPaths()
allowedHostPaths is an allowlist of host paths.
|
| Modifier and Type | Method and Description |
|---|---|
A |
V1beta1PodSecurityPolicySpecFluent.addAllToAllowedHostPaths(Collection<V1beta1AllowedHostPath> items) |
A |
V1beta1PodSecurityPolicySpecFluentImpl.addAllToAllowedHostPaths(Collection<V1beta1AllowedHostPath> items) |
V1beta1PodSecurityPolicySpec |
V1beta1PodSecurityPolicySpec.allowedHostPaths(List<V1beta1AllowedHostPath> allowedHostPaths) |
A |
V1beta1PodSecurityPolicySpecFluent.removeAllFromAllowedHostPaths(Collection<V1beta1AllowedHostPath> items) |
A |
V1beta1PodSecurityPolicySpecFluentImpl.removeAllFromAllowedHostPaths(Collection<V1beta1AllowedHostPath> items) |
void |
V1beta1PodSecurityPolicySpec.setAllowedHostPaths(List<V1beta1AllowedHostPath> allowedHostPaths) |
A |
V1beta1PodSecurityPolicySpecFluent.withAllowedHostPaths(List<V1beta1AllowedHostPath> allowedHostPaths) |
A |
V1beta1PodSecurityPolicySpecFluentImpl.withAllowedHostPaths(List<V1beta1AllowedHostPath> allowedHostPaths) |
| Constructor and Description |
|---|
V1beta1AllowedHostPathBuilder(V1beta1AllowedHostPath instance) |
V1beta1AllowedHostPathBuilder(V1beta1AllowedHostPath instance,
Boolean validationEnabled) |
V1beta1AllowedHostPathBuilder(V1beta1AllowedHostPathFluent<?> fluent,
V1beta1AllowedHostPath instance) |
V1beta1AllowedHostPathBuilder(V1beta1AllowedHostPathFluent<?> fluent,
V1beta1AllowedHostPath instance,
Boolean validationEnabled) |
V1beta1AllowedHostPathFluentImpl(V1beta1AllowedHostPath instance) |
Copyright © 2021. All rights reserved.