v1alpha1

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: May 8, 2022 License: Apache-2.0 Imports: 14 Imported by: 2

Documentation

Overview

+groupName=video.alicloud.kubeform.com

Index

Constants

This section is empty.

Variables

View Source
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
)
View Source
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

func Kind(kind string) schema.GroupKind

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

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

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

func (*SurveillanceSystemGroupList) DeepCopyInto

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

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

func (*SurveillanceSystemGroupSpec) DeepCopyInto

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

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

func (*SurveillanceSystemGroupSpecResource) DeepCopyInto

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

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

func (*SurveillanceSystemGroupStatus) DeepCopyInto

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