Uses of Interface
org.cdk8s.plus25.k8s.KubeComponentStatusProps
-
Packages that use KubeComponentStatusProps Package Description org.cdk8s.plus25.k8s -
-
Uses of KubeComponentStatusProps in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement KubeComponentStatusProps Modifier and Type Class Description static classKubeComponentStatusProps.Jsii$ProxyAn implementation forKubeComponentStatusPropsMethods in org.cdk8s.plus25.k8s that return KubeComponentStatusProps Modifier and Type Method Description KubeComponentStatusPropsKubeComponentStatusProps.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus25.k8s that return types with arguments of type KubeComponentStatusProps Modifier and Type Method Description List<KubeComponentStatusProps>KubeComponentStatusListProps. getItems()List of ComponentStatus objects.List<KubeComponentStatusProps>KubeComponentStatusListProps.Jsii$Proxy. getItems()Methods in org.cdk8s.plus25.k8s with parameters of type KubeComponentStatusProps Modifier and Type Method Description static ObjectKubeComponentStatus. manifest(KubeComponentStatusProps props)Renders a Kubernetes manifest for "io.k8s.api.core.v1.ComponentStatus".Method parameters in org.cdk8s.plus25.k8s with type arguments of type KubeComponentStatusProps Modifier and Type Method Description KubeComponentStatusList.BuilderKubeComponentStatusList.Builder. items(List<? extends KubeComponentStatusProps> items)List of ComponentStatus objects.KubeComponentStatusListProps.BuilderKubeComponentStatusListProps.Builder. items(List<? extends KubeComponentStatusProps> items)Sets the value ofKubeComponentStatusListProps.getItems()Constructors in org.cdk8s.plus25.k8s with parameters of type KubeComponentStatusProps Constructor Description KubeComponentStatus(software.constructs.Construct scope, String id, KubeComponentStatusProps props)Defines a "io.k8s.api.core.v1.ComponentStatus" API object.
-