Documentation ¶
Overview ¶
+groupName=project.openshift.io Package v1 is the v1 version of the API.
Package v1 is a generated protocol buffer package. It is generated from these files: github.com/openshift/origin/pkg/project/apis/project/v1/generated.proto It has these top-level messages: Project ProjectList ProjectRequest ProjectSpec ProjectStatus
Index ¶
- Constants
- Variables
- func Convert_project_ProjectList_To_v1_ProjectList(in *project.ProjectList, out *ProjectList, s conversion.Scope) error
- func Convert_project_ProjectRequest_To_v1_ProjectRequest(in *project.ProjectRequest, out *ProjectRequest, s conversion.Scope) error
- func Convert_project_ProjectSpec_To_v1_ProjectSpec(in *project.ProjectSpec, out *ProjectSpec, s conversion.Scope) error
- func Convert_project_ProjectStatus_To_v1_ProjectStatus(in *project.ProjectStatus, out *ProjectStatus, s conversion.Scope) error
- func Convert_project_Project_To_v1_Project(in *project.Project, out *Project, s conversion.Scope) error
- func Convert_v1_ProjectList_To_project_ProjectList(in *ProjectList, out *project.ProjectList, s conversion.Scope) error
- func Convert_v1_ProjectRequest_To_project_ProjectRequest(in *ProjectRequest, out *project.ProjectRequest, s conversion.Scope) error
- func Convert_v1_ProjectSpec_To_project_ProjectSpec(in *ProjectSpec, out *project.ProjectSpec, s conversion.Scope) error
- func Convert_v1_ProjectStatus_To_project_ProjectStatus(in *ProjectStatus, out *project.ProjectStatus, s conversion.Scope) error
- func Convert_v1_Project_To_project_Project(in *Project, out *project.Project, s conversion.Scope) error
- func DeepCopy_v1_Project(in interface{}, out interface{}, c *conversion.Cloner) error
- func DeepCopy_v1_ProjectList(in interface{}, out interface{}, c *conversion.Cloner) error
- func DeepCopy_v1_ProjectRequest(in interface{}, out interface{}, c *conversion.Cloner) error
- func DeepCopy_v1_ProjectSpec(in interface{}, out interface{}, c *conversion.Cloner) error
- func DeepCopy_v1_ProjectStatus(in interface{}, out interface{}, c *conversion.Cloner) error
- func RegisterConversions(scheme *runtime.Scheme) error
- func RegisterDeepCopies(scheme *runtime.Scheme) error
- func RegisterDefaults(scheme *runtime.Scheme) error
- func Resource(resource string) schema.GroupResource
- type Project
- func (*Project) Descriptor() ([]byte, []int)
- func (m *Project) Marshal() (dAtA []byte, err error)
- func (m *Project) MarshalTo(dAtA []byte) (int, error)
- func (*Project) ProtoMessage()
- func (m *Project) Reset()
- func (m *Project) Size() (n int)
- func (this *Project) String() string
- func (Project) SwaggerDoc() map[string]string
- func (m *Project) Unmarshal(dAtA []byte) error
- type ProjectList
- func (*ProjectList) Descriptor() ([]byte, []int)
- func (m *ProjectList) Marshal() (dAtA []byte, err error)
- func (m *ProjectList) MarshalTo(dAtA []byte) (int, error)
- func (*ProjectList) ProtoMessage()
- func (m *ProjectList) Reset()
- func (m *ProjectList) Size() (n int)
- func (this *ProjectList) String() string
- func (ProjectList) SwaggerDoc() map[string]string
- func (m *ProjectList) Unmarshal(dAtA []byte) error
- type ProjectRequest
- func (*ProjectRequest) Descriptor() ([]byte, []int)
- func (m *ProjectRequest) Marshal() (dAtA []byte, err error)
- func (m *ProjectRequest) MarshalTo(dAtA []byte) (int, error)
- func (*ProjectRequest) ProtoMessage()
- func (m *ProjectRequest) Reset()
- func (m *ProjectRequest) Size() (n int)
- func (this *ProjectRequest) String() string
- func (ProjectRequest) SwaggerDoc() map[string]string
- func (m *ProjectRequest) Unmarshal(dAtA []byte) error
- type ProjectSpec
- func (*ProjectSpec) Descriptor() ([]byte, []int)
- func (m *ProjectSpec) Marshal() (dAtA []byte, err error)
- func (m *ProjectSpec) MarshalTo(dAtA []byte) (int, error)
- func (*ProjectSpec) ProtoMessage()
- func (m *ProjectSpec) Reset()
- func (m *ProjectSpec) Size() (n int)
- func (this *ProjectSpec) String() string
- func (ProjectSpec) SwaggerDoc() map[string]string
- func (m *ProjectSpec) Unmarshal(dAtA []byte) error
- type ProjectStatus
- func (*ProjectStatus) Descriptor() ([]byte, []int)
- func (m *ProjectStatus) Marshal() (dAtA []byte, err error)
- func (m *ProjectStatus) MarshalTo(dAtA []byte) (int, error)
- func (*ProjectStatus) ProtoMessage()
- func (m *ProjectStatus) Reset()
- func (m *ProjectStatus) Size() (n int)
- func (this *ProjectStatus) String() string
- func (ProjectStatus) SwaggerDoc() map[string]string
- func (m *ProjectStatus) Unmarshal(dAtA []byte) error
Constants ¶
const ( GroupName = "project.openshift.io" LegacyGroupName = "" )
const ( // These are internal finalizer values to Origin FinalizerOrigin kapi.FinalizerName = "openshift.io/origin" )
Variables ¶
var ( ErrInvalidLengthGenerated = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowGenerated = fmt.Errorf("proto: integer overflow") )
var ( SchemeGroupVersion = schema.GroupVersion{Group: GroupName, Version: "v1"} LegacySchemeGroupVersion = schema.GroupVersion{Group: LegacyGroupName, Version: "v1"} LegacySchemeBuilder = runtime.NewSchemeBuilder(addLegacyKnownTypes, addConversionFuncs, addLegacyFieldSelectorKeyConversions) AddToSchemeInCoreGroup = LegacySchemeBuilder.AddToScheme SchemeBuilder = runtime.NewSchemeBuilder(addKnownTypes, addConversionFuncs, addFieldSelectorKeyConversions) AddToScheme = SchemeBuilder.AddToScheme )
SchemeGroupVersion is group version used to register these objects
Functions ¶
func Convert_project_ProjectList_To_v1_ProjectList ¶
func Convert_project_ProjectList_To_v1_ProjectList(in *project.ProjectList, out *ProjectList, s conversion.Scope) error
Convert_project_ProjectList_To_v1_ProjectList is an autogenerated conversion function.
func Convert_project_ProjectRequest_To_v1_ProjectRequest ¶
func Convert_project_ProjectRequest_To_v1_ProjectRequest(in *project.ProjectRequest, out *ProjectRequest, s conversion.Scope) error
Convert_project_ProjectRequest_To_v1_ProjectRequest is an autogenerated conversion function.
func Convert_project_ProjectSpec_To_v1_ProjectSpec ¶
func Convert_project_ProjectSpec_To_v1_ProjectSpec(in *project.ProjectSpec, out *ProjectSpec, s conversion.Scope) error
Convert_project_ProjectSpec_To_v1_ProjectSpec is an autogenerated conversion function.
func Convert_project_ProjectStatus_To_v1_ProjectStatus ¶
func Convert_project_ProjectStatus_To_v1_ProjectStatus(in *project.ProjectStatus, out *ProjectStatus, s conversion.Scope) error
Convert_project_ProjectStatus_To_v1_ProjectStatus is an autogenerated conversion function.
func Convert_project_Project_To_v1_Project ¶
func Convert_project_Project_To_v1_Project(in *project.Project, out *Project, s conversion.Scope) error
Convert_project_Project_To_v1_Project is an autogenerated conversion function.
func Convert_v1_ProjectList_To_project_ProjectList ¶
func Convert_v1_ProjectList_To_project_ProjectList(in *ProjectList, out *project.ProjectList, s conversion.Scope) error
Convert_v1_ProjectList_To_project_ProjectList is an autogenerated conversion function.
func Convert_v1_ProjectRequest_To_project_ProjectRequest ¶
func Convert_v1_ProjectRequest_To_project_ProjectRequest(in *ProjectRequest, out *project.ProjectRequest, s conversion.Scope) error
Convert_v1_ProjectRequest_To_project_ProjectRequest is an autogenerated conversion function.
func Convert_v1_ProjectSpec_To_project_ProjectSpec ¶
func Convert_v1_ProjectSpec_To_project_ProjectSpec(in *ProjectSpec, out *project.ProjectSpec, s conversion.Scope) error
Convert_v1_ProjectSpec_To_project_ProjectSpec is an autogenerated conversion function.
func Convert_v1_ProjectStatus_To_project_ProjectStatus ¶
func Convert_v1_ProjectStatus_To_project_ProjectStatus(in *ProjectStatus, out *project.ProjectStatus, s conversion.Scope) error
Convert_v1_ProjectStatus_To_project_ProjectStatus is an autogenerated conversion function.
func Convert_v1_Project_To_project_Project ¶
func Convert_v1_Project_To_project_Project(in *Project, out *project.Project, s conversion.Scope) error
Convert_v1_Project_To_project_Project is an autogenerated conversion function.
func DeepCopy_v1_Project ¶
func DeepCopy_v1_Project(in interface{}, out interface{}, c *conversion.Cloner) error
DeepCopy_v1_Project is an autogenerated deepcopy function.
func DeepCopy_v1_ProjectList ¶
func DeepCopy_v1_ProjectList(in interface{}, out interface{}, c *conversion.Cloner) error
DeepCopy_v1_ProjectList is an autogenerated deepcopy function.
func DeepCopy_v1_ProjectRequest ¶
func DeepCopy_v1_ProjectRequest(in interface{}, out interface{}, c *conversion.Cloner) error
DeepCopy_v1_ProjectRequest is an autogenerated deepcopy function.
func DeepCopy_v1_ProjectSpec ¶
func DeepCopy_v1_ProjectSpec(in interface{}, out interface{}, c *conversion.Cloner) error
DeepCopy_v1_ProjectSpec is an autogenerated deepcopy function.
func DeepCopy_v1_ProjectStatus ¶
func DeepCopy_v1_ProjectStatus(in interface{}, out interface{}, c *conversion.Cloner) error
DeepCopy_v1_ProjectStatus is an autogenerated deepcopy function.
func RegisterConversions ¶
RegisterConversions adds conversion functions to the given scheme. Public to allow building arbitrary schemes.
func RegisterDeepCopies ¶
RegisterDeepCopies adds deep-copy functions to the given scheme. Public to allow building arbitrary schemes.
func RegisterDefaults ¶
RegisterDefaults adds defaulters functions to the given scheme. Public to allow building arbitrary schemes. All generated defaulters are covering - they call all nested defaulters.
func Resource ¶
func Resource(resource string) schema.GroupResource
Types ¶
type Project ¶
type Project struct { metav1.TypeMeta `json:",inline"` // Standard object's metadata. metav1.ObjectMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"` // Spec defines the behavior of the Namespace. Spec ProjectSpec `json:"spec,omitempty" protobuf:"bytes,2,opt,name=spec"` // Status describes the current status of a Namespace Status ProjectStatus `json:"status,omitempty" protobuf:"bytes,3,opt,name=status"` }
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.
Listing or watching projects will return only projects the user has the reader role on.
An OpenShift project is an alternative representation of a Kubernetes namespace. Projects are exposed as editable to end users while namespaces are not. Direct creation of a project is typically restricted to administrators, while end users should use the requestproject resource.
func (*Project) Descriptor ¶
func (*Project) ProtoMessage ¶
func (*Project) ProtoMessage()
func (Project) SwaggerDoc ¶
type ProjectList ¶
type ProjectList struct { metav1.TypeMeta `json:",inline"` // Standard object's metadata. metav1.ListMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"` // Items is the list of projects Items []Project `json:"items" protobuf:"bytes,2,rep,name=items"` }
ProjectList is a list of Project objects.
func (*ProjectList) Descriptor ¶
func (*ProjectList) Descriptor() ([]byte, []int)
func (*ProjectList) Marshal ¶
func (m *ProjectList) Marshal() (dAtA []byte, err error)
func (*ProjectList) ProtoMessage ¶
func (*ProjectList) ProtoMessage()
func (*ProjectList) Reset ¶
func (m *ProjectList) Reset()
func (*ProjectList) Size ¶
func (m *ProjectList) Size() (n int)
func (*ProjectList) String ¶
func (this *ProjectList) String() string
func (ProjectList) SwaggerDoc ¶
func (ProjectList) SwaggerDoc() map[string]string
func (*ProjectList) Unmarshal ¶
func (m *ProjectList) Unmarshal(dAtA []byte) error
type ProjectRequest ¶
type ProjectRequest struct { metav1.TypeMeta `json:",inline"` // Standard object's metadata. metav1.ObjectMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"` // DisplayName is the display name to apply to a project DisplayName string `json:"displayName,omitempty" protobuf:"bytes,2,opt,name=displayName"` // Description is the description to apply to a project Description string `json:"description,omitempty" protobuf:"bytes,3,opt,name=description"` }
ProjecRequest is the set of options necessary to fully qualify a project request
func (*ProjectRequest) Descriptor ¶
func (*ProjectRequest) Descriptor() ([]byte, []int)
func (*ProjectRequest) Marshal ¶
func (m *ProjectRequest) Marshal() (dAtA []byte, err error)
func (*ProjectRequest) ProtoMessage ¶
func (*ProjectRequest) ProtoMessage()
func (*ProjectRequest) Reset ¶
func (m *ProjectRequest) Reset()
func (*ProjectRequest) Size ¶
func (m *ProjectRequest) Size() (n int)
func (*ProjectRequest) String ¶
func (this *ProjectRequest) String() string
func (ProjectRequest) SwaggerDoc ¶
func (ProjectRequest) SwaggerDoc() map[string]string
func (*ProjectRequest) Unmarshal ¶
func (m *ProjectRequest) Unmarshal(dAtA []byte) error
type ProjectSpec ¶
type ProjectSpec struct { // Finalizers is an opaque list of values that must be empty to permanently remove object from storage Finalizers []kapi.FinalizerName `json:"finalizers,omitempty" protobuf:"bytes,1,rep,name=finalizers,casttype=k8s.io/kubernetes/pkg/api/v1.FinalizerName"` }
ProjectSpec describes the attributes on a Project
func (*ProjectSpec) Descriptor ¶
func (*ProjectSpec) Descriptor() ([]byte, []int)
func (*ProjectSpec) Marshal ¶
func (m *ProjectSpec) Marshal() (dAtA []byte, err error)
func (*ProjectSpec) ProtoMessage ¶
func (*ProjectSpec) ProtoMessage()
func (*ProjectSpec) Reset ¶
func (m *ProjectSpec) Reset()
func (*ProjectSpec) Size ¶
func (m *ProjectSpec) Size() (n int)
func (*ProjectSpec) String ¶
func (this *ProjectSpec) String() string
func (ProjectSpec) SwaggerDoc ¶
func (ProjectSpec) SwaggerDoc() map[string]string
func (*ProjectSpec) Unmarshal ¶
func (m *ProjectSpec) Unmarshal(dAtA []byte) error
type ProjectStatus ¶
type ProjectStatus struct { // Phase is the current lifecycle phase of the project Phase kapi.NamespacePhase `json:"phase,omitempty" protobuf:"bytes,1,opt,name=phase,casttype=k8s.io/kubernetes/pkg/api/v1.NamespacePhase"` }
ProjectStatus is information about the current status of a Project
func (*ProjectStatus) Descriptor ¶
func (*ProjectStatus) Descriptor() ([]byte, []int)
func (*ProjectStatus) Marshal ¶
func (m *ProjectStatus) Marshal() (dAtA []byte, err error)
func (*ProjectStatus) ProtoMessage ¶
func (*ProjectStatus) ProtoMessage()
func (*ProjectStatus) Reset ¶
func (m *ProjectStatus) Reset()
func (*ProjectStatus) Size ¶
func (m *ProjectStatus) Size() (n int)
func (*ProjectStatus) String ¶
func (this *ProjectStatus) String() string
func (ProjectStatus) SwaggerDoc ¶
func (ProjectStatus) SwaggerDoc() map[string]string
func (*ProjectStatus) Unmarshal ¶
func (m *ProjectStatus) Unmarshal(dAtA []byte) error