v1

package
v0.0.0-...-8784027 Latest Latest
Warning

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

Go to latest
Published: Mar 18, 2019 License: MIT Imports: 4 Imported by: 0

Documentation

Overview

Package v1 is the v1 version of the API.

Index

Constants

This section is empty.

Variables

View Source
var (
	SchemeBuilder = runtime.NewSchemeBuilder(addKnownTypes)
	AddToScheme   = SchemeBuilder.AddToScheme
)
View Source
var SchemeGroupVersion = schema.GroupVersion{Group: aadmicrosoftcom.GroupName, Version: "v1"}

SchemeGroupVersion is group version used to register these objects

Functions

func Kind

func Kind(kind string) schema.GroupKind

Kind takes an unqualified kind and returns back a Group qualified GroupKind

func Resource

func Resource(resource string) schema.GroupResource

Resource takes an unqualified resource and returns a Group qualified GroupResource

Types

type AADGroupSync

type AADGroupSync struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`

	Spec AADGroupSyncSpec `json:"spec"`
}

AADGroupSync spec

func (*AADGroupSync) DeepCopy

func (in *AADGroupSync) DeepCopy() *AADGroupSync

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AADGroupSync.

func (*AADGroupSync) DeepCopyInto

func (in *AADGroupSync) DeepCopyInto(out *AADGroupSync)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*AADGroupSync) DeepCopyObject

func (in *AADGroupSync) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

type AADGroupSyncList

type AADGroupSyncList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`

	Items []AADGroupSync `json:"items"`
}

AADGroupSyncList spec

func (*AADGroupSyncList) DeepCopy

func (in *AADGroupSyncList) DeepCopy() *AADGroupSyncList

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AADGroupSyncList.

func (*AADGroupSyncList) DeepCopyInto

func (in *AADGroupSyncList) DeepCopyInto(out *AADGroupSyncList)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*AADGroupSyncList) DeepCopyObject

func (in *AADGroupSyncList) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

type AADGroupSyncSpec

type AADGroupSyncSpec struct {
	Group            Group  `json:"group"`
	LastSyncDateTime string `json:"lastSyncDateTime"`
	LastSyncType     string `json:"lastSyncType"`
}

AADGroupSyncSpec spec

func (*AADGroupSyncSpec) DeepCopy

func (in *AADGroupSyncSpec) DeepCopy() *AADGroupSyncSpec

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AADGroupSyncSpec.

func (*AADGroupSyncSpec) DeepCopyInto

func (in *AADGroupSyncSpec) DeepCopyInto(out *AADGroupSyncSpec)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type Group

type Group struct {
	ObjectID    string `json:"objectId"`
	Name        string `json:"name"`
	Description string `json:"description"`
	UserCount   int    `json:"userCount"`
	Users       []User `json:"users"`
}

Group spec

func (*Group) DeepCopy

func (in *Group) DeepCopy() *Group

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Group.

func (*Group) DeepCopyInto

func (in *Group) DeepCopyInto(out *Group)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type User

type User struct {
	ObjectID          string `json:"objectId"`
	UserPrincipalName string `json:"userPrincipalName"`
}

User spec

func (*User) DeepCopy

func (in *User) DeepCopy() *User

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new User.

func (*User) DeepCopyInto

func (in *User) DeepCopyInto(out *User)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

Jump to

Keyboard shortcuts

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