Uses of Class
io.fabric8.kubernetes.api.model.gatewayapi.v1alpha2.NamespacedPolicyTargetReference
-
Packages that use NamespacedPolicyTargetReference Package Description io.fabric8.kubernetes.api.model.gatewayapi.v1alpha2 -
-
Uses of NamespacedPolicyTargetReference in io.fabric8.kubernetes.api.model.gatewayapi.v1alpha2
Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1alpha2 that return NamespacedPolicyTargetReference Modifier and Type Method Description NamespacedPolicyTargetReference
NamespacedPolicyTargetReferenceBuilder. build()
Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1alpha2 with parameters of type NamespacedPolicyTargetReference Modifier and Type Method Description protected void
NamespacedPolicyTargetReferenceFluent. copyInstance(NamespacedPolicyTargetReference instance)
Constructors in io.fabric8.kubernetes.api.model.gatewayapi.v1alpha2 with parameters of type NamespacedPolicyTargetReference Constructor Description NamespacedPolicyTargetReferenceBuilder(NamespacedPolicyTargetReference instance)
NamespacedPolicyTargetReferenceBuilder(NamespacedPolicyTargetReferenceFluent<?> fluent, NamespacedPolicyTargetReference instance)
NamespacedPolicyTargetReferenceFluent(NamespacedPolicyTargetReference instance)
-