Documentation ¶
Overview ¶
+groupName=tag.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 Assignment
- func (in *Assignment) DeepCopy() *Assignment
- func (in *Assignment) DeepCopyInto(out *Assignment)
- func (in *Assignment) DeepCopyObject() runtime.Object
- func (r *Assignment) SetupWebhookWithManager(mgr ctrl.Manager) error
- func (r *Assignment) ValidateCreate() error
- func (r *Assignment) ValidateDelete() error
- func (r *Assignment) ValidateUpdate(old runtime.Object) error
- type AssignmentList
- type AssignmentSpec
- type AssignmentSpecResource
- type AssignmentStatus
- type Tag
- func (in *Tag) DeepCopy() *Tag
- func (in *Tag) DeepCopyInto(out *Tag)
- func (in *Tag) DeepCopyObject() runtime.Object
- func (r *Tag) SetupWebhookWithManager(mgr ctrl.Manager) error
- func (r *Tag) ValidateCreate() error
- func (r *Tag) ValidateDelete() error
- func (r *Tag) ValidateUpdate(old runtime.Object) error
- type TagList
- type TagSpec
- type TagSpecResource
- type TagStatus
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: tag.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 Assignment ¶
type Assignment struct { metav1.TypeMeta `json:",inline,omitempty"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec AssignmentSpec `json:"spec,omitempty"` Status AssignmentStatus `json:"status,omitempty"` }
func (*Assignment) DeepCopy ¶
func (in *Assignment) DeepCopy() *Assignment
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Assignment.
func (*Assignment) DeepCopyInto ¶
func (in *Assignment) DeepCopyInto(out *Assignment)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Assignment) DeepCopyObject ¶
func (in *Assignment) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*Assignment) SetupWebhookWithManager ¶
func (r *Assignment) SetupWebhookWithManager(mgr ctrl.Manager) error
func (*Assignment) ValidateCreate ¶
func (r *Assignment) ValidateCreate() error
ValidateCreate implements webhook.Validator so a webhook will be registered for the type
func (*Assignment) ValidateDelete ¶
func (r *Assignment) ValidateDelete() error
ValidateDelete implements webhook.Validator so a webhook will be registered for the type
func (*Assignment) ValidateUpdate ¶
func (r *Assignment) ValidateUpdate(old runtime.Object) error
ValidateUpdate implements webhook.Validator so a webhook will be registered for the type
type AssignmentList ¶
type AssignmentList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` // Items is a list of Assignment CRD objects Items []Assignment `json:"items,omitempty"` }
AssignmentList is a list of Assignments
func (*AssignmentList) DeepCopy ¶
func (in *AssignmentList) DeepCopy() *AssignmentList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AssignmentList.
func (*AssignmentList) DeepCopyInto ¶
func (in *AssignmentList) DeepCopyInto(out *AssignmentList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*AssignmentList) DeepCopyObject ¶
func (in *AssignmentList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type AssignmentSpec ¶
type AssignmentSpec struct { State *AssignmentSpecResource `json:"state,omitempty" tf:"-"` Resource AssignmentSpecResource `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 (*AssignmentSpec) DeepCopy ¶
func (in *AssignmentSpec) DeepCopy() *AssignmentSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AssignmentSpec.
func (*AssignmentSpec) DeepCopyInto ¶
func (in *AssignmentSpec) DeepCopyInto(out *AssignmentSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type AssignmentSpecResource ¶
type AssignmentSpecResource struct { ID string `json:"id,omitempty" tf:"id,omitempty"` EntityID *string `json:"entityID" tf:"entity_id"` EntityType *string `json:"entityType" tf:"entity_type"` TagID *string `json:"tagID" tf:"tag_id"` }
func (*AssignmentSpecResource) DeepCopy ¶
func (in *AssignmentSpecResource) DeepCopy() *AssignmentSpecResource
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AssignmentSpecResource.
func (*AssignmentSpecResource) DeepCopyInto ¶
func (in *AssignmentSpecResource) DeepCopyInto(out *AssignmentSpecResource)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type AssignmentStatus ¶
type AssignmentStatus 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 (*AssignmentStatus) DeepCopy ¶
func (in *AssignmentStatus) DeepCopy() *AssignmentStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AssignmentStatus.
func (*AssignmentStatus) DeepCopyInto ¶
func (in *AssignmentStatus) DeepCopyInto(out *AssignmentStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type Tag ¶
type Tag struct { metav1.TypeMeta `json:",inline,omitempty"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec TagSpec `json:"spec,omitempty"` Status TagStatus `json:"status,omitempty"` }
func (*Tag) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Tag.
func (*Tag) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Tag) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*Tag) ValidateCreate ¶
ValidateCreate implements webhook.Validator so a webhook will be registered for the type
func (*Tag) ValidateDelete ¶
ValidateDelete implements webhook.Validator so a webhook will be registered for the type
type TagList ¶
type TagList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` // Items is a list of Tag CRD objects Items []Tag `json:"items,omitempty"` }
TagList is a list of Tags
func (*TagList) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TagList.
func (*TagList) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type TagSpec ¶
type TagSpec struct { State *TagSpecResource `json:"state,omitempty" tf:"-"` Resource TagSpecResource `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 (*TagSpec) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TagSpec.
type TagSpecResource ¶
type TagSpecResource struct { ID string `json:"id,omitempty" tf:"id,omitempty"` // +optional HtmlURL *string `json:"htmlURL,omitempty" tf:"html_url"` Label *string `json:"label" tf:"label"` // +optional Summary *string `json:"summary,omitempty" tf:"summary"` }
func (*TagSpecResource) DeepCopy ¶
func (in *TagSpecResource) DeepCopy() *TagSpecResource
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TagSpecResource.
func (*TagSpecResource) DeepCopyInto ¶
func (in *TagSpecResource) DeepCopyInto(out *TagSpecResource)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type TagStatus ¶
type TagStatus 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 (*TagStatus) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TagStatus.