Uses of Class
io.fabric8.kubernetes.api.model.gatewayapi.v1.ObjectReference
-
Packages that use ObjectReference Package Description io.fabric8.kubernetes.api.model.gatewayapi.v1 -
-
Uses of ObjectReference in io.fabric8.kubernetes.api.model.gatewayapi.v1
Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1 that return ObjectReference Modifier and Type Method Description ObjectReferenceObjectReferenceBuilder. build()ObjectReferenceFrontendTLSValidationFluent. buildCaCertificateRef(int index)ObjectReferenceFrontendTLSValidationFluent. buildFirstCaCertificateRef()ObjectReferenceFrontendTLSValidationFluent. buildLastCaCertificateRef()ObjectReferenceFrontendTLSValidationFluent. buildMatchingCaCertificateRef(Predicate<ObjectReferenceBuilder> predicate)Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1 that return types with arguments of type ObjectReference Modifier and Type Method Description List<ObjectReference>FrontendTLSValidationFluent. buildCaCertificateRefs()List<ObjectReference>FrontendTLSValidation. getCaCertificateRefs()CACertificateRefs contains one or more references to Kubernetes objects that contain TLS certificates of the Certificate Authorities that can be used as a trust anchor to validate the certificates presented by the client.Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1 with parameters of type ObjectReference Modifier and Type Method Description FrontendTLSValidationFluent.CaCertificateRefsNested<A>FrontendTLSValidationFluent. addNewCaCertificateRefLike(ObjectReference item)AFrontendTLSValidationFluent. addToCaCertificateRefs(int index, ObjectReference item)AFrontendTLSValidationFluent. addToCaCertificateRefs(ObjectReference... items)protected voidObjectReferenceFluent. copyInstance(ObjectReference instance)AFrontendTLSValidationFluent. removeFromCaCertificateRefs(ObjectReference... items)FrontendTLSValidationFluent.CaCertificateRefsNested<A>FrontendTLSValidationFluent. setNewCaCertificateRefLike(int index, ObjectReference item)AFrontendTLSValidationFluent. setToCaCertificateRefs(int index, ObjectReference item)AFrontendTLSValidationFluent. withCaCertificateRefs(ObjectReference... caCertificateRefs)Method parameters in io.fabric8.kubernetes.api.model.gatewayapi.v1 with type arguments of type ObjectReference Modifier and Type Method Description AFrontendTLSValidationFluent. addAllToCaCertificateRefs(Collection<ObjectReference> items)AFrontendTLSValidationFluent. removeAllFromCaCertificateRefs(Collection<ObjectReference> items)voidFrontendTLSValidation. setCaCertificateRefs(List<ObjectReference> caCertificateRefs)CACertificateRefs contains one or more references to Kubernetes objects that contain TLS certificates of the Certificate Authorities that can be used as a trust anchor to validate the certificates presented by the client.AFrontendTLSValidationFluent. withCaCertificateRefs(List<ObjectReference> caCertificateRefs)Constructors in io.fabric8.kubernetes.api.model.gatewayapi.v1 with parameters of type ObjectReference Constructor Description ObjectReferenceBuilder(ObjectReference instance)ObjectReferenceBuilder(ObjectReferenceFluent<?> fluent, ObjectReference instance)ObjectReferenceFluent(ObjectReference instance)Constructor parameters in io.fabric8.kubernetes.api.model.gatewayapi.v1 with type arguments of type ObjectReference Constructor Description FrontendTLSValidation(List<ObjectReference> caCertificateRefs)
-