Uses of Class
io.fabric8.openshift.api.model.config.v1.ProjectStatus
-
Packages that use ProjectStatus Package Description io.fabric8.openshift.api.model.config.v1 -
-
Uses of ProjectStatus in io.fabric8.openshift.api.model.config.v1
Methods in io.fabric8.openshift.api.model.config.v1 that return ProjectStatus Modifier and Type Method Description ProjectStatusProjectStatusBuilder. build()ProjectStatusProjectFluent. buildStatus()ProjectStatusProject. getStatus()Project holds cluster-wide information about Project.Methods in io.fabric8.openshift.api.model.config.v1 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)Project holds cluster-wide information about Project.ProjectFluent.StatusNested<A>ProjectFluent. withNewStatusLike(ProjectStatus item)AProjectFluent. withStatus(ProjectStatus status)Constructors in io.fabric8.openshift.api.model.config.v1 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)
-