Uses of Class
io.fabric8.kubernetes.api.model.gatewayapi.v1.LocalPolicyTargetReferenceWithSectionName
-
Packages that use LocalPolicyTargetReferenceWithSectionName Package Description io.fabric8.kubernetes.api.model.gatewayapi.v1 -
-
Uses of LocalPolicyTargetReferenceWithSectionName in io.fabric8.kubernetes.api.model.gatewayapi.v1
Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1 that return LocalPolicyTargetReferenceWithSectionName Modifier and Type Method Description LocalPolicyTargetReferenceWithSectionNameLocalPolicyTargetReferenceWithSectionNameBuilder. build()LocalPolicyTargetReferenceWithSectionNameBackendTLSPolicySpecFluent. buildFirstTargetRef()LocalPolicyTargetReferenceWithSectionNameBackendTLSPolicySpecFluent. buildLastTargetRef()LocalPolicyTargetReferenceWithSectionNameBackendTLSPolicySpecFluent. buildMatchingTargetRef(Predicate<LocalPolicyTargetReferenceWithSectionNameBuilder> predicate)LocalPolicyTargetReferenceWithSectionNameBackendTLSPolicySpecFluent. buildTargetRef(int index)Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1 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.Method parameters in io.fabric8.kubernetes.api.model.gatewayapi.v1 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)Constructors in io.fabric8.kubernetes.api.model.gatewayapi.v1 with parameters of type LocalPolicyTargetReferenceWithSectionName Constructor Description LocalPolicyTargetReferenceWithSectionNameBuilder(LocalPolicyTargetReferenceWithSectionName instance)LocalPolicyTargetReferenceWithSectionNameBuilder(LocalPolicyTargetReferenceWithSectionNameFluent<?> fluent, LocalPolicyTargetReferenceWithSectionName instance)LocalPolicyTargetReferenceWithSectionNameFluent(LocalPolicyTargetReferenceWithSectionName instance)Constructor parameters in io.fabric8.kubernetes.api.model.gatewayapi.v1 with type arguments of type LocalPolicyTargetReferenceWithSectionName Constructor Description BackendTLSPolicySpec(Map<String,String> options, List<LocalPolicyTargetReferenceWithSectionName> targetRefs, BackendTLSPolicyValidation validation)
-