Uses of Class
io.fabric8.openshift.api.model.ProjectStatus
-
Packages that use ProjectStatus Package Description io.fabric8.openshift.api.model -
-
Uses of ProjectStatus in io.fabric8.openshift.api.model
Methods in io.fabric8.openshift.api.model that return ProjectStatus Modifier and Type Method Description ProjectStatusProjectStatusBuilder. build()ProjectStatusProjectFluent. buildStatus()ProjectStatusProject. getStatus()Projects are the unit of isolation and collaboration in OpenShift.Methods in io.fabric8.openshift.api.model with parameters of type ProjectStatus Modifier and Type Method Description protected voidProjectStatusFluent. copyInstance(ProjectStatus instance)ProjectFluent.StatusNested<A>ProjectFluent. editOrNewStatusLike(ProjectStatus item)voidProject. setStatus(ProjectStatus status)Projects are the unit of isolation and collaboration in OpenShift.ProjectFluent.StatusNested<A>ProjectFluent. withNewStatusLike(ProjectStatus item)AProjectFluent. withStatus(ProjectStatus status)Constructors in io.fabric8.openshift.api.model with parameters of type ProjectStatus Constructor Description Project(String apiVersion, String kind, io.fabric8.kubernetes.api.model.ObjectMeta metadata, ProjectSpec spec, ProjectStatus status)ProjectStatusBuilder(ProjectStatus instance)ProjectStatusBuilder(ProjectStatusFluent<?> fluent, ProjectStatus instance)ProjectStatusFluent(ProjectStatus instance)
-