Documentation ¶
Overview ¶
+groupName=iotsecurity.azurerm.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 DeviceGroup
- func (in *DeviceGroup) DeepCopy() *DeviceGroup
- func (in *DeviceGroup) DeepCopyInto(out *DeviceGroup)
- func (in *DeviceGroup) DeepCopyObject() runtime.Object
- func (r *DeviceGroup) SetupWebhookWithManager(mgr ctrl.Manager) error
- func (r *DeviceGroup) ValidateCreate() error
- func (r *DeviceGroup) ValidateDelete() error
- func (r *DeviceGroup) ValidateUpdate(old runtime.Object) error
- type DeviceGroupList
- type DeviceGroupSpec
- type DeviceGroupSpecAllowRule
- type DeviceGroupSpecAllowRuleCodec
- type DeviceGroupSpecRangeRule
- type DeviceGroupSpecResource
- type DeviceGroupStatus
- type Solution
- func (in *Solution) DeepCopy() *Solution
- func (in *Solution) DeepCopyInto(out *Solution)
- func (in *Solution) DeepCopyObject() runtime.Object
- func (r *Solution) SetupWebhookWithManager(mgr ctrl.Manager) error
- func (r *Solution) ValidateCreate() error
- func (r *Solution) ValidateDelete() error
- func (r *Solution) ValidateUpdate(old runtime.Object) error
- type SolutionList
- type SolutionSpec
- type SolutionSpecRecommendationsEnabled
- type SolutionSpecRecommendationsEnabledCodec
- type SolutionSpecResource
- type SolutionStatus
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: iotsecurity.GroupName, Version: "v1alpha1"}
Functions ¶
func GetDecoder ¶
func GetDecoder() map[string]jsoniter.ValDecoder
func GetEncoder ¶
func GetEncoder() map[string]jsoniter.ValEncoder
func Resource ¶
func Resource(resource string) schema.GroupResource
Resource takes an unqualified resource and returns a Group qualified GroupResource
Types ¶
type DeviceGroup ¶
type DeviceGroup struct { metav1.TypeMeta `json:",inline,omitempty"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec DeviceGroupSpec `json:"spec,omitempty"` Status DeviceGroupStatus `json:"status,omitempty"` }
func (*DeviceGroup) DeepCopy ¶
func (in *DeviceGroup) DeepCopy() *DeviceGroup
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DeviceGroup.
func (*DeviceGroup) DeepCopyInto ¶
func (in *DeviceGroup) DeepCopyInto(out *DeviceGroup)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*DeviceGroup) DeepCopyObject ¶
func (in *DeviceGroup) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*DeviceGroup) SetupWebhookWithManager ¶
func (r *DeviceGroup) SetupWebhookWithManager(mgr ctrl.Manager) error
func (*DeviceGroup) ValidateCreate ¶
func (r *DeviceGroup) ValidateCreate() error
ValidateCreate implements webhook.Validator so a webhook will be registered for the type
func (*DeviceGroup) ValidateDelete ¶
func (r *DeviceGroup) ValidateDelete() error
ValidateDelete implements webhook.Validator so a webhook will be registered for the type
func (*DeviceGroup) ValidateUpdate ¶
func (r *DeviceGroup) ValidateUpdate(old runtime.Object) error
ValidateUpdate implements webhook.Validator so a webhook will be registered for the type
type DeviceGroupList ¶
type DeviceGroupList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` // Items is a list of DeviceGroup CRD objects Items []DeviceGroup `json:"items,omitempty"` }
DeviceGroupList is a list of DeviceGroups
func (*DeviceGroupList) DeepCopy ¶
func (in *DeviceGroupList) DeepCopy() *DeviceGroupList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DeviceGroupList.
func (*DeviceGroupList) DeepCopyInto ¶
func (in *DeviceGroupList) DeepCopyInto(out *DeviceGroupList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*DeviceGroupList) DeepCopyObject ¶
func (in *DeviceGroupList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type DeviceGroupSpec ¶
type DeviceGroupSpec struct { State *DeviceGroupSpecResource `json:"state,omitempty" tf:"-"` Resource DeviceGroupSpecResource `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 (*DeviceGroupSpec) DeepCopy ¶
func (in *DeviceGroupSpec) DeepCopy() *DeviceGroupSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DeviceGroupSpec.
func (*DeviceGroupSpec) DeepCopyInto ¶
func (in *DeviceGroupSpec) DeepCopyInto(out *DeviceGroupSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type DeviceGroupSpecAllowRule ¶
type DeviceGroupSpecAllowRule struct { // +optional ConnectionToIPNotAllowed []string `json:"connectionToIPNotAllowed,omitempty" tf:"connection_to_ip_not_allowed"` // +optional LocalUserNotAllowed []string `json:"localUserNotAllowed,omitempty" tf:"local_user_not_allowed"` // +optional ProcessNotAllowed []string `json:"processNotAllowed,omitempty" tf:"process_not_allowed"` }
func (*DeviceGroupSpecAllowRule) DeepCopy ¶
func (in *DeviceGroupSpecAllowRule) DeepCopy() *DeviceGroupSpecAllowRule
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DeviceGroupSpecAllowRule.
func (*DeviceGroupSpecAllowRule) DeepCopyInto ¶
func (in *DeviceGroupSpecAllowRule) DeepCopyInto(out *DeviceGroupSpecAllowRule)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type DeviceGroupSpecAllowRuleCodec ¶
type DeviceGroupSpecAllowRuleCodec struct { }
+k8s:deepcopy-gen=false
func (DeviceGroupSpecAllowRuleCodec) Decode ¶
func (DeviceGroupSpecAllowRuleCodec) Decode(ptr unsafe.Pointer, iter *jsoniter.Iterator)
type DeviceGroupSpecRangeRule ¶
type DeviceGroupSpecRangeRule struct { Duration *string `json:"duration" tf:"duration"` Max *int64 `json:"max" tf:"max"` Min *int64 `json:"min" tf:"min"` Type *string `json:"type" tf:"type"` }
func (*DeviceGroupSpecRangeRule) DeepCopy ¶
func (in *DeviceGroupSpecRangeRule) DeepCopy() *DeviceGroupSpecRangeRule
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DeviceGroupSpecRangeRule.
func (*DeviceGroupSpecRangeRule) DeepCopyInto ¶
func (in *DeviceGroupSpecRangeRule) DeepCopyInto(out *DeviceGroupSpecRangeRule)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type DeviceGroupSpecResource ¶
type DeviceGroupSpecResource struct { Timeouts *base.ResourceTimeout `json:"timeouts,omitempty" tf:"timeouts"` ID string `json:"id,omitempty" tf:"id,omitempty"` // +optional AllowRule *DeviceGroupSpecAllowRule `json:"allowRule,omitempty" tf:"allow_rule"` IothubID *string `json:"iothubID" tf:"iothub_id"` Name *string `json:"name" tf:"name"` // +optional RangeRule []DeviceGroupSpecRangeRule `json:"rangeRule,omitempty" tf:"range_rule"` }
func (*DeviceGroupSpecResource) DeepCopy ¶
func (in *DeviceGroupSpecResource) DeepCopy() *DeviceGroupSpecResource
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DeviceGroupSpecResource.
func (*DeviceGroupSpecResource) DeepCopyInto ¶
func (in *DeviceGroupSpecResource) DeepCopyInto(out *DeviceGroupSpecResource)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type DeviceGroupStatus ¶
type DeviceGroupStatus 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 (*DeviceGroupStatus) DeepCopy ¶
func (in *DeviceGroupStatus) DeepCopy() *DeviceGroupStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DeviceGroupStatus.
func (*DeviceGroupStatus) DeepCopyInto ¶
func (in *DeviceGroupStatus) DeepCopyInto(out *DeviceGroupStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type Solution ¶
type Solution struct { metav1.TypeMeta `json:",inline,omitempty"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec SolutionSpec `json:"spec,omitempty"` Status SolutionStatus `json:"status,omitempty"` }
func (*Solution) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Solution.
func (*Solution) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Solution) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*Solution) SetupWebhookWithManager ¶
func (*Solution) ValidateCreate ¶
ValidateCreate implements webhook.Validator so a webhook will be registered for the type
func (*Solution) ValidateDelete ¶
ValidateDelete implements webhook.Validator so a webhook will be registered for the type
type SolutionList ¶
type SolutionList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` // Items is a list of Solution CRD objects Items []Solution `json:"items,omitempty"` }
SolutionList is a list of Solutions
func (*SolutionList) DeepCopy ¶
func (in *SolutionList) DeepCopy() *SolutionList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SolutionList.
func (*SolutionList) DeepCopyInto ¶
func (in *SolutionList) DeepCopyInto(out *SolutionList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*SolutionList) DeepCopyObject ¶
func (in *SolutionList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type SolutionSpec ¶
type SolutionSpec struct { State *SolutionSpecResource `json:"state,omitempty" tf:"-"` Resource SolutionSpecResource `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 (*SolutionSpec) DeepCopy ¶
func (in *SolutionSpec) DeepCopy() *SolutionSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SolutionSpec.
func (*SolutionSpec) DeepCopyInto ¶
func (in *SolutionSpec) DeepCopyInto(out *SolutionSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type SolutionSpecRecommendationsEnabled ¶
type SolutionSpecRecommendationsEnabled struct { // +optional AcrAuthentication *bool `json:"acrAuthentication,omitempty" tf:"acr_authentication"` // +optional AgentSendUnutilizedMsg *bool `json:"agentSendUnutilizedMsg,omitempty" tf:"agent_send_unutilized_msg"` // +optional Baseline *bool `json:"baseline,omitempty" tf:"baseline"` // +optional EdgeHubMemOptimize *bool `json:"edgeHubMemOptimize,omitempty" tf:"edge_hub_mem_optimize"` // +optional EdgeLoggingOption *bool `json:"edgeLoggingOption,omitempty" tf:"edge_logging_option"` // +optional InconsistentModuleSettings *bool `json:"inconsistentModuleSettings,omitempty" tf:"inconsistent_module_settings"` // +optional InstallAgent *bool `json:"installAgent,omitempty" tf:"install_agent"` // +optional IpFilterDenyAll *bool `json:"ipFilterDenyAll,omitempty" tf:"ip_filter_deny_all"` // +optional IpFilterPermissiveRule *bool `json:"ipFilterPermissiveRule,omitempty" tf:"ip_filter_permissive_rule"` // +optional OpenPorts *bool `json:"openPorts,omitempty" tf:"open_ports"` // +optional PermissiveFirewallPolicy *bool `json:"permissiveFirewallPolicy,omitempty" tf:"permissive_firewall_policy"` // +optional PermissiveInputFirewallRules *bool `json:"permissiveInputFirewallRules,omitempty" tf:"permissive_input_firewall_rules"` // +optional PermissiveOutputFirewallRules *bool `json:"permissiveOutputFirewallRules,omitempty" tf:"permissive_output_firewall_rules"` // +optional PrivilegedDockerOptions *bool `json:"privilegedDockerOptions,omitempty" tf:"privileged_docker_options"` SharedCredentials *bool `json:"sharedCredentials,omitempty" tf:"shared_credentials"` // +optional VulnerableTlsCipherSuite *bool `json:"vulnerableTlsCipherSuite,omitempty" tf:"vulnerable_tls_cipher_suite"` }
func (*SolutionSpecRecommendationsEnabled) DeepCopy ¶
func (in *SolutionSpecRecommendationsEnabled) DeepCopy() *SolutionSpecRecommendationsEnabled
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SolutionSpecRecommendationsEnabled.
func (*SolutionSpecRecommendationsEnabled) DeepCopyInto ¶
func (in *SolutionSpecRecommendationsEnabled) DeepCopyInto(out *SolutionSpecRecommendationsEnabled)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type SolutionSpecRecommendationsEnabledCodec ¶
type SolutionSpecRecommendationsEnabledCodec struct { }
+k8s:deepcopy-gen=false
func (SolutionSpecRecommendationsEnabledCodec) Decode ¶
func (SolutionSpecRecommendationsEnabledCodec) Decode(ptr unsafe.Pointer, iter *jsoniter.Iterator)
type SolutionSpecResource ¶
type SolutionSpecResource struct { Timeouts *base.ResourceTimeout `json:"timeouts,omitempty" tf:"timeouts"` ID string `json:"id,omitempty" tf:"id,omitempty"` DisplayName *string `json:"displayName" tf:"display_name"` // +optional Enabled *bool `json:"enabled,omitempty" tf:"enabled"` // +optional EventsToExport []string `json:"eventsToExport,omitempty" tf:"events_to_export"` IothubIDS []string `json:"iothubIDS" tf:"iothub_ids"` Location *string `json:"location" tf:"location"` // +optional LogAnalyticsWorkspaceID *string `json:"logAnalyticsWorkspaceID,omitempty" tf:"log_analytics_workspace_id"` // +optional LogUnmaskedIPSEnabled *bool `json:"logUnmaskedIPSEnabled,omitempty" tf:"log_unmasked_ips_enabled"` Name *string `json:"name" tf:"name"` // +optional QueryForResources *string `json:"queryForResources,omitempty" tf:"query_for_resources"` // +optional QuerySubscriptionIDS []string `json:"querySubscriptionIDS,omitempty" tf:"query_subscription_ids"` // +optional RecommendationsEnabled *SolutionSpecRecommendationsEnabled `json:"recommendationsEnabled,omitempty" tf:"recommendations_enabled"` ResourceGroupName *string `json:"resourceGroupName" tf:"resource_group_name"` // +optional Tags *map[string]string `json:"tags,omitempty" tf:"tags"` }
func (*SolutionSpecResource) DeepCopy ¶
func (in *SolutionSpecResource) DeepCopy() *SolutionSpecResource
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SolutionSpecResource.
func (*SolutionSpecResource) DeepCopyInto ¶
func (in *SolutionSpecResource) DeepCopyInto(out *SolutionSpecResource)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type SolutionStatus ¶
type SolutionStatus 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 (*SolutionStatus) DeepCopy ¶
func (in *SolutionStatus) DeepCopy() *SolutionStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SolutionStatus.
func (*SolutionStatus) DeepCopyInto ¶
func (in *SolutionStatus) DeepCopyInto(out *SolutionStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.