Uses of Interface
org.cdk8s.plus25.k8s.KubeDaemonSetProps
-
Packages that use KubeDaemonSetProps Package Description org.cdk8s.plus25.k8s -
-
Uses of KubeDaemonSetProps in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement KubeDaemonSetProps Modifier and Type Class Description static classKubeDaemonSetProps.Jsii$ProxyAn implementation forKubeDaemonSetPropsMethods in org.cdk8s.plus25.k8s that return KubeDaemonSetProps Modifier and Type Method Description KubeDaemonSetPropsKubeDaemonSetProps.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus25.k8s that return types with arguments of type KubeDaemonSetProps Modifier and Type Method Description List<KubeDaemonSetProps>KubeDaemonSetListProps. getItems()A list of daemon sets.List<KubeDaemonSetProps>KubeDaemonSetListProps.Jsii$Proxy. getItems()Methods in org.cdk8s.plus25.k8s with parameters of type KubeDaemonSetProps Modifier and Type Method Description static ObjectKubeDaemonSet. manifest(KubeDaemonSetProps props)Renders a Kubernetes manifest for "io.k8s.api.apps.v1.DaemonSet".Method parameters in org.cdk8s.plus25.k8s with type arguments of type KubeDaemonSetProps Modifier and Type Method Description KubeDaemonSetList.BuilderKubeDaemonSetList.Builder. items(List<? extends KubeDaemonSetProps> items)A list of daemon sets.KubeDaemonSetListProps.BuilderKubeDaemonSetListProps.Builder. items(List<? extends KubeDaemonSetProps> items)Sets the value ofKubeDaemonSetListProps.getItems()Constructors in org.cdk8s.plus25.k8s with parameters of type KubeDaemonSetProps Constructor Description KubeDaemonSet(software.constructs.Construct scope, String id, KubeDaemonSetProps props)Defines a "io.k8s.api.apps.v1.DaemonSet" API object.
-