 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Overview ¶
Package api is the internal version of the API.
Index ¶
- Constants
- Variables
- func DeepCopy_api_Project(in interface{}, out interface{}, c *conversion.Cloner) error
- func DeepCopy_api_ProjectList(in interface{}, out interface{}, c *conversion.Cloner) error
- func DeepCopy_api_ProjectRequest(in interface{}, out interface{}, c *conversion.Cloner) error
- func DeepCopy_api_ProjectSpec(in interface{}, out interface{}, c *conversion.Cloner) error
- func DeepCopy_api_ProjectStatus(in interface{}, out interface{}, c *conversion.Cloner) error
- func Kind(kind string) unversioned.GroupKind
- func RegisterDeepCopies(scheme *runtime.Scheme) error
- func Resource(resource string) unversioned.GroupResource
- type Project
- type ProjectList
- type ProjectRequest
- type ProjectSpec
- type ProjectStatus
Constants ¶
      View Source
      
  const ( // ProjectNodeSelector is an annotation that holds the node selector; // the node selector annotation determines which nodes will have pods from this project scheduled to them ProjectNodeSelector = "openshift.io/node-selector" // ProjectRequester is the username that requested a given project. Its not guaranteed to be present, // but it is set by the default project template. ProjectRequester = "openshift.io/requester" )
These constants represent annotations keys affixed to projects
      View Source
      
  
    const ( // These are internal finalizer values to Origin FinalizerOrigin kapi.FinalizerName = "openshift.io/origin" )
      View Source
      
  
    const FutureGroupName = "project.openshift.io"
    
      View Source
      
  
const GroupName = ""
    Variables ¶
      View Source
      
  
    var ( SchemeBuilder = runtime.NewSchemeBuilder(addKnownTypes) AddToScheme = SchemeBuilder.AddToScheme )
      View Source
      
  var SchemeGroupVersion = unversioned.GroupVersion{Group: GroupName, Version: runtime.APIVersionInternal}
    SchemeGroupVersion is group version used to register these objects
Functions ¶
func DeepCopy_api_Project ¶ added in v1.3.0
func DeepCopy_api_Project(in interface{}, out interface{}, c *conversion.Cloner) error
    func DeepCopy_api_ProjectList ¶ added in v1.3.0
func DeepCopy_api_ProjectList(in interface{}, out interface{}, c *conversion.Cloner) error
    func DeepCopy_api_ProjectRequest ¶ added in v1.3.0
func DeepCopy_api_ProjectRequest(in interface{}, out interface{}, c *conversion.Cloner) error
    func DeepCopy_api_ProjectSpec ¶ added in v1.3.0
func DeepCopy_api_ProjectSpec(in interface{}, out interface{}, c *conversion.Cloner) error
    func DeepCopy_api_ProjectStatus ¶ added in v1.3.0
func DeepCopy_api_ProjectStatus(in interface{}, out interface{}, c *conversion.Cloner) error
    func Kind ¶ added in v1.1.2
func Kind(kind string) unversioned.GroupKind
Kind takes an unqualified kind and returns back a Group qualified GroupKind
func RegisterDeepCopies ¶ added in v1.4.0
RegisterDeepCopies adds deep-copy functions to the given scheme. Public to allow building arbitrary schemes.
func Resource ¶ added in v1.1.2
func Resource(resource string) unversioned.GroupResource
Resource takes an unqualified resource and returns back a Group qualified GroupResource
Types ¶
type Project ¶
type Project struct {
	unversioned.TypeMeta
	kapi.ObjectMeta
	Spec   ProjectSpec
	Status ProjectStatus
}
    Project is a logical top-level container for a set of origin resources
func (*Project) GetObjectKind ¶ added in v1.1.3
func (obj *Project) GetObjectKind() unversioned.ObjectKind
type ProjectList ¶
type ProjectList struct {
	unversioned.TypeMeta
	unversioned.ListMeta
	Items []Project
}
    ProjectList is a list of Project objects.
func (*ProjectList) GetObjectKind ¶ added in v1.1.3
func (obj *ProjectList) GetObjectKind() unversioned.ObjectKind
type ProjectRequest ¶
type ProjectRequest struct {
	unversioned.TypeMeta
	kapi.ObjectMeta
	DisplayName string
	Description string
}
    func (*ProjectRequest) GetObjectKind ¶ added in v1.1.3
func (obj *ProjectRequest) GetObjectKind() unversioned.ObjectKind
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
}
    ProjectSpec describes the attributes on a Project
type ProjectStatus ¶
type ProjectStatus struct {
	Phase kapi.NamespacePhase
}
    ProjectStatus is information about the current status of a Project
       Source Files
      ¶
      Source Files
      ¶
    
- doc.go
- register.go
- types.go
- zz_generated.deepcopy.go
       Directories
      ¶
      Directories
      ¶
    
    | Path | Synopsis | 
|---|---|
| Package v1 is the v1 version of the API. | Package v1 is the v1 version of the API. | 
 Click to show internal directories. 
   Click to hide internal directories.