[][src]Module openshift_openapi::api::project::v1

Structs

Project

Projects are the unit of isolation and collaboration in OpenShift. A project has one or more members, a quota on the resources that the project may consume, and the security controls on the resources in the project. Within a project, members may have different roles - project administrators can set membership, editors can create and manage the resources, and viewers can see but not access running containers. In a normal cluster project administrators are not able to alter their quotas - that is restricted to cluster administrators.

ProjectRequest

ProjecRequest is the set of options necessary to fully qualify a project request

ProjectSpec

ProjectSpec describes the attributes on a Project

ProjectStatus

ProjectStatus is information about the current status of a Project

ReadProjectOptional

Optional parameters of Project::read_project

Enums

ListProjectRequestResponse

Use <ListProjectRequestResponse as Response>::try_from_parts to parse the HTTP response body of ProjectRequest::list_project_request

ReadProjectResponse

Use <ReadProjectResponse as Response>::try_from_parts to parse the HTTP response body of Project::read_project