Uses of Interface
org.cdk8s.plus25.k8s.KubeIngressClassProps
-
Packages that use KubeIngressClassProps Package Description org.cdk8s.plus25.k8s -
-
Uses of KubeIngressClassProps in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement KubeIngressClassProps Modifier and Type Class Description static classKubeIngressClassProps.Jsii$ProxyAn implementation forKubeIngressClassPropsMethods in org.cdk8s.plus25.k8s that return KubeIngressClassProps Modifier and Type Method Description KubeIngressClassPropsKubeIngressClassProps.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus25.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.plus25.k8s with parameters of type KubeIngressClassProps Modifier and Type Method Description static ObjectKubeIngressClass. manifest(KubeIngressClassProps props)Renders a Kubernetes manifest for "io.k8s.api.networking.v1.IngressClass".Method parameters in org.cdk8s.plus25.k8s with type arguments of type KubeIngressClassProps Modifier and Type Method Description KubeIngressClassList.BuilderKubeIngressClassList.Builder. items(List<? extends KubeIngressClassProps> items)Items is the list of IngressClasses.KubeIngressClassListProps.BuilderKubeIngressClassListProps.Builder. items(List<? extends KubeIngressClassProps> items)Sets the value ofKubeIngressClassListProps.getItems()Constructors in org.cdk8s.plus25.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.
-