Documentation ¶
Overview ¶
+groupName=video.alicloud.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 SurveillanceSystemGroup
- func (in *SurveillanceSystemGroup) DeepCopy() *SurveillanceSystemGroup
- func (in *SurveillanceSystemGroup) DeepCopyInto(out *SurveillanceSystemGroup)
- func (in *SurveillanceSystemGroup) DeepCopyObject() runtime.Object
- func (r *SurveillanceSystemGroup) SetupWebhookWithManager(mgr ctrl.Manager) error
- func (r *SurveillanceSystemGroup) ValidateCreate() error
- func (r *SurveillanceSystemGroup) ValidateDelete() error
- func (r *SurveillanceSystemGroup) ValidateUpdate(old runtime.Object) error
- type SurveillanceSystemGroupList
- type SurveillanceSystemGroupSpec
- type SurveillanceSystemGroupSpecResource
- type SurveillanceSystemGroupStatus
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: video.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 SurveillanceSystemGroup ¶
type SurveillanceSystemGroup struct { metav1.TypeMeta `json:",inline,omitempty"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec SurveillanceSystemGroupSpec `json:"spec,omitempty"` Status SurveillanceSystemGroupStatus `json:"status,omitempty"` }
func (*SurveillanceSystemGroup) DeepCopy ¶
func (in *SurveillanceSystemGroup) DeepCopy() *SurveillanceSystemGroup
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SurveillanceSystemGroup.
func (*SurveillanceSystemGroup) DeepCopyInto ¶
func (in *SurveillanceSystemGroup) DeepCopyInto(out *SurveillanceSystemGroup)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*SurveillanceSystemGroup) DeepCopyObject ¶
func (in *SurveillanceSystemGroup) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*SurveillanceSystemGroup) SetupWebhookWithManager ¶
func (r *SurveillanceSystemGroup) SetupWebhookWithManager(mgr ctrl.Manager) error
func (*SurveillanceSystemGroup) ValidateCreate ¶
func (r *SurveillanceSystemGroup) ValidateCreate() error
ValidateCreate implements webhook.Validator so a webhook will be registered for the type
func (*SurveillanceSystemGroup) ValidateDelete ¶
func (r *SurveillanceSystemGroup) ValidateDelete() error
ValidateDelete implements webhook.Validator so a webhook will be registered for the type
func (*SurveillanceSystemGroup) ValidateUpdate ¶
func (r *SurveillanceSystemGroup) ValidateUpdate(old runtime.Object) error
ValidateUpdate implements webhook.Validator so a webhook will be registered for the type
type SurveillanceSystemGroupList ¶
type SurveillanceSystemGroupList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` // Items is a list of SurveillanceSystemGroup CRD objects Items []SurveillanceSystemGroup `json:"items,omitempty"` }
SurveillanceSystemGroupList is a list of SurveillanceSystemGroups
func (*SurveillanceSystemGroupList) DeepCopy ¶
func (in *SurveillanceSystemGroupList) DeepCopy() *SurveillanceSystemGroupList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SurveillanceSystemGroupList.
func (*SurveillanceSystemGroupList) DeepCopyInto ¶
func (in *SurveillanceSystemGroupList) DeepCopyInto(out *SurveillanceSystemGroupList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*SurveillanceSystemGroupList) DeepCopyObject ¶
func (in *SurveillanceSystemGroupList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type SurveillanceSystemGroupSpec ¶
type SurveillanceSystemGroupSpec struct { State *SurveillanceSystemGroupSpecResource `json:"state,omitempty" tf:"-"` Resource SurveillanceSystemGroupSpecResource `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 (*SurveillanceSystemGroupSpec) DeepCopy ¶
func (in *SurveillanceSystemGroupSpec) DeepCopy() *SurveillanceSystemGroupSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SurveillanceSystemGroupSpec.
func (*SurveillanceSystemGroupSpec) DeepCopyInto ¶
func (in *SurveillanceSystemGroupSpec) DeepCopyInto(out *SurveillanceSystemGroupSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type SurveillanceSystemGroupSpecResource ¶
type SurveillanceSystemGroupSpecResource struct { ID string `json:"id,omitempty" tf:"id,omitempty"` // +optional Callback *string `json:"callback,omitempty" tf:"callback"` // +optional CaptureImage *int64 `json:"captureImage,omitempty" tf:"capture_image"` // +optional CaptureInterval *int64 `json:"captureInterval,omitempty" tf:"capture_interval"` // +optional CaptureOssBucket *string `json:"captureOssBucket,omitempty" tf:"capture_oss_bucket"` // +optional CaptureOssPath *string `json:"captureOssPath,omitempty" tf:"capture_oss_path"` // +optional CaptureVideo *int64 `json:"captureVideo,omitempty" tf:"capture_video"` // +optional Description *string `json:"description,omitempty" tf:"description"` // +optional Enabled *bool `json:"enabled,omitempty" tf:"enabled"` GroupName *string `json:"groupName" tf:"group_name"` InProtocol *string `json:"inProtocol" tf:"in_protocol"` // +optional LazyPull *bool `json:"lazyPull,omitempty" tf:"lazy_pull"` OutProtocol *string `json:"outProtocol" tf:"out_protocol"` PlayDomain *string `json:"playDomain" tf:"play_domain"` PushDomain *string `json:"pushDomain" tf:"push_domain"` // +optional Status *bool `json:"status,omitempty" tf:"status"` }
func (*SurveillanceSystemGroupSpecResource) DeepCopy ¶
func (in *SurveillanceSystemGroupSpecResource) DeepCopy() *SurveillanceSystemGroupSpecResource
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SurveillanceSystemGroupSpecResource.
func (*SurveillanceSystemGroupSpecResource) DeepCopyInto ¶
func (in *SurveillanceSystemGroupSpecResource) DeepCopyInto(out *SurveillanceSystemGroupSpecResource)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type SurveillanceSystemGroupStatus ¶
type SurveillanceSystemGroupStatus 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 (*SurveillanceSystemGroupStatus) DeepCopy ¶
func (in *SurveillanceSystemGroupStatus) DeepCopy() *SurveillanceSystemGroupStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SurveillanceSystemGroupStatus.
func (*SurveillanceSystemGroupStatus) DeepCopyInto ¶
func (in *SurveillanceSystemGroupStatus) DeepCopyInto(out *SurveillanceSystemGroupStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.