Uses of Interface
org.cdk8s.plus25.k8s.IngressSpec
-
Packages that use IngressSpec Package Description org.cdk8s.plus25.k8s -
-
Uses of IngressSpec in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement IngressSpec Modifier and Type Class Description static classIngressSpec.Jsii$ProxyAn implementation forIngressSpecMethods in org.cdk8s.plus25.k8s that return IngressSpec Modifier and Type Method Description IngressSpecIngressSpec.Builder. build()Builds the configured instance.default IngressSpecKubeIngressProps. getSpec()Spec is the desired state of the Ingress.IngressSpecKubeIngressProps.Jsii$Proxy. getSpec()Methods in org.cdk8s.plus25.k8s with parameters of type IngressSpec Modifier and Type Method Description KubeIngress.BuilderKubeIngress.Builder. spec(IngressSpec spec)Spec is the desired state of the Ingress.KubeIngressProps.BuilderKubeIngressProps.Builder. spec(IngressSpec spec)Sets the value ofKubeIngressProps.getSpec()
-