Uses of Interface
org.cdk8s.plus25.k8s.ComponentCondition
-
Packages that use ComponentCondition Package Description org.cdk8s.plus25.k8s -
-
Uses of ComponentCondition in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement ComponentCondition Modifier and Type Class Description static classComponentCondition.Jsii$ProxyAn implementation forComponentConditionMethods in org.cdk8s.plus25.k8s that return ComponentCondition Modifier and Type Method Description ComponentConditionComponentCondition.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus25.k8s that return types with arguments of type ComponentCondition Modifier and Type Method Description default List<ComponentCondition>KubeComponentStatusProps. getConditions()List of component conditions observed.List<ComponentCondition>KubeComponentStatusProps.Jsii$Proxy. getConditions()Method parameters in org.cdk8s.plus25.k8s with type arguments of type ComponentCondition Modifier and Type Method Description KubeComponentStatus.BuilderKubeComponentStatus.Builder. conditions(List<? extends ComponentCondition> conditions)List of component conditions observed.KubeComponentStatusProps.BuilderKubeComponentStatusProps.Builder. conditions(List<? extends ComponentCondition> conditions)Sets the value ofKubeComponentStatusProps.getConditions()
-