Uses of Class
io.fabric8.kubernetes.api.model.gatewayapi.v1alpha2.LocalPolicyTargetReferenceWithSectionName
-
Packages that use LocalPolicyTargetReferenceWithSectionName Package Description io.fabric8.kubernetes.api.model.gatewayapi.v1alpha2 io.fabric8.kubernetes.api.model.gatewayapi.v1alpha3 -
-
Uses of LocalPolicyTargetReferenceWithSectionName in io.fabric8.kubernetes.api.model.gatewayapi.v1alpha2
Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1alpha2 that return LocalPolicyTargetReferenceWithSectionName Modifier and Type Method Description LocalPolicyTargetReferenceWithSectionName
LocalPolicyTargetReferenceWithSectionNameBuilder. build()
Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1alpha2 with parameters of type LocalPolicyTargetReferenceWithSectionName Modifier and Type Method Description protected void
LocalPolicyTargetReferenceWithSectionNameFluent. copyInstance(LocalPolicyTargetReferenceWithSectionName instance)
Constructors in io.fabric8.kubernetes.api.model.gatewayapi.v1alpha2 with parameters of type LocalPolicyTargetReferenceWithSectionName Constructor Description LocalPolicyTargetReferenceWithSectionNameBuilder(LocalPolicyTargetReferenceWithSectionName instance)
LocalPolicyTargetReferenceWithSectionNameBuilder(LocalPolicyTargetReferenceWithSectionNameFluent<?> fluent, LocalPolicyTargetReferenceWithSectionName instance)
LocalPolicyTargetReferenceWithSectionNameFluent(LocalPolicyTargetReferenceWithSectionName instance)
-
Uses of LocalPolicyTargetReferenceWithSectionName in io.fabric8.kubernetes.api.model.gatewayapi.v1alpha3
Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1alpha3 that return LocalPolicyTargetReferenceWithSectionName Modifier and Type Method Description LocalPolicyTargetReferenceWithSectionName
BackendTLSPolicySpecFluent. buildFirstTargetRef()
LocalPolicyTargetReferenceWithSectionName
BackendTLSPolicySpecFluent. buildLastTargetRef()
LocalPolicyTargetReferenceWithSectionName
BackendTLSPolicySpecFluent. buildMatchingTargetRef(Predicate<LocalPolicyTargetReferenceWithSectionNameBuilder> predicate)
LocalPolicyTargetReferenceWithSectionName
BackendTLSPolicySpecFluent. buildTargetRef(int index)
Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1alpha3 that return types with arguments of type LocalPolicyTargetReferenceWithSectionName Modifier and Type Method Description List<LocalPolicyTargetReferenceWithSectionName>
BackendTLSPolicySpecFluent. buildTargetRefs()
List<LocalPolicyTargetReferenceWithSectionName>
BackendTLSPolicySpec. getTargetRefs()
TargetRefs identifies an API object to apply the policy to.Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1alpha3 with parameters of type LocalPolicyTargetReferenceWithSectionName Modifier and Type Method Description BackendTLSPolicySpecFluent.TargetRefsNested<A>
BackendTLSPolicySpecFluent. addNewTargetRefLike(LocalPolicyTargetReferenceWithSectionName item)
A
BackendTLSPolicySpecFluent. addToTargetRefs(int index, LocalPolicyTargetReferenceWithSectionName item)
A
BackendTLSPolicySpecFluent. addToTargetRefs(LocalPolicyTargetReferenceWithSectionName... items)
A
BackendTLSPolicySpecFluent. removeFromTargetRefs(LocalPolicyTargetReferenceWithSectionName... items)
BackendTLSPolicySpecFluent.TargetRefsNested<A>
BackendTLSPolicySpecFluent. setNewTargetRefLike(int index, LocalPolicyTargetReferenceWithSectionName item)
A
BackendTLSPolicySpecFluent. setToTargetRefs(int index, LocalPolicyTargetReferenceWithSectionName item)
A
BackendTLSPolicySpecFluent. withTargetRefs(LocalPolicyTargetReferenceWithSectionName... targetRefs)
Method parameters in io.fabric8.kubernetes.api.model.gatewayapi.v1alpha3 with type arguments of type LocalPolicyTargetReferenceWithSectionName Modifier and Type Method Description A
BackendTLSPolicySpecFluent. addAllToTargetRefs(Collection<LocalPolicyTargetReferenceWithSectionName> items)
A
BackendTLSPolicySpecFluent. removeAllFromTargetRefs(Collection<LocalPolicyTargetReferenceWithSectionName> items)
void
BackendTLSPolicySpec. setTargetRefs(List<LocalPolicyTargetReferenceWithSectionName> targetRefs)
TargetRefs identifies an API object to apply the policy to.A
BackendTLSPolicySpecFluent. withTargetRefs(List<LocalPolicyTargetReferenceWithSectionName> targetRefs)
Constructor parameters in io.fabric8.kubernetes.api.model.gatewayapi.v1alpha3 with type arguments of type LocalPolicyTargetReferenceWithSectionName Constructor Description BackendTLSPolicySpec(Map<String,String> options, List<LocalPolicyTargetReferenceWithSectionName> targetRefs, BackendTLSPolicyValidation validation)
-