Uses of Class
openshift.io.V1Route
-
Packages that use V1Route Package Description openshift.io -
-
Uses of V1Route in openshift.io
Methods in openshift.io that return V1Route Modifier and Type Method Description V1RouteV1Route. apiVersion(java.lang.String apiVersion)V1RouteV1Route. kind(java.lang.String kind)V1RouteV1Route. metadata(io.kubernetes.client.models.V1ObjectMeta metadata)Methods in openshift.io that return types with arguments of type V1Route Modifier and Type Method Description java.util.List<V1Route>V1RouteList. getItems()Get itemsMethods in openshift.io with parameters of type V1Route Modifier and Type Method Description V1RouteListV1RouteList. addItemsItem(V1Route itemsItem)Method parameters in openshift.io with type arguments of type V1Route Modifier and Type Method Description V1RouteListV1RouteList. items(java.util.List<V1Route> items)voidV1RouteList. setItems(java.util.List<V1Route> items)
-