Uses of Interface
org.cdk8s.plus24.k8s.KubeIngressClassProps
-
Packages that use KubeIngressClassProps Package Description org.cdk8s.plus24.k8s -
-
Uses of KubeIngressClassProps in org.cdk8s.plus24.k8s
Classes in org.cdk8s.plus24.k8s that implement KubeIngressClassProps Modifier and Type Class Description static class
KubeIngressClassProps.Jsii$Proxy
An implementation forKubeIngressClassProps
Methods in org.cdk8s.plus24.k8s that return KubeIngressClassProps Modifier and Type Method Description KubeIngressClassProps
KubeIngressClassProps.Builder. build()
Builds the configured instance.Methods in org.cdk8s.plus24.k8s that return types with arguments of type KubeIngressClassProps Modifier and Type Method Description List<KubeIngressClassProps>
KubeIngressClassListProps. getItems()
Items is the list of IngressClasses.List<KubeIngressClassProps>
KubeIngressClassListProps.Jsii$Proxy. getItems()
Methods in org.cdk8s.plus24.k8s with parameters of type KubeIngressClassProps Modifier and Type Method Description static Object
KubeIngressClass. manifest(KubeIngressClassProps props)
Renders a Kubernetes manifest for "io.k8s.api.networking.v1.IngressClass".Method parameters in org.cdk8s.plus24.k8s with type arguments of type KubeIngressClassProps Modifier and Type Method Description KubeIngressClassList.Builder
KubeIngressClassList.Builder. items(List<? extends KubeIngressClassProps> items)
Items is the list of IngressClasses.KubeIngressClassListProps.Builder
KubeIngressClassListProps.Builder. items(List<? extends KubeIngressClassProps> items)
Sets the value ofKubeIngressClassListProps.getItems()
Constructors in org.cdk8s.plus24.k8s with parameters of type KubeIngressClassProps Constructor Description KubeIngressClass(software.constructs.Construct scope, String id, KubeIngressClassProps props)
Defines a "io.k8s.api.networking.v1.IngressClass" API object.
-