v1beta3

package
v1.2.2 Latest Latest
Warning

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

Go to latest
Published: Oct 18, 2016 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const GroupName = ""

Variables

View Source
var SchemeGroupVersion = unversioned.GroupVersion{Group: GroupName, Version: "v1beta3"}

SchemeGroupVersion is group version used to register these objects

Functions

func AddToScheme added in v1.1.3

func AddToScheme(scheme *runtime.Scheme)

Types

type Group added in v1.0.4

type Group struct {
	unversioned.TypeMeta `json:",inline"`
	kapi.ObjectMeta      `json:"metadata,omitempty"`

	// Users is the list of users in this group.
	Users []string `json:"users"`
}

Group represents a referenceable set of Users

func (*Group) GetObjectKind added in v1.1.3

func (obj *Group) GetObjectKind() unversioned.ObjectKind

type GroupList added in v1.0.4

type GroupList struct {