Uses of Interface
org.cdk8s.plus25.k8s.KubeDaemonSetListProps
-
Packages that use KubeDaemonSetListProps Package Description org.cdk8s.plus25.k8s -
-
Uses of KubeDaemonSetListProps in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement KubeDaemonSetListProps Modifier and Type Class Description static classKubeDaemonSetListProps.Jsii$ProxyAn implementation forKubeDaemonSetListPropsMethods in org.cdk8s.plus25.k8s that return KubeDaemonSetListProps Modifier and Type Method Description KubeDaemonSetListPropsKubeDaemonSetListProps.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus25.k8s with parameters of type KubeDaemonSetListProps Modifier and Type Method Description static ObjectKubeDaemonSetList. manifest(KubeDaemonSetListProps props)Renders a Kubernetes manifest for "io.k8s.api.apps.v1.DaemonSetList".Constructors in org.cdk8s.plus25.k8s with parameters of type KubeDaemonSetListProps Constructor Description KubeDaemonSetList(software.constructs.Construct scope, String id, KubeDaemonSetListProps props)Defines a "io.k8s.api.apps.v1.DaemonSetList" API object.
-