Uses of Class
org.cdk8s.plus22.HttpIngressPathType
-
-
Uses of HttpIngressPathType in org.cdk8s.plus22
Methods in org.cdk8s.plus22 that return HttpIngressPathType Modifier and Type Method Description HttpIngressPathTypeExposeDeploymentViaIngressOptions.Jsii$Proxy. getPathType()default HttpIngressPathTypeExposeServiceViaIngressOptions. getPathType()The type of the path.HttpIngressPathTypeExposeServiceViaIngressOptions.Jsii$Proxy. getPathType()default HttpIngressPathTypeIngressRule. getPathType()Specify how the path is matched against request paths.HttpIngressPathTypeIngressRule.Jsii$Proxy. getPathType()static HttpIngressPathTypeHttpIngressPathType. valueOf(String name)Returns the enum constant of this type with the specified name.static HttpIngressPathType[]HttpIngressPathType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.cdk8s.plus22 with parameters of type HttpIngressPathType Modifier and Type Method Description voidIngress. addHostRule(String host, String path, IngressBackend backend, HttpIngressPathType pathType)Adds an ingress rule applied to requests to a specific host and a specific HTTP path (the `Host` header matches this value).voidIngress. addRule(String path, IngressBackend backend, HttpIngressPathType pathType)Adds an ingress rule applied to requests sent to a specific HTTP path.ExposeDeploymentViaIngressOptions.BuilderExposeDeploymentViaIngressOptions.Builder. pathType(HttpIngressPathType pathType)Sets the value ofExposeServiceViaIngressOptions.getPathType()ExposeServiceViaIngressOptions.BuilderExposeServiceViaIngressOptions.Builder. pathType(HttpIngressPathType pathType)Sets the value ofExposeServiceViaIngressOptions.getPathType()IngressRule.BuilderIngressRule.Builder. pathType(HttpIngressPathType pathType)Sets the value ofIngressRule.getPathType()
-