Uses of Class
io.fabric8.kubernetes.api.model.gatewayapi.v1.LocalObjectReference
-
Packages that use LocalObjectReference Package Description io.fabric8.kubernetes.api.model.gatewayapi.v1 io.fabric8.kubernetes.api.model.gatewayapi.v1alpha3 -
-
Uses of LocalObjectReference in io.fabric8.kubernetes.api.model.gatewayapi.v1
Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1 that return LocalObjectReference Modifier and Type Method Description LocalObjectReference
LocalObjectReferenceBuilder. build()
Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1 with parameters of type LocalObjectReference Modifier and Type Method Description protected void
LocalObjectReferenceFluent. copyInstance(LocalObjectReference instance)
Constructors in io.fabric8.kubernetes.api.model.gatewayapi.v1 with parameters of type LocalObjectReference Constructor Description LocalObjectReferenceBuilder(LocalObjectReference instance)
LocalObjectReferenceBuilder(LocalObjectReferenceFluent<?> fluent, LocalObjectReference instance)
LocalObjectReferenceFluent(LocalObjectReference instance)
-
Uses of LocalObjectReference in io.fabric8.kubernetes.api.model.gatewayapi.v1alpha3
Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1alpha3 that return LocalObjectReference Modifier and Type Method Description LocalObjectReference
BackendTLSPolicyValidationFluent. buildCaCertificateRef(int index)
LocalObjectReference
BackendTLSPolicyValidationFluent. buildFirstCaCertificateRef()
LocalObjectReference
BackendTLSPolicyValidationFluent. buildLastCaCertificateRef()
LocalObjectReference
BackendTLSPolicyValidationFluent. buildMatchingCaCertificateRef(Predicate<LocalObjectReferenceBuilder> predicate)
Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1alpha3 that return types with arguments of type LocalObjectReference Modifier and Type Method Description List<LocalObjectReference>
BackendTLSPolicyValidationFluent. buildCaCertificateRefs()
List<LocalObjectReference>
BackendTLSPolicyValidation. getCaCertificateRefs()
CACertificateRefs contains one or more references to Kubernetes objects that contain a PEM-encoded TLS CA certificate bundle, which is used to validate a TLS handshake between the Gateway and backend Pod.Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1alpha3 with parameters of type LocalObjectReference Modifier and Type Method Description BackendTLSPolicyValidationFluent.CaCertificateRefsNested<A>
BackendTLSPolicyValidationFluent. addNewCaCertificateRefLike(LocalObjectReference item)
A
BackendTLSPolicyValidationFluent. addToCaCertificateRefs(int index, LocalObjectReference item)
A
BackendTLSPolicyValidationFluent. addToCaCertificateRefs(LocalObjectReference... items)
A
BackendTLSPolicyValidationFluent. removeFromCaCertificateRefs(LocalObjectReference... items)
BackendTLSPolicyValidationFluent.CaCertificateRefsNested<A>
BackendTLSPolicyValidationFluent. setNewCaCertificateRefLike(int index, LocalObjectReference item)
A
BackendTLSPolicyValidationFluent. setToCaCertificateRefs(int index, LocalObjectReference item)
A
BackendTLSPolicyValidationFluent. withCaCertificateRefs(LocalObjectReference... caCertificateRefs)
Method parameters in io.fabric8.kubernetes.api.model.gatewayapi.v1alpha3 with type arguments of type LocalObjectReference Modifier and Type Method Description A
BackendTLSPolicyValidationFluent. addAllToCaCertificateRefs(Collection<LocalObjectReference> items)
A
BackendTLSPolicyValidationFluent. removeAllFromCaCertificateRefs(Collection<LocalObjectReference> items)
void
BackendTLSPolicyValidation. setCaCertificateRefs(List<LocalObjectReference> caCertificateRefs)
CACertificateRefs contains one or more references to Kubernetes objects that contain a PEM-encoded TLS CA certificate bundle, which is used to validate a TLS handshake between the Gateway and backend Pod.A
BackendTLSPolicyValidationFluent. withCaCertificateRefs(List<LocalObjectReference> caCertificateRefs)
Constructor parameters in io.fabric8.kubernetes.api.model.gatewayapi.v1alpha3 with type arguments of type LocalObjectReference Constructor Description BackendTLSPolicyValidation(List<LocalObjectReference> caCertificateRefs, String hostname, List<SubjectAltName> subjectAltNames, String wellKnownCACertificates)
-