Uses of Class
io.fabric8.openclustermanagement.api.model.policy.v1beta1.ClusterEvent
-
Packages that use ClusterEvent Package Description io.fabric8.openclustermanagement.api.model.policy.v1beta1 -
-
Uses of ClusterEvent in io.fabric8.openclustermanagement.api.model.policy.v1beta1
Methods in io.fabric8.openclustermanagement.api.model.policy.v1beta1 that return ClusterEvent Modifier and Type Method Description ClusterEventClusterEventBuilder. build()Methods in io.fabric8.openclustermanagement.api.model.policy.v1beta1 that return types with arguments of type ClusterEvent Modifier and Type Method Description Map<String,ClusterEvent>PolicyAutomationStatus. getClustersWithEvent()Map<String,ClusterEvent>PolicyAutomationStatusFluent. getClustersWithEvent()Methods in io.fabric8.openclustermanagement.api.model.policy.v1beta1 with parameters of type ClusterEvent Modifier and Type Method Description APolicyAutomationStatusFluent. addToClustersWithEvent(String key, ClusterEvent value)protected voidClusterEventFluent. copyInstance(ClusterEvent instance)Method parameters in io.fabric8.openclustermanagement.api.model.policy.v1beta1 with type arguments of type ClusterEvent Modifier and Type Method Description APolicyAutomationStatusFluent. addToClustersWithEvent(Map<String,ClusterEvent> map)APolicyAutomationStatusFluent. removeFromClustersWithEvent(Map<String,ClusterEvent> map)voidPolicyAutomationStatus. setClustersWithEvent(Map<String,ClusterEvent> clustersWithEvent)<K,V>
APolicyAutomationStatusFluent. withClustersWithEvent(Map<String,ClusterEvent> clustersWithEvent)Constructors in io.fabric8.openclustermanagement.api.model.policy.v1beta1 with parameters of type ClusterEvent Constructor Description ClusterEventBuilder(ClusterEvent instance)ClusterEventBuilder(ClusterEventFluent<?> fluent, ClusterEvent instance)ClusterEventFluent(ClusterEvent instance)Constructor parameters in io.fabric8.openclustermanagement.api.model.policy.v1beta1 with type arguments of type ClusterEvent Constructor Description PolicyAutomationStatus(Map<String,ClusterEvent> clustersWithEvent)
-