public interface RouteAdmissionPolicyFluent<A extends RouteAdmissionPolicyFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
String |
getNamespaceOwnership() |
String |
getWildcardPolicy() |
Boolean |
hasNamespaceOwnership() |
Boolean |
hasWildcardPolicy() |
A |
withNamespaceOwnership(String namespaceOwnership) |
A |
withNewNamespaceOwnership(String arg0)
Deprecated.
|
A |
withNewWildcardPolicy(String arg0)
Deprecated.
|
A |
withWildcardPolicy(String wildcardPolicy) |
String getNamespaceOwnership()
Boolean hasNamespaceOwnership()
@Deprecated A withNewNamespaceOwnership(String arg0)
String getWildcardPolicy()
Boolean hasWildcardPolicy()
@Deprecated A withNewWildcardPolicy(String arg0)
Copyright © 2015–2020 Red Hat. All rights reserved.