Uses of Interface
org.cdk8s.plus25.k8s.KubeIngressListProps
-
Packages that use KubeIngressListProps Package Description org.cdk8s.plus25.k8s -
-
Uses of KubeIngressListProps in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement KubeIngressListProps Modifier and Type Class Description static classKubeIngressListProps.Jsii$ProxyAn implementation forKubeIngressListPropsMethods in org.cdk8s.plus25.k8s that return KubeIngressListProps Modifier and Type Method Description KubeIngressListPropsKubeIngressListProps.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus25.k8s with parameters of type KubeIngressListProps Modifier and Type Method Description static ObjectKubeIngressList. manifest(KubeIngressListProps props)Renders a Kubernetes manifest for "io.k8s.api.networking.v1.IngressList".Constructors in org.cdk8s.plus25.k8s with parameters of type KubeIngressListProps Constructor Description KubeIngressList(software.constructs.Construct scope, String id, KubeIngressListProps props)Defines a "io.k8s.api.networking.v1.IngressList" API object.
-