Uses of Class
io.fabric8.openshift.api.model.config.v1.ObjectReference
-
Packages that use ObjectReference Package Description io.fabric8.openshift.api.model.config.v1 -
-
Uses of ObjectReference in io.fabric8.openshift.api.model.config.v1
Methods in io.fabric8.openshift.api.model.config.v1 that return ObjectReference Modifier and Type Method Description ObjectReferenceObjectReferenceBuilder. build()ObjectReferenceClusterOperatorStatusFluent. buildFirstRelatedObject()ObjectReferenceComponentRouteStatusFluent. buildFirstRelatedObject()ObjectReferenceClusterOperatorStatusFluent. buildLastRelatedObject()ObjectReferenceComponentRouteStatusFluent. buildLastRelatedObject()ObjectReferenceClusterOperatorStatusFluent. buildMatchingRelatedObject(Predicate<ObjectReferenceBuilder> predicate)ObjectReferenceComponentRouteStatusFluent. buildMatchingRelatedObject(Predicate<ObjectReferenceBuilder> predicate)ObjectReferenceClusterOperatorStatusFluent. buildRelatedObject(int index)ObjectReferenceComponentRouteStatusFluent. buildRelatedObject(int index)Methods in io.fabric8.openshift.api.model.config.v1 that return types with arguments of type ObjectReference Modifier and Type Method Description List<ObjectReference>ClusterOperatorStatusFluent. buildRelatedObjects()List<ObjectReference>ComponentRouteStatusFluent. buildRelatedObjects()List<ObjectReference>ClusterOperatorStatus. getRelatedObjects()relatedObjects is a list of objects that are "interesting" or related to this operator.List<ObjectReference>ComponentRouteStatus. getRelatedObjects()relatedObjects is a list of resources which are useful when debugging or inspecting how spec.componentRoutes is applied.Method parameters in io.fabric8.openshift.api.model.config.v1 with type arguments of type ObjectReference Modifier and Type Method Description AClusterOperatorStatusFluent. addAllToRelatedObjects(Collection<ObjectReference> items)AComponentRouteStatusFluent. addAllToRelatedObjects(Collection<ObjectReference> items)AClusterOperatorStatusFluent. removeAllFromRelatedObjects(Collection<ObjectReference> items)AComponentRouteStatusFluent. removeAllFromRelatedObjects(Collection<ObjectReference> items)voidClusterOperatorStatus. setRelatedObjects(List<ObjectReference> relatedObjects)relatedObjects is a list of objects that are "interesting" or related to this operator.voidComponentRouteStatus. setRelatedObjects(List<ObjectReference> relatedObjects)relatedObjects is a list of resources which are useful when debugging or inspecting how spec.componentRoutes is applied.AClusterOperatorStatusFluent. withRelatedObjects(List<ObjectReference> relatedObjects)AComponentRouteStatusFluent. withRelatedObjects(List<ObjectReference> relatedObjects)Constructors in io.fabric8.openshift.api.model.config.v1 with parameters of type ObjectReference Constructor Description ObjectReferenceBuilder(ObjectReference instance)ObjectReferenceBuilder(ObjectReferenceFluent<?> fluent, ObjectReference instance)ObjectReferenceFluent(ObjectReference instance)
-