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 `json:",inline" yaml:",inline"`
Labels map[string]string `json:"labels,omitempty" yaml:"labels,omitempty"`
DisplayName string `json:"displayName,omitempty" yaml:"displayName,omitempty"`
Description string `json:"description,omitempty" yaml:"description,omitempty"`
}
Project is a logical top-level container for a set of origin resources
func (*Project) IsAnAPIObject ¶
func (*Project) IsAnAPIObject()
type ProjectList ¶
type ProjectList struct {
kapi.TypeMeta `json:",inline" yaml:",inline"`
Items []Project `json:"items,omitempty" yaml:"items,omitempty"`
}
ProjectList is a list of Project objects.
func (*ProjectList) IsAnAPIObject ¶
func (*ProjectList) IsAnAPIObject()
Click to show internal directories.
Click to hide internal directories.