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 LocalPolicyTargetReferenceWithSectionNameLocalPolicyTargetReferenceWithSectionNameBuilder. build()Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1alpha2 with parameters of type LocalPolicyTargetReferenceWithSectionName Modifier and Type Method Description protected voidLocalPolicyTargetReferenceWithSectionNameFluent. 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 LocalPolicyTargetReferenceWithSectionNameBackendTLSPolicySpecFluent. buildFirstTargetRef()LocalPolicyTargetReferenceWithSectionNameBackendTLSPolicySpecFluent. buildLastTargetRef()LocalPolicyTargetReferenceWithSectionNameBackendTLSPolicySpecFluent. buildMatchingTargetRef(Predicate<LocalPolicyTargetReferenceWithSectionNameBuilder> predicate)LocalPolicyTargetReferenceWithSectionNameBackendTLSPolicySpecFluent. 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)ABackendTLSPolicySpecFluent. addToTargetRefs(int index, LocalPolicyTargetReferenceWithSectionName item)ABackendTLSPolicySpecFluent. addToTargetRefs(LocalPolicyTargetReferenceWithSectionName... items)ABackendTLSPolicySpecFluent. removeFromTargetRefs(LocalPolicyTargetReferenceWithSectionName... items)BackendTLSPolicySpecFluent.TargetRefsNested<A>BackendTLSPolicySpecFluent. setNewTargetRefLike(int index, LocalPolicyTargetReferenceWithSectionName item)ABackendTLSPolicySpecFluent. setToTargetRefs(int index, LocalPolicyTargetReferenceWithSectionName item)ABackendTLSPolicySpecFluent. withTargetRefs(LocalPolicyTargetReferenceWithSectionName... targetRefs)Method parameters in io.fabric8.kubernetes.api.model.gatewayapi.v1alpha3 with type arguments of type LocalPolicyTargetReferenceWithSectionName Modifier and Type Method Description ABackendTLSPolicySpecFluent. addAllToTargetRefs(Collection<LocalPolicyTargetReferenceWithSectionName> items)ABackendTLSPolicySpecFluent. removeAllFromTargetRefs(Collection<LocalPolicyTargetReferenceWithSectionName> items)voidBackendTLSPolicySpec. setTargetRefs(List<LocalPolicyTargetReferenceWithSectionName> targetRefs)TargetRefs identifies an API object to apply the policy to.ABackendTLSPolicySpecFluent. 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)
-