api

package
v0.5.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 13, 2015 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	FinalizerProject kapi.FinalizerName = "openshift.com/project"
)

These are internal finalizer values to Origin

Variables

This section is empty.

Functions

This section is empty.

Types

type Project

type Project struct {
	kapi.TypeMeta
	kapi.ObjectMeta

	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

type ProjectList struct {
	kapi.TypeMeta
	kapi.ListMeta
	Items []Project
}

ProjectList is a list of Project objects.

func (*ProjectList) IsAnAPIObject

func (*ProjectList) IsAnAPIObject()

type ProjectRequest added in v0.4.4

type ProjectRequest struct {
	kapi.TypeMeta
	kapi.ObjectMeta
	DisplayName string
}

func (*ProjectRequest) IsAnAPIObject added in v0.4.4

func (*ProjectRequest) IsAnAPIObject()

type ProjectSpec added in v0.4.2

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 added in v0.4.2

type ProjectStatus struct {
	Phase kapi.NamespacePhase
}

ProjectStatus is information about the current status of a Project

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL