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