Uses of Interface
org.cdk8s.plus25.k8s.KubeIngressProps
-
Packages that use KubeIngressProps Package Description org.cdk8s.plus25.k8s -
-
Uses of KubeIngressProps in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement KubeIngressProps Modifier and Type Class Description static classKubeIngressProps.Jsii$ProxyAn implementation forKubeIngressPropsMethods in org.cdk8s.plus25.k8s that return KubeIngressProps Modifier and Type Method Description KubeIngressPropsKubeIngressProps.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus25.k8s that return types with arguments of type KubeIngressProps Modifier and Type Method Description List<KubeIngressProps>KubeIngressListProps. getItems()Items is the list of Ingress.List<KubeIngressProps>KubeIngressListProps.Jsii$Proxy. getItems()Methods in org.cdk8s.plus25.k8s with parameters of type KubeIngressProps Modifier and Type Method Description static ObjectKubeIngress. manifest(KubeIngressProps props)Renders a Kubernetes manifest for "io.k8s.api.networking.v1.Ingress".Method parameters in org.cdk8s.plus25.k8s with type arguments of type KubeIngressProps Modifier and Type Method Description KubeIngressList.BuilderKubeIngressList.Builder. items(List<? extends KubeIngressProps> items)Items is the list of Ingress.KubeIngressListProps.BuilderKubeIngressListProps.Builder. items(List<? extends KubeIngressProps> items)Sets the value ofKubeIngressListProps.getItems()Constructors in org.cdk8s.plus25.k8s with parameters of type KubeIngressProps Constructor Description KubeIngress(software.constructs.Construct scope, String id, KubeIngressProps props)Defines a "io.k8s.api.networking.v1.Ingress" API object.
-