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 LocalObjectReferenceLocalObjectReferenceBuilder. build()Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1 with parameters of type LocalObjectReference Modifier and Type Method Description protected voidLocalObjectReferenceFluent. 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 LocalObjectReferenceBackendTLSPolicyValidationFluent. buildCaCertificateRef(int index)LocalObjectReferenceBackendTLSPolicyValidationFluent. buildFirstCaCertificateRef()LocalObjectReferenceBackendTLSPolicyValidationFluent. buildLastCaCertificateRef()LocalObjectReferenceBackendTLSPolicyValidationFluent. 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)ABackendTLSPolicyValidationFluent. addToCaCertificateRefs(int index, LocalObjectReference item)ABackendTLSPolicyValidationFluent. addToCaCertificateRefs(LocalObjectReference... items)ABackendTLSPolicyValidationFluent. removeFromCaCertificateRefs(LocalObjectReference... items)BackendTLSPolicyValidationFluent.CaCertificateRefsNested<A>BackendTLSPolicyValidationFluent. setNewCaCertificateRefLike(int index, LocalObjectReference item)ABackendTLSPolicyValidationFluent. setToCaCertificateRefs(int index, LocalObjectReference item)ABackendTLSPolicyValidationFluent. withCaCertificateRefs(LocalObjectReference... caCertificateRefs)Method parameters in io.fabric8.kubernetes.api.model.gatewayapi.v1alpha3 with type arguments of type LocalObjectReference Modifier and Type Method Description ABackendTLSPolicyValidationFluent. addAllToCaCertificateRefs(Collection<LocalObjectReference> items)ABackendTLSPolicyValidationFluent. removeAllFromCaCertificateRefs(Collection<LocalObjectReference> items)voidBackendTLSPolicyValidation. 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.ABackendTLSPolicyValidationFluent. 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)
-