Versions in this module Expand all Collapse all v0 v0.0.1 Jul 5, 2023retracted Changes in this version + const FinalizerOrigin + const ProjectNodeSelector + const ProjectRequesterAnnotation + var AddToScheme = schemeBuilder.AddToScheme + var DeprecatedInstallWithoutGroup = legacySchemeBuilder.AddToScheme + var ErrIntOverflowGenerated = fmt.Errorf("proto: integer overflow") + var ErrInvalidLengthGenerated = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrUnexpectedEndOfGroupGenerated = fmt.Errorf("proto: unexpected end of group") + var GroupName = "project.openshift.io" + var GroupVersion = schema.GroupVersion + var Install = schemeBuilder.AddToScheme + var SchemeGroupVersion = GroupVersion + func Resource(resource string) schema.GroupResource + type Project struct + Spec ProjectSpec + Status ProjectStatus + func (*Project) Descriptor() ([]byte, []int) + func (*Project) ProtoMessage() + func (Project) SwaggerDoc() map[string]string + func (in *Project) DeepCopy() *Project + func (in *Project) DeepCopyInto(out *Project) + func (in *Project) DeepCopyObject() runtime.Object + func (m *Project) Marshal() (dAtA []byte, err error) + func (m *Project) MarshalTo(dAtA []byte) (int, error) + func (m *Project) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Project) Reset() + func (m *Project) Size() (n int) + func (m *Project) Unmarshal(dAtA []byte) error + func (m *Project) XXX_DiscardUnknown() + func (m *Project) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Project) XXX_Merge(src proto.Message) + func (m *Project) XXX_Size() int + func (m *Project) XXX_Unmarshal(b []byte) error + func (this *Project) String() string + type ProjectList struct + Items []Project + func (*ProjectList) Descriptor() ([]byte, []int) + func (*ProjectList) ProtoMessage() + func (ProjectList) SwaggerDoc() map[string]string + func (in *ProjectList) DeepCopy() *ProjectList + func (in *ProjectList) DeepCopyInto(out *ProjectList) + func (in *ProjectList) DeepCopyObject() runtime.Object + func (m *ProjectList) Marshal() (dAtA []byte, err error) + func (m *ProjectList) MarshalTo(dAtA []byte) (int, error) + func (m *ProjectList) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *ProjectList) Reset() + func (m *ProjectList) Size() (n int) + func (m *ProjectList) Unmarshal(dAtA []byte) error + func (m *ProjectList) XXX_DiscardUnknown() + func (m *ProjectList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ProjectList) XXX_Merge(src proto.Message) + func (m *ProjectList) XXX_Size() int + func (m *ProjectList) XXX_Unmarshal(b []byte) error + func (this *ProjectList) String() string + type ProjectRequest struct + Description string + DisplayName string + func (*ProjectRequest) Descriptor() ([]byte, []int) + func (*ProjectRequest) ProtoMessage() + func (ProjectRequest) SwaggerDoc() map[string]string + func (in *ProjectRequest) DeepCopy() *ProjectRequest + func (in *ProjectRequest) DeepCopyInto(out *ProjectRequest) + func (in *ProjectRequest) DeepCopyObject() runtime.Object + func (m *ProjectRequest) Marshal() (dAtA []byte, err error) + func (m *ProjectRequest) MarshalTo(dAtA []byte) (int, error) + func (m *ProjectRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *ProjectRequest) Reset() + func (m *ProjectRequest) Size() (n int) + func (m *ProjectRequest) Unmarshal(dAtA []byte) error + func (m *ProjectRequest) XXX_DiscardUnknown() + func (m *ProjectRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ProjectRequest) XXX_Merge(src proto.Message) + func (m *ProjectRequest) XXX_Size() int + func (m *ProjectRequest) XXX_Unmarshal(b []byte) error + func (this *ProjectRequest) String() string + type ProjectSpec struct + Finalizers []corev1.FinalizerName + func (*ProjectSpec) Descriptor() ([]byte, []int) + func (*ProjectSpec) ProtoMessage() + func (ProjectSpec) SwaggerDoc() map[string]string + func (in *ProjectSpec) DeepCopy() *ProjectSpec + func (in *ProjectSpec) DeepCopyInto(out *ProjectSpec) + func (m *ProjectSpec) Marshal() (dAtA []byte, err error) + func (m *ProjectSpec) MarshalTo(dAtA []byte) (int, error) + func (m *ProjectSpec) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *ProjectSpec) Reset() + func (m *ProjectSpec) Size() (n int) + func (m *ProjectSpec) Unmarshal(dAtA []byte) error + func (m *ProjectSpec) XXX_DiscardUnknown() + func (m *ProjectSpec) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ProjectSpec) XXX_Merge(src proto.Message) + func (m *ProjectSpec) XXX_Size() int + func (m *ProjectSpec) XXX_Unmarshal(b []byte) error + func (this *ProjectSpec) String() string + type ProjectStatus struct + Conditions []corev1.NamespaceCondition + Phase corev1.NamespacePhase + func (*ProjectStatus) Descriptor() ([]byte, []int) + func (*ProjectStatus) ProtoMessage() + func (ProjectStatus) SwaggerDoc() map[string]string + func (in *ProjectStatus) DeepCopy() *ProjectStatus + func (in *ProjectStatus) DeepCopyInto(out *ProjectStatus) + func (m *ProjectStatus) Marshal() (dAtA []byte, err error) + func (m *ProjectStatus) MarshalTo(dAtA []byte) (int, error) + func (m *ProjectStatus) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *ProjectStatus) Reset() + func (m *ProjectStatus) Size() (n int) + func (m *ProjectStatus) Unmarshal(dAtA []byte) error + func (m *ProjectStatus) XXX_DiscardUnknown() + func (m *ProjectStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ProjectStatus) XXX_Merge(src proto.Message) + func (m *ProjectStatus) XXX_Size() int + func (m *ProjectStatus) XXX_Unmarshal(b []byte) error + func (this *ProjectStatus) String() string Incompatible versions in this module v3.9.0+incompatible Jan 19, 2018retracted