Documentation ¶
Overview ¶
+groupName=team.pagerduty.kubeform.com
Index ¶
- Variables
- func GetDecoder() map[string]jsoniter.ValDecoder
- func GetEncoder() map[string]jsoniter.ValEncoder
- func Kind(kind string) schema.GroupKind
- func Resource(resource string) schema.GroupResource
- type Membership
- func (in *Membership) DeepCopy() *Membership
- func (in *Membership) DeepCopyInto(out *Membership)
- func (in *Membership) DeepCopyObject() runtime.Object
- func (r *Membership) SetupWebhookWithManager(mgr ctrl.Manager) error
- func (r *Membership) ValidateCreate() error
- func (r *Membership) ValidateDelete() error
- func (r *Membership) ValidateUpdate(old runtime.Object) error
- type MembershipList
- type MembershipSpec
- type MembershipSpecResource
- type MembershipStatus
- type Team
- func (in *Team) DeepCopy() *Team
- func (in *Team) DeepCopyInto(out *Team)
- func (in *Team) DeepCopyObject() runtime.Object
- func (r *Team) SetupWebhookWithManager(mgr ctrl.Manager) error
- func (r *Team) ValidateCreate() error
- func (r *Team) ValidateDelete() error
- func (r *Team) ValidateUpdate(old runtime.Object) error
- type TeamList
- type TeamSpec
- type TeamSpecResource
- type TeamStatus
Constants ¶
This section is empty.
Variables ¶
var ( // TODO: move SchemeBuilder with zz_generated.deepcopy.go to k8s.io/api. // localSchemeBuilder and AddToScheme will stay in k8s.io/kubernetes. SchemeBuilder runtime.SchemeBuilder AddToScheme = localSchemeBuilder.AddToScheme )
var SchemeGroupVersion = schema.GroupVersion{Group: team.GroupName, Version: "v1alpha1"}
Functions ¶
func GetDecoder ¶
func GetDecoder() map[string]jsoniter.ValDecoder
func GetEncoder ¶
func GetEncoder() map[string]jsoniter.ValEncoder
func Kind ¶
Kind takes an unqualified kind and returns 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 Membership ¶
type Membership struct { metav1.TypeMeta `json:",inline,omitempty"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec MembershipSpec `json:"spec,omitempty"` Status MembershipStatus `json:"status,omitempty"` }
func (*Membership) DeepCopy ¶
func (in *Membership) DeepCopy() *Membership
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Membership.
func (*Membership) DeepCopyInto ¶
func (in *Membership) DeepCopyInto(out *Membership)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Membership) DeepCopyObject ¶
func (in *Membership) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*Membership) SetupWebhookWithManager ¶
func (r *Membership) SetupWebhookWithManager(mgr ctrl.Manager) error
func (*Membership) ValidateCreate ¶
func (r *Membership) ValidateCreate() error
ValidateCreate implements webhook.Validator so a webhook will be registered for the type
func (*Membership) ValidateDelete ¶
func (r *Membership) ValidateDelete() error
ValidateDelete implements webhook.Validator so a webhook will be registered for the type
func (*Membership) ValidateUpdate ¶
func (r *Membership) ValidateUpdate(old runtime.Object) error
ValidateUpdate implements webhook.Validator so a webhook will be registered for the type
type MembershipList ¶
type MembershipList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` // Items is a list of Membership CRD objects Items []Membership `json:"items,omitempty"` }
MembershipList is a list of Memberships
func (*MembershipList) DeepCopy ¶
func (in *MembershipList) DeepCopy() *MembershipList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MembershipList.
func (*MembershipList) DeepCopyInto ¶
func (in *MembershipList) DeepCopyInto(out *MembershipList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*MembershipList) DeepCopyObject ¶
func (in *MembershipList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type MembershipSpec ¶
type MembershipSpec struct { State *MembershipSpecResource `json:"state,omitempty" tf:"-"` Resource MembershipSpecResource `json:"resource" tf:"resource"` UpdatePolicy base.UpdatePolicy `json:"updatePolicy,omitempty" tf:"-"` TerminationPolicy base.TerminationPolicy `json:"terminationPolicy,omitempty" tf:"-"` ProviderRef core.LocalObjectReference `json:"providerRef" tf:"-"` BackendRef *core.LocalObjectReference `json:"backendRef,omitempty" tf:"-"` }
func (*MembershipSpec) DeepCopy ¶
func (in *MembershipSpec) DeepCopy() *MembershipSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MembershipSpec.
func (*MembershipSpec) DeepCopyInto ¶
func (in *MembershipSpec) DeepCopyInto(out *MembershipSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type MembershipSpecResource ¶
type MembershipSpecResource struct { ID string `json:"id,omitempty" tf:"id,omitempty"` // +optional Role *string `json:"role,omitempty" tf:"role"` TeamID *string `json:"teamID" tf:"team_id"` UserID *string `json:"userID" tf:"user_id"` }
func (*MembershipSpecResource) DeepCopy ¶
func (in *MembershipSpecResource) DeepCopy() *MembershipSpecResource
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MembershipSpecResource.
func (*MembershipSpecResource) DeepCopyInto ¶
func (in *MembershipSpecResource) DeepCopyInto(out *MembershipSpecResource)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type MembershipStatus ¶
type MembershipStatus struct { // Resource generation, which is updated on mutation by the API Server. // +optional ObservedGeneration int64 `json:"observedGeneration,omitempty"` // +optional Phase status.Status `json:"phase,omitempty"` // +optional Conditions []kmapi.Condition `json:"conditions,omitempty"` }
func (*MembershipStatus) DeepCopy ¶
func (in *MembershipStatus) DeepCopy() *MembershipStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MembershipStatus.
func (*MembershipStatus) DeepCopyInto ¶
func (in *MembershipStatus) DeepCopyInto(out *MembershipStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type Team ¶
type Team struct { metav1.TypeMeta `json:",inline,omitempty"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec TeamSpec `json:"spec,omitempty"` Status TeamStatus `json:"status,omitempty"` }
func (*Team) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Team.
func (*Team) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Team) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*Team) SetupWebhookWithManager ¶
func (*Team) ValidateCreate ¶
ValidateCreate implements webhook.Validator so a webhook will be registered for the type
func (*Team) ValidateDelete ¶
ValidateDelete implements webhook.Validator so a webhook will be registered for the type
type TeamList ¶
type TeamList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` // Items is a list of Team CRD objects Items []Team `json:"items,omitempty"` }
TeamList is a list of Teams
func (*TeamList) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TeamList.
func (*TeamList) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type TeamSpec ¶
type TeamSpec struct { State *TeamSpecResource `json:"state,omitempty" tf:"-"` Resource TeamSpecResource `json:"resource" tf:"resource"` UpdatePolicy base.UpdatePolicy `json:"updatePolicy,omitempty" tf:"-"` TerminationPolicy base.TerminationPolicy `json:"terminationPolicy,omitempty" tf:"-"` ProviderRef core.LocalObjectReference `json:"providerRef" tf:"-"` BackendRef *core.LocalObjectReference `json:"backendRef,omitempty" tf:"-"` }
func (*TeamSpec) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TeamSpec.
type TeamSpecResource ¶
type TeamSpecResource struct { ID string `json:"id,omitempty" tf:"id,omitempty"` // +optional Description *string `json:"description,omitempty" tf:"description"` // +optional HtmlURL *string `json:"htmlURL,omitempty" tf:"html_url"` Name *string `json:"name" tf:"name"` // +optional Parent *string `json:"parent,omitempty" tf:"parent"` }
func (*TeamSpecResource) DeepCopy ¶
func (in *TeamSpecResource) DeepCopy() *TeamSpecResource
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TeamSpecResource.
func (*TeamSpecResource) DeepCopyInto ¶
func (in *TeamSpecResource) DeepCopyInto(out *TeamSpecResource)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type TeamStatus ¶
type TeamStatus struct { // Resource generation, which is updated on mutation by the API Server. // +optional ObservedGeneration int64 `json:"observedGeneration,omitempty"` // +optional Phase status.Status `json:"phase,omitempty"` // +optional Conditions []kmapi.Condition `json:"conditions,omitempty"` }
func (*TeamStatus) DeepCopy ¶
func (in *TeamStatus) DeepCopy() *TeamStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TeamStatus.
func (*TeamStatus) DeepCopyInto ¶
func (in *TeamStatus) DeepCopyInto(out *TeamStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.