Uses of Class
io.fabric8.openshift.api.model.ProjectSpec
-
Packages that use ProjectSpec Package Description io.fabric8.openshift.api.model -
-
Uses of ProjectSpec in io.fabric8.openshift.api.model
Methods in io.fabric8.openshift.api.model that return ProjectSpec Modifier and Type Method Description ProjectSpecProjectSpecBuilder. build()ProjectSpecProjectFluent. buildSpec()ProjectSpecProject. getSpec()Projects are the unit of isolation and collaboration in OpenShift.Methods in io.fabric8.openshift.api.model with parameters of type ProjectSpec Modifier and Type Method Description protected voidProjectSpecFluent. copyInstance(ProjectSpec instance)ProjectFluent.SpecNested<A>ProjectFluent. editOrNewSpecLike(ProjectSpec item)voidProject. setSpec(ProjectSpec spec)Projects are the unit of isolation and collaboration in OpenShift.ProjectFluent.SpecNested<A>ProjectFluent. withNewSpecLike(ProjectSpec item)AProjectFluent. withSpec(ProjectSpec spec)Constructors in io.fabric8.openshift.api.model with parameters of type ProjectSpec Constructor Description Project(String apiVersion, String kind, io.fabric8.kubernetes.api.model.ObjectMeta metadata, ProjectSpec spec, ProjectStatus status)ProjectSpecBuilder(ProjectSpec instance)ProjectSpecBuilder(ProjectSpecFluent<?> fluent, ProjectSpec instance)ProjectSpecFluent(ProjectSpec instance)
-