Uses of Interface
org.cdk8s.plus25.k8s.KubePriorityClassProps
-
Packages that use KubePriorityClassProps Package Description org.cdk8s.plus25.k8s -
-
Uses of KubePriorityClassProps in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement KubePriorityClassProps Modifier and Type Class Description static classKubePriorityClassProps.Jsii$ProxyAn implementation forKubePriorityClassPropsMethods in org.cdk8s.plus25.k8s that return KubePriorityClassProps Modifier and Type Method Description KubePriorityClassPropsKubePriorityClassProps.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus25.k8s that return types with arguments of type KubePriorityClassProps Modifier and Type Method Description List<KubePriorityClassProps>KubePriorityClassListProps. getItems()items is the list of PriorityClasses.List<KubePriorityClassProps>KubePriorityClassListProps.Jsii$Proxy. getItems()Methods in org.cdk8s.plus25.k8s with parameters of type KubePriorityClassProps Modifier and Type Method Description static ObjectKubePriorityClass. manifest(KubePriorityClassProps props)Renders a Kubernetes manifest for "io.k8s.api.scheduling.v1.PriorityClass".Method parameters in org.cdk8s.plus25.k8s with type arguments of type KubePriorityClassProps Modifier and Type Method Description KubePriorityClassList.BuilderKubePriorityClassList.Builder. items(List<? extends KubePriorityClassProps> items)items is the list of PriorityClasses.KubePriorityClassListProps.BuilderKubePriorityClassListProps.Builder. items(List<? extends KubePriorityClassProps> items)Sets the value ofKubePriorityClassListProps.getItems()Constructors in org.cdk8s.plus25.k8s with parameters of type KubePriorityClassProps Constructor Description KubePriorityClass(software.constructs.Construct scope, String id, KubePriorityClassProps props)Defines a "io.k8s.api.scheduling.v1.PriorityClass" API object.
-