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 V1Route
V1Route. apiVersion(java.lang.String apiVersion)
V1Route
V1Route. kind(java.lang.String kind)
V1Route
V1Route. 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 V1RouteList
V1RouteList. addItemsItem(V1Route itemsItem)
Method parameters in openshift.io with type arguments of type V1Route Modifier and Type Method Description V1RouteList
V1RouteList. items(java.util.List<V1Route> items)
void
V1RouteList. setItems(java.util.List<V1Route> items)
-