Documentation ¶
Overview ¶
+kubebuilder:object:generate=true +groupName=sentinel.azure.jet.crossplane.io +versionName=v1alpha1
Index ¶
- Constants
- Variables
- type ActionIncidentObservation
- type ActionIncidentParameters
- type ActionPlaybookObservation
- type ActionPlaybookParameters
- type AutomationRule
- func (in *AutomationRule) DeepCopy() *AutomationRule
- func (in *AutomationRule) DeepCopyInto(out *AutomationRule)
- func (in *AutomationRule) DeepCopyObject() runtime.Object
- func (mg *AutomationRule) GetCondition(ct xpv1.ConditionType) xpv1.Condition
- func (tr *AutomationRule) GetConnectionDetailsMapping() map[string]string
- func (mg *AutomationRule) GetDeletionPolicy() xpv1.DeletionPolicy
- func (tr *AutomationRule) GetID() string
- func (tr *AutomationRule) GetObservation() (map[string]interface{}, error)
- func (tr *AutomationRule) GetParameters() (map[string]interface{}, error)
- func (mg *AutomationRule) GetProviderConfigReference() *xpv1.Reference
- func (mg *AutomationRule) GetProviderReference() *xpv1.Reference
- func (mg *AutomationRule) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo
- func (mg *AutomationRule) GetTerraformResourceType() string
- func (tr *AutomationRule) GetTerraformSchemaVersion() int
- func (mg *AutomationRule) GetWriteConnectionSecretToReference() *xpv1.SecretReference
- func (tr *AutomationRule) LateInitialize(attrs []byte) (bool, error)
- func (mg *AutomationRule) SetConditions(c ...xpv1.Condition)
- func (mg *AutomationRule) SetDeletionPolicy(r xpv1.DeletionPolicy)
- func (tr *AutomationRule) SetObservation(obs map[string]interface{}) error
- func (tr *AutomationRule) SetParameters(params map[string]interface{}) error
- func (mg *AutomationRule) SetProviderConfigReference(r *xpv1.Reference)
- func (mg *AutomationRule) SetProviderReference(r *xpv1.Reference)
- func (mg *AutomationRule) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)
- func (mg *AutomationRule) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
- type AutomationRuleList
- type AutomationRuleObservation
- type AutomationRuleParameters
- type AutomationRuleSpec
- type AutomationRuleStatus
- type ConditionObservation
- type ConditionParameters
Constants ¶
const ( CRDGroup = "sentinel.azure.jet.crossplane.io" CRDVersion = "v1alpha1" )
Package type metadata.
Variables ¶
var ( AutomationRule_Kind = "AutomationRule" AutomationRule_GroupKind = schema.GroupKind{Group: CRDGroup, Kind: AutomationRule_Kind}.String() AutomationRule_KindAPIVersion = AutomationRule_Kind + "." + CRDGroupVersion.String() AutomationRule_GroupVersionKind = CRDGroupVersion.WithKind(AutomationRule_Kind) )
Repository type metadata.
var ( // CRDGroupVersion is the API Group Version used to register the objects CRDGroupVersion = schema.GroupVersion{Group: CRDGroup, Version: CRDVersion} // SchemeBuilder is used to add go types to the GroupVersionKind scheme SchemeBuilder = &scheme.Builder{GroupVersion: CRDGroupVersion} // AddToScheme adds the types in this group-version to the given scheme. AddToScheme = SchemeBuilder.AddToScheme )
Functions ¶
This section is empty.
Types ¶
type ActionIncidentObservation ¶
type ActionIncidentObservation struct { }
func (*ActionIncidentObservation) DeepCopy ¶
func (in *ActionIncidentObservation) DeepCopy() *ActionIncidentObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ActionIncidentObservation.
func (*ActionIncidentObservation) DeepCopyInto ¶
func (in *ActionIncidentObservation) DeepCopyInto(out *ActionIncidentObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ActionIncidentParameters ¶
type ActionIncidentParameters struct { // +kubebuilder:validation:Optional Classification *string `json:"classification,omitempty" tf:"classification,omitempty"` // +kubebuilder:validation:Optional ClassificationComment *string `json:"classificationComment,omitempty" tf:"classification_comment,omitempty"` // +kubebuilder:validation:Optional Labels []*string `json:"labels,omitempty" tf:"labels,omitempty"` // +kubebuilder:validation:Required Order *float64 `json:"order" tf:"order,omitempty"` // +kubebuilder:validation:Optional OwnerID *string `json:"ownerId,omitempty" tf:"owner_id,omitempty"` // +kubebuilder:validation:Optional Severity *string `json:"severity,omitempty" tf:"severity,omitempty"` // +kubebuilder:validation:Optional Status *string `json:"status,omitempty" tf:"status,omitempty"` }
func (*ActionIncidentParameters) DeepCopy ¶
func (in *ActionIncidentParameters) DeepCopy() *ActionIncidentParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ActionIncidentParameters.
func (*ActionIncidentParameters) DeepCopyInto ¶
func (in *ActionIncidentParameters) DeepCopyInto(out *ActionIncidentParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ActionPlaybookObservation ¶
type ActionPlaybookObservation struct { }
func (*ActionPlaybookObservation) DeepCopy ¶
func (in *ActionPlaybookObservation) DeepCopy() *ActionPlaybookObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ActionPlaybookObservation.
func (*ActionPlaybookObservation) DeepCopyInto ¶
func (in *ActionPlaybookObservation) DeepCopyInto(out *ActionPlaybookObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ActionPlaybookParameters ¶
type ActionPlaybookParameters struct { // +kubebuilder:validation:Required LogicAppID *string `json:"logicAppId" tf:"logic_app_id,omitempty"` // +kubebuilder:validation:Required Order *float64 `json:"order" tf:"order,omitempty"` // +kubebuilder:validation:Optional TenantID *string `json:"tenantId,omitempty" tf:"tenant_id,omitempty"` }
func (*ActionPlaybookParameters) DeepCopy ¶
func (in *ActionPlaybookParameters) DeepCopy() *ActionPlaybookParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ActionPlaybookParameters.
func (*ActionPlaybookParameters) DeepCopyInto ¶
func (in *ActionPlaybookParameters) DeepCopyInto(out *ActionPlaybookParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type AutomationRule ¶
type AutomationRule struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec AutomationRuleSpec `json:"spec"` Status AutomationRuleStatus `json:"status,omitempty"` }
AutomationRule is the Schema for the AutomationRules API +kubebuilder:printcolumn:name="READY",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].status" +kubebuilder:printcolumn:name="SYNCED",type="string",JSONPath=".status.conditions[?(@.type=='Synced')].status" +kubebuilder:printcolumn:name="EXTERNAL-NAME",type="string",JSONPath=".metadata.annotations.crossplane\\.io/external-name" +kubebuilder:printcolumn:name="AGE",type="date",JSONPath=".metadata.creationTimestamp" +kubebuilder:subresource:status +kubebuilder:resource:scope=Cluster,categories={crossplane,managed,azurejet}
func (*AutomationRule) DeepCopy ¶
func (in *AutomationRule) DeepCopy() *AutomationRule
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AutomationRule.
func (*AutomationRule) DeepCopyInto ¶
func (in *AutomationRule) DeepCopyInto(out *AutomationRule)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*AutomationRule) DeepCopyObject ¶
func (in *AutomationRule) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*AutomationRule) GetCondition ¶
func (mg *AutomationRule) GetCondition(ct xpv1.ConditionType) xpv1.Condition
GetCondition of this AutomationRule.
func (*AutomationRule) GetConnectionDetailsMapping ¶
func (tr *AutomationRule) GetConnectionDetailsMapping() map[string]string
GetConnectionDetailsMapping for this AutomationRule
func (*AutomationRule) GetDeletionPolicy ¶
func (mg *AutomationRule) GetDeletionPolicy() xpv1.DeletionPolicy
GetDeletionPolicy of this AutomationRule.
func (*AutomationRule) GetID ¶
func (tr *AutomationRule) GetID() string
GetID returns ID of underlying Terraform resource of this AutomationRule
func (*AutomationRule) GetObservation ¶
func (tr *AutomationRule) GetObservation() (map[string]interface{}, error)
GetObservation of this AutomationRule
func (*AutomationRule) GetParameters ¶
func (tr *AutomationRule) GetParameters() (map[string]interface{}, error)
GetParameters of this AutomationRule
func (*AutomationRule) GetProviderConfigReference ¶
func (mg *AutomationRule) GetProviderConfigReference() *xpv1.Reference
GetProviderConfigReference of this AutomationRule.
func (*AutomationRule) GetProviderReference ¶
func (mg *AutomationRule) GetProviderReference() *xpv1.Reference
GetProviderReference of this AutomationRule. Deprecated: Use GetProviderConfigReference.
func (*AutomationRule) GetPublishConnectionDetailsTo ¶
func (mg *AutomationRule) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo
GetPublishConnectionDetailsTo of this AutomationRule.
func (*AutomationRule) GetTerraformResourceType ¶
func (mg *AutomationRule) GetTerraformResourceType() string
GetTerraformResourceType returns Terraform resource type for this AutomationRule
func (*AutomationRule) GetTerraformSchemaVersion ¶
func (tr *AutomationRule) GetTerraformSchemaVersion() int
GetTerraformSchemaVersion returns the associated Terraform schema version
func (*AutomationRule) GetWriteConnectionSecretToReference ¶
func (mg *AutomationRule) GetWriteConnectionSecretToReference() *xpv1.SecretReference
GetWriteConnectionSecretToReference of this AutomationRule.
func (*AutomationRule) LateInitialize ¶
func (tr *AutomationRule) LateInitialize(attrs []byte) (bool, error)
LateInitialize this AutomationRule using its observed tfState. returns True if there are any spec changes for the resource.
func (*AutomationRule) SetConditions ¶
func (mg *AutomationRule) SetConditions(c ...xpv1.Condition)
SetConditions of this AutomationRule.
func (*AutomationRule) SetDeletionPolicy ¶
func (mg *AutomationRule) SetDeletionPolicy(r xpv1.DeletionPolicy)
SetDeletionPolicy of this AutomationRule.
func (*AutomationRule) SetObservation ¶
func (tr *AutomationRule) SetObservation(obs map[string]interface{}) error
SetObservation for this AutomationRule
func (*AutomationRule) SetParameters ¶
func (tr *AutomationRule) SetParameters(params map[string]interface{}) error
SetParameters for this AutomationRule
func (*AutomationRule) SetProviderConfigReference ¶
func (mg *AutomationRule) SetProviderConfigReference(r *xpv1.Reference)
SetProviderConfigReference of this AutomationRule.
func (*AutomationRule) SetProviderReference ¶
func (mg *AutomationRule) SetProviderReference(r *xpv1.Reference)
SetProviderReference of this AutomationRule. Deprecated: Use SetProviderConfigReference.
func (*AutomationRule) SetPublishConnectionDetailsTo ¶
func (mg *AutomationRule) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)
SetPublishConnectionDetailsTo of this AutomationRule.
func (*AutomationRule) SetWriteConnectionSecretToReference ¶
func (mg *AutomationRule) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
SetWriteConnectionSecretToReference of this AutomationRule.
type AutomationRuleList ¶
type AutomationRuleList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []AutomationRule `json:"items"` }
AutomationRuleList contains a list of AutomationRules
func (*AutomationRuleList) DeepCopy ¶
func (in *AutomationRuleList) DeepCopy() *AutomationRuleList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AutomationRuleList.
func (*AutomationRuleList) DeepCopyInto ¶
func (in *AutomationRuleList) DeepCopyInto(out *AutomationRuleList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*AutomationRuleList) DeepCopyObject ¶
func (in *AutomationRuleList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*AutomationRuleList) GetItems ¶
func (l *AutomationRuleList) GetItems() []resource.Managed
GetItems of this AutomationRuleList.
type AutomationRuleObservation ¶
type AutomationRuleObservation struct {
ID *string `json:"id,omitempty" tf:"id,omitempty"`
}
func (*AutomationRuleObservation) DeepCopy ¶
func (in *AutomationRuleObservation) DeepCopy() *AutomationRuleObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AutomationRuleObservation.
func (*AutomationRuleObservation) DeepCopyInto ¶
func (in *AutomationRuleObservation) DeepCopyInto(out *AutomationRuleObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type AutomationRuleParameters ¶
type AutomationRuleParameters struct { // +kubebuilder:validation:Optional ActionIncident []ActionIncidentParameters `json:"actionIncident,omitempty" tf:"action_incident,omitempty"` // +kubebuilder:validation:Optional ActionPlaybook []ActionPlaybookParameters `json:"actionPlaybook,omitempty" tf:"action_playbook,omitempty"` // +kubebuilder:validation:Optional Condition []ConditionParameters `json:"condition,omitempty" tf:"condition,omitempty"` // +kubebuilder:validation:Required DisplayName *string `json:"displayName" tf:"display_name,omitempty"` // +kubebuilder:validation:Optional Enabled *bool `json:"enabled,omitempty" tf:"enabled,omitempty"` // +kubebuilder:validation:Required LogAnalyticsWorkspaceID *string `json:"logAnalyticsWorkspaceId" tf:"log_analytics_workspace_id,omitempty"` // +kubebuilder:validation:Required Name *string `json:"name" tf:"name,omitempty"` // +kubebuilder:validation:Required Order *float64 `json:"order" tf:"order,omitempty"` }
func (*AutomationRuleParameters) DeepCopy ¶
func (in *AutomationRuleParameters) DeepCopy() *AutomationRuleParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AutomationRuleParameters.
func (*AutomationRuleParameters) DeepCopyInto ¶
func (in *AutomationRuleParameters) DeepCopyInto(out *AutomationRuleParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type AutomationRuleSpec ¶
type AutomationRuleSpec struct { v1.ResourceSpec `json:",inline"` ForProvider AutomationRuleParameters `json:"forProvider"` }
AutomationRuleSpec defines the desired state of AutomationRule
func (*AutomationRuleSpec) DeepCopy ¶
func (in *AutomationRuleSpec) DeepCopy() *AutomationRuleSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AutomationRuleSpec.
func (*AutomationRuleSpec) DeepCopyInto ¶
func (in *AutomationRuleSpec) DeepCopyInto(out *AutomationRuleSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type AutomationRuleStatus ¶
type AutomationRuleStatus struct { v1.ResourceStatus `json:",inline"` AtProvider AutomationRuleObservation `json:"atProvider,omitempty"` }
AutomationRuleStatus defines the observed state of AutomationRule.
func (*AutomationRuleStatus) DeepCopy ¶
func (in *AutomationRuleStatus) DeepCopy() *AutomationRuleStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AutomationRuleStatus.
func (*AutomationRuleStatus) DeepCopyInto ¶
func (in *AutomationRuleStatus) DeepCopyInto(out *AutomationRuleStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ConditionObservation ¶
type ConditionObservation struct { }
func (*ConditionObservation) DeepCopy ¶
func (in *ConditionObservation) DeepCopy() *ConditionObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ConditionObservation.
func (*ConditionObservation) DeepCopyInto ¶
func (in *ConditionObservation) DeepCopyInto(out *ConditionObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ConditionParameters ¶
type ConditionParameters struct { // +kubebuilder:validation:Required Operator *string `json:"operator" tf:"operator,omitempty"` // +kubebuilder:validation:Required Property *string `json:"property" tf:"property,omitempty"` // +kubebuilder:validation:Required Values []*string `json:"values" tf:"values,omitempty"` }
func (*ConditionParameters) DeepCopy ¶
func (in *ConditionParameters) DeepCopy() *ConditionParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ConditionParameters.
func (*ConditionParameters) DeepCopyInto ¶
func (in *ConditionParameters) DeepCopyInto(out *ConditionParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.