Documentation ¶
Overview ¶
+kubebuilder:object:generate=true +groupName=healthbot.azure.jet.crossplane.io +versionName=v1alpha1
Index ¶
- Constants
- Variables
- type HealthBot
- func (in *HealthBot) DeepCopy() *HealthBot
- func (in *HealthBot) DeepCopyInto(out *HealthBot)
- func (in *HealthBot) DeepCopyObject() runtime.Object
- func (mg *HealthBot) GetCondition(ct xpv1.ConditionType) xpv1.Condition
- func (tr *HealthBot) GetConnectionDetailsMapping() map[string]string
- func (mg *HealthBot) GetDeletionPolicy() xpv1.DeletionPolicy
- func (tr *HealthBot) GetID() string
- func (tr *HealthBot) GetObservation() (map[string]interface{}, error)
- func (tr *HealthBot) GetParameters() (map[string]interface{}, error)
- func (mg *HealthBot) GetProviderConfigReference() *xpv1.Reference
- func (mg *HealthBot) GetProviderReference() *xpv1.Reference
- func (mg *HealthBot) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo
- func (mg *HealthBot) GetTerraformResourceType() string
- func (tr *HealthBot) GetTerraformSchemaVersion() int
- func (mg *HealthBot) GetWriteConnectionSecretToReference() *xpv1.SecretReference
- func (tr *HealthBot) LateInitialize(attrs []byte) (bool, error)
- func (mg *HealthBot) ResolveReferences(ctx context.Context, c client.Reader) error
- func (mg *HealthBot) SetConditions(c ...xpv1.Condition)
- func (mg *HealthBot) SetDeletionPolicy(r xpv1.DeletionPolicy)
- func (tr *HealthBot) SetObservation(obs map[string]interface{}) error
- func (tr *HealthBot) SetParameters(params map[string]interface{}) error
- func (mg *HealthBot) SetProviderConfigReference(r *xpv1.Reference)
- func (mg *HealthBot) SetProviderReference(r *xpv1.Reference)
- func (mg *HealthBot) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)
- func (mg *HealthBot) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
- type HealthBotList
- type HealthBotObservation
- type HealthBotParameters
- type HealthBotSpec
- type HealthBotStatus
Constants ¶
const ( CRDGroup = "healthbot.azure.jet.crossplane.io" CRDVersion = "v1alpha1" )
Package type metadata.
Variables ¶
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 )
var ( HealthBot_Kind = "HealthBot" HealthBot_GroupKind = schema.GroupKind{Group: CRDGroup, Kind: HealthBot_Kind}.String() HealthBot_KindAPIVersion = HealthBot_Kind + "." + CRDGroupVersion.String() HealthBot_GroupVersionKind = CRDGroupVersion.WithKind(HealthBot_Kind) )
Repository type metadata.
Functions ¶
This section is empty.
Types ¶
type HealthBot ¶
type HealthBot struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec HealthBotSpec `json:"spec"` Status HealthBotStatus `json:"status,omitempty"` }
HealthBot is the Schema for the HealthBots 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 (*HealthBot) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new HealthBot.
func (*HealthBot) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*HealthBot) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*HealthBot) GetCondition ¶
func (mg *HealthBot) GetCondition(ct xpv1.ConditionType) xpv1.Condition
GetCondition of this HealthBot.
func (*HealthBot) GetConnectionDetailsMapping ¶
GetConnectionDetailsMapping for this HealthBot
func (*HealthBot) GetDeletionPolicy ¶
func (mg *HealthBot) GetDeletionPolicy() xpv1.DeletionPolicy
GetDeletionPolicy of this HealthBot.
func (*HealthBot) GetObservation ¶
GetObservation of this HealthBot
func (*HealthBot) GetParameters ¶
GetParameters of this HealthBot
func (*HealthBot) GetProviderConfigReference ¶
GetProviderConfigReference of this HealthBot.
func (*HealthBot) GetProviderReference ¶
GetProviderReference of this HealthBot. Deprecated: Use GetProviderConfigReference.
func (*HealthBot) GetPublishConnectionDetailsTo ¶
func (mg *HealthBot) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo
GetPublishConnectionDetailsTo of this HealthBot.
func (*HealthBot) GetTerraformResourceType ¶
GetTerraformResourceType returns Terraform resource type for this HealthBot
func (*HealthBot) GetTerraformSchemaVersion ¶
GetTerraformSchemaVersion returns the associated Terraform schema version
func (*HealthBot) GetWriteConnectionSecretToReference ¶
func (mg *HealthBot) GetWriteConnectionSecretToReference() *xpv1.SecretReference
GetWriteConnectionSecretToReference of this HealthBot.
func (*HealthBot) LateInitialize ¶
LateInitialize this HealthBot using its observed tfState. returns True if there are any spec changes for the resource.
func (*HealthBot) ResolveReferences ¶
ResolveReferences of this HealthBot.
func (*HealthBot) SetConditions ¶
SetConditions of this HealthBot.
func (*HealthBot) SetDeletionPolicy ¶
func (mg *HealthBot) SetDeletionPolicy(r xpv1.DeletionPolicy)
SetDeletionPolicy of this HealthBot.
func (*HealthBot) SetObservation ¶
SetObservation for this HealthBot
func (*HealthBot) SetParameters ¶
SetParameters for this HealthBot
func (*HealthBot) SetProviderConfigReference ¶
SetProviderConfigReference of this HealthBot.
func (*HealthBot) SetProviderReference ¶
SetProviderReference of this HealthBot. Deprecated: Use SetProviderConfigReference.
func (*HealthBot) SetPublishConnectionDetailsTo ¶
func (mg *HealthBot) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)
SetPublishConnectionDetailsTo of this HealthBot.
func (*HealthBot) SetWriteConnectionSecretToReference ¶
func (mg *HealthBot) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
SetWriteConnectionSecretToReference of this HealthBot.
type HealthBotList ¶
type HealthBotList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []HealthBot `json:"items"` }
HealthBotList contains a list of HealthBots
func (*HealthBotList) DeepCopy ¶
func (in *HealthBotList) DeepCopy() *HealthBotList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new HealthBotList.
func (*HealthBotList) DeepCopyInto ¶
func (in *HealthBotList) DeepCopyInto(out *HealthBotList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*HealthBotList) DeepCopyObject ¶
func (in *HealthBotList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*HealthBotList) GetItems ¶
func (l *HealthBotList) GetItems() []resource.Managed
GetItems of this HealthBotList.
type HealthBotObservation ¶
type HealthBotObservation struct { BotManagementPortalURL *string `json:"botManagementPortalUrl,omitempty" tf:"bot_management_portal_url,omitempty"` ID *string `json:"id,omitempty" tf:"id,omitempty"` }
func (*HealthBotObservation) DeepCopy ¶
func (in *HealthBotObservation) DeepCopy() *HealthBotObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new HealthBotObservation.
func (*HealthBotObservation) DeepCopyInto ¶
func (in *HealthBotObservation) DeepCopyInto(out *HealthBotObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type HealthBotParameters ¶
type HealthBotParameters struct { // +kubebuilder:validation:Required Location *string `json:"location" tf:"location,omitempty"` // +kubebuilder:validation:Required Name *string `json:"name" tf:"name,omitempty"` // +crossplane:generate:reference:type=github.com/crossplane-contrib/provider-jet-azure/apis/azure/v1alpha2.ResourceGroup // +kubebuilder:validation:Optional ResourceGroupName *string `json:"resourceGroupName,omitempty" tf:"resource_group_name,omitempty"` // +kubebuilder:validation:Optional ResourceGroupNameRef *v1.Reference `json:"resourceGroupNameRef,omitempty" tf:"-"` // +kubebuilder:validation:Optional ResourceGroupNameSelector *v1.Selector `json:"resourceGroupNameSelector,omitempty" tf:"-"` // +kubebuilder:validation:Required SkuName *string `json:"skuName" tf:"sku_name,omitempty"` // +kubebuilder:validation:Optional Tags map[string]*string `json:"tags,omitempty" tf:"tags,omitempty"` }
func (*HealthBotParameters) DeepCopy ¶
func (in *HealthBotParameters) DeepCopy() *HealthBotParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new HealthBotParameters.
func (*HealthBotParameters) DeepCopyInto ¶
func (in *HealthBotParameters) DeepCopyInto(out *HealthBotParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type HealthBotSpec ¶
type HealthBotSpec struct { v1.ResourceSpec `json:",inline"` ForProvider HealthBotParameters `json:"forProvider"` }
HealthBotSpec defines the desired state of HealthBot
func (*HealthBotSpec) DeepCopy ¶
func (in *HealthBotSpec) DeepCopy() *HealthBotSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new HealthBotSpec.
func (*HealthBotSpec) DeepCopyInto ¶
func (in *HealthBotSpec) DeepCopyInto(out *HealthBotSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type HealthBotStatus ¶
type HealthBotStatus struct { v1.ResourceStatus `json:",inline"` AtProvider HealthBotObservation `json:"atProvider,omitempty"` }
HealthBotStatus defines the observed state of HealthBot.
func (*HealthBotStatus) DeepCopy ¶
func (in *HealthBotStatus) DeepCopy() *HealthBotStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new HealthBotStatus.
func (*HealthBotStatus) DeepCopyInto ¶
func (in *HealthBotStatus) DeepCopyInto(out *HealthBotStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.