Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Project ¶
type Project struct { kapi.TypeMeta kapi.ObjectMeta // TODO: remove me DisplayName string Spec ProjectSpec Status ProjectStatus }
Project is a logical top-level container for a set of origin resources
func (*Project) IsAnAPIObject ¶
func (*Project) IsAnAPIObject()
type ProjectList ¶
ProjectList is a list of Project objects.
func (*ProjectList) IsAnAPIObject ¶
func (*ProjectList) IsAnAPIObject()
type ProjectSpec ¶ added in v0.4.2
type ProjectSpec struct { }
ProjectSpec describes the attributes on a Project
type ProjectStatus ¶ added in v0.4.2
type ProjectStatus struct {
Phase kapi.NamespacePhase
}
ProjectStatus is information about the current status of a Project
Click to show internal directories.
Click to hide internal directories.