Uses of Interface
org.cdk8s.plus24.k8s.KubeDaemonSetListProps
-
Packages that use KubeDaemonSetListProps Package Description org.cdk8s.plus24.k8s -
-
Uses of KubeDaemonSetListProps in org.cdk8s.plus24.k8s
Classes in org.cdk8s.plus24.k8s that implement KubeDaemonSetListProps Modifier and Type Class Description static class
KubeDaemonSetListProps.Jsii$Proxy
An implementation forKubeDaemonSetListProps
Methods in org.cdk8s.plus24.k8s that return KubeDaemonSetListProps Modifier and Type Method Description KubeDaemonSetListProps
KubeDaemonSetListProps.Builder. build()
Builds the configured instance.Methods in org.cdk8s.plus24.k8s with parameters of type KubeDaemonSetListProps Modifier and Type Method Description static Object
KubeDaemonSetList. manifest(KubeDaemonSetListProps props)
Renders a Kubernetes manifest for "io.k8s.api.apps.v1.DaemonSetList".Constructors in org.cdk8s.plus24.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.
-