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 ObjectReference
ObjectReferenceBuilder. build()
ObjectReference
FrontendTLSValidationFluent. buildCaCertificateRef(int index)
ObjectReference
FrontendTLSValidationFluent. buildFirstCaCertificateRef()
ObjectReference
FrontendTLSValidationFluent. buildLastCaCertificateRef()
ObjectReference
FrontendTLSValidationFluent. 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)
A
FrontendTLSValidationFluent. addToCaCertificateRefs(int index, ObjectReference item)
A
FrontendTLSValidationFluent. addToCaCertificateRefs(ObjectReference... items)
protected void
ObjectReferenceFluent. copyInstance(ObjectReference instance)
A
FrontendTLSValidationFluent. removeFromCaCertificateRefs(ObjectReference... items)
FrontendTLSValidationFluent.CaCertificateRefsNested<A>
FrontendTLSValidationFluent. setNewCaCertificateRefLike(int index, ObjectReference item)
A
FrontendTLSValidationFluent. setToCaCertificateRefs(int index, ObjectReference item)
A
FrontendTLSValidationFluent. withCaCertificateRefs(ObjectReference... caCertificateRefs)
Method parameters in io.fabric8.kubernetes.api.model.gatewayapi.v1 with type arguments of type ObjectReference Modifier and Type Method Description A
FrontendTLSValidationFluent. addAllToCaCertificateRefs(Collection<ObjectReference> items)
A
FrontendTLSValidationFluent. removeAllFromCaCertificateRefs(Collection<ObjectReference> items)
void
FrontendTLSValidation. 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.A
FrontendTLSValidationFluent. 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)
-