Uses of Interface
org.cdk8s.plus25.k8s.IngressClassSpec
-
Packages that use IngressClassSpec Package Description org.cdk8s.plus25.k8s -
-
Uses of IngressClassSpec in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement IngressClassSpec Modifier and Type Class Description static classIngressClassSpec.Jsii$ProxyAn implementation forIngressClassSpecMethods in org.cdk8s.plus25.k8s that return IngressClassSpec Modifier and Type Method Description IngressClassSpecIngressClassSpec.Builder. build()Builds the configured instance.default IngressClassSpecKubeIngressClassProps. getSpec()Spec is the desired state of the IngressClass.IngressClassSpecKubeIngressClassProps.Jsii$Proxy. getSpec()Methods in org.cdk8s.plus25.k8s with parameters of type IngressClassSpec Modifier and Type Method Description KubeIngressClass.BuilderKubeIngressClass.Builder. spec(IngressClassSpec spec)Spec is the desired state of the IngressClass.KubeIngressClassProps.BuilderKubeIngressClassProps.Builder. spec(IngressClassSpec spec)Sets the value ofKubeIngressClassProps.getSpec()
-