Documentation ¶
Overview ¶
+kubebuilder:object:generate=true +groupName=databoxedge.azure.jet.crossplane.io +versionName=v1alpha1
Index ¶
- Constants
- Variables
- type ContactObservation
- type ContactParameters
- type Device
- func (in *Device) DeepCopy() *Device
- func (in *Device) DeepCopyInto(out *Device)
- func (in *Device) DeepCopyObject() runtime.Object
- func (mg *Device) GetCondition(ct xpv1.ConditionType) xpv1.Condition
- func (tr *Device) GetConnectionDetailsMapping() map[string]string
- func (mg *Device) GetDeletionPolicy() xpv1.DeletionPolicy
- func (tr *Device) GetID() string
- func (tr *Device) GetObservation() (map[string]interface{}, error)
- func (tr *Device) GetParameters() (map[string]interface{}, error)
- func (mg *Device) GetProviderConfigReference() *xpv1.Reference
- func (mg *Device) GetProviderReference() *xpv1.Reference
- func (mg *Device) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo
- func (mg *Device) GetTerraformResourceType() string
- func (tr *Device) GetTerraformSchemaVersion() int
- func (mg *Device) GetWriteConnectionSecretToReference() *xpv1.SecretReference
- func (tr *Device) LateInitialize(attrs []byte) (bool, error)
- func (mg *Device) ResolveReferences(ctx context.Context, c client.Reader) error
- func (mg *Device) SetConditions(c ...xpv1.Condition)
- func (mg *Device) SetDeletionPolicy(r xpv1.DeletionPolicy)
- func (tr *Device) SetObservation(obs map[string]interface{}) error
- func (tr *Device) SetParameters(params map[string]interface{}) error
- func (mg *Device) SetProviderConfigReference(r *xpv1.Reference)
- func (mg *Device) SetProviderReference(r *xpv1.Reference)
- func (mg *Device) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)
- func (mg *Device) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
- type DeviceList
- type DeviceObservation
- type DeviceParameters
- type DevicePropertiesObservation
- type DevicePropertiesParameters
- type DeviceSpec
- type DeviceStatus
- type Order
- func (in *Order) DeepCopy() *Order
- func (in *Order) DeepCopyInto(out *Order)
- func (in *Order) DeepCopyObject() runtime.Object
- func (mg *Order) GetCondition(ct xpv1.ConditionType) xpv1.Condition
- func (tr *Order) GetConnectionDetailsMapping() map[string]string
- func (mg *Order) GetDeletionPolicy() xpv1.DeletionPolicy
- func (tr *Order) GetID() string
- func (tr *Order) GetObservation() (map[string]interface{}, error)
- func (tr *Order) GetParameters() (map[string]interface{}, error)
- func (mg *Order) GetProviderConfigReference() *xpv1.Reference
- func (mg *Order) GetProviderReference() *xpv1.Reference
- func (mg *Order) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo
- func (mg *Order) GetTerraformResourceType() string
- func (tr *Order) GetTerraformSchemaVersion() int
- func (mg *Order) GetWriteConnectionSecretToReference() *xpv1.SecretReference
- func (tr *Order) LateInitialize(attrs []byte) (bool, error)
- func (mg *Order) ResolveReferences(ctx context.Context, c client.Reader) error
- func (mg *Order) SetConditions(c ...xpv1.Condition)
- func (mg *Order) SetDeletionPolicy(r xpv1.DeletionPolicy)
- func (tr *Order) SetObservation(obs map[string]interface{}) error
- func (tr *Order) SetParameters(params map[string]interface{}) error
- func (mg *Order) SetProviderConfigReference(r *xpv1.Reference)
- func (mg *Order) SetProviderReference(r *xpv1.Reference)
- func (mg *Order) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)
- func (mg *Order) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
- type OrderList
- type OrderObservation
- type OrderParameters
- type OrderSpec
- type OrderStatus
- type ReturnTrackingObservation
- type ReturnTrackingParameters
- type ShipmentAddressObservation
- type ShipmentAddressParameters
- type ShipmentHistoryObservation
- type ShipmentHistoryParameters
- type ShipmentTrackingObservation
- type ShipmentTrackingParameters
- type StatusObservation
- type StatusParameters
Constants ¶
const ( CRDGroup = "databoxedge.azure.jet.crossplane.io" CRDVersion = "v1alpha1" )
Package type metadata.
Variables ¶
var ( Device_Kind = "Device" Device_GroupKind = schema.GroupKind{Group: CRDGroup, Kind: Device_Kind}.String() Device_KindAPIVersion = Device_Kind + "." + CRDGroupVersion.String() Device_GroupVersionKind = CRDGroupVersion.WithKind(Device_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 )
var ( Order_Kind = "Order" Order_GroupKind = schema.GroupKind{Group: CRDGroup, Kind: Order_Kind}.String() Order_KindAPIVersion = Order_Kind + "." + CRDGroupVersion.String() Order_GroupVersionKind = CRDGroupVersion.WithKind(Order_Kind) )
Repository type metadata.
Functions ¶
This section is empty.
Types ¶
type ContactObservation ¶
type ContactObservation struct { }
func (*ContactObservation) DeepCopy ¶
func (in *ContactObservation) DeepCopy() *ContactObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ContactObservation.
func (*ContactObservation) DeepCopyInto ¶
func (in *ContactObservation) DeepCopyInto(out *ContactObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ContactParameters ¶
type ContactParameters struct { // +kubebuilder:validation:Required CompanyName *string `json:"companyName" tf:"company_name,omitempty"` // +kubebuilder:validation:Required Emails []*string `json:"emails" tf:"emails,omitempty"` // +kubebuilder:validation:Required Name *string `json:"name" tf:"name,omitempty"` // +kubebuilder:validation:Required PhoneNumber *string `json:"phoneNumber" tf:"phone_number,omitempty"` }
func (*ContactParameters) DeepCopy ¶
func (in *ContactParameters) DeepCopy() *ContactParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ContactParameters.
func (*ContactParameters) DeepCopyInto ¶
func (in *ContactParameters) DeepCopyInto(out *ContactParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type Device ¶
type Device struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec DeviceSpec `json:"spec"` Status DeviceStatus `json:"status,omitempty"` }
Device is the Schema for the Devices 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 (*Device) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Device.
func (*Device) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Device) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*Device) GetCondition ¶
func (mg *Device) GetCondition(ct xpv1.ConditionType) xpv1.Condition
GetCondition of this Device.
func (*Device) GetConnectionDetailsMapping ¶
GetConnectionDetailsMapping for this Device
func (*Device) GetDeletionPolicy ¶
func (mg *Device) GetDeletionPolicy() xpv1.DeletionPolicy
GetDeletionPolicy of this Device.
func (*Device) GetObservation ¶
GetObservation of this Device
func (*Device) GetParameters ¶
GetParameters of this Device
func (*Device) GetProviderConfigReference ¶
GetProviderConfigReference of this Device.
func (*Device) GetProviderReference ¶
GetProviderReference of this Device. Deprecated: Use GetProviderConfigReference.
func (*Device) GetPublishConnectionDetailsTo ¶
func (mg *Device) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo
GetPublishConnectionDetailsTo of this Device.
func (*Device) GetTerraformResourceType ¶
GetTerraformResourceType returns Terraform resource type for this Device
func (*Device) GetTerraformSchemaVersion ¶
GetTerraformSchemaVersion returns the associated Terraform schema version
func (*Device) GetWriteConnectionSecretToReference ¶
func (mg *Device) GetWriteConnectionSecretToReference() *xpv1.SecretReference
GetWriteConnectionSecretToReference of this Device.
func (*Device) LateInitialize ¶
LateInitialize this Device using its observed tfState. returns True if there are any spec changes for the resource.
func (*Device) ResolveReferences ¶
ResolveReferences of this Device.
func (*Device) SetConditions ¶
SetConditions of this Device.
func (*Device) SetDeletionPolicy ¶
func (mg *Device) SetDeletionPolicy(r xpv1.DeletionPolicy)
SetDeletionPolicy of this Device.
func (*Device) SetObservation ¶
SetObservation for this Device
func (*Device) SetParameters ¶
SetParameters for this Device
func (*Device) SetProviderConfigReference ¶
SetProviderConfigReference of this Device.
func (*Device) SetProviderReference ¶
SetProviderReference of this Device. Deprecated: Use SetProviderConfigReference.
func (*Device) SetPublishConnectionDetailsTo ¶
func (mg *Device) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)
SetPublishConnectionDetailsTo of this Device.
func (*Device) SetWriteConnectionSecretToReference ¶
func (mg *Device) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
SetWriteConnectionSecretToReference of this Device.
type DeviceList ¶
type DeviceList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []Device `json:"items"` }
DeviceList contains a list of Devices
func (*DeviceList) DeepCopy ¶
func (in *DeviceList) DeepCopy() *DeviceList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DeviceList.
func (*DeviceList) DeepCopyInto ¶
func (in *DeviceList) DeepCopyInto(out *DeviceList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*DeviceList) DeepCopyObject ¶
func (in *DeviceList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*DeviceList) GetItems ¶
func (l *DeviceList) GetItems() []resource.Managed
GetItems of this DeviceList.
type DeviceObservation ¶
type DeviceObservation struct { DeviceProperties []DevicePropertiesObservation `json:"deviceProperties,omitempty" tf:"device_properties,omitempty"` ID *string `json:"id,omitempty" tf:"id,omitempty"` }
func (*DeviceObservation) DeepCopy ¶
func (in *DeviceObservation) DeepCopy() *DeviceObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DeviceObservation.
func (*DeviceObservation) DeepCopyInto ¶
func (in *DeviceObservation) DeepCopyInto(out *DeviceObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type DeviceParameters ¶
type DeviceParameters 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 (*DeviceParameters) DeepCopy ¶
func (in *DeviceParameters) DeepCopy() *DeviceParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DeviceParameters.
func (*DeviceParameters) DeepCopyInto ¶
func (in *DeviceParameters) DeepCopyInto(out *DeviceParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type DevicePropertiesObservation ¶
type DevicePropertiesObservation struct { Capacity *float64 `json:"capacity,omitempty" tf:"capacity,omitempty"` ConfiguredRoleTypes []*string `json:"configuredRoleTypes,omitempty" tf:"configured_role_types,omitempty"` Culture *string `json:"culture,omitempty" tf:"culture,omitempty"` HcsVersion *string `json:"hcsVersion,omitempty" tf:"hcs_version,omitempty"` Model *string `json:"model,omitempty" tf:"model,omitempty"` NodeCount *float64 `json:"nodeCount,omitempty" tf:"node_count,omitempty"` SerialNumber *string `json:"serialNumber,omitempty" tf:"serial_number,omitempty"` SoftwareVersion *string `json:"softwareVersion,omitempty" tf:"software_version,omitempty"` Status *string `json:"status,omitempty" tf:"status,omitempty"` TimeZone *string `json:"timeZone,omitempty" tf:"time_zone,omitempty"` Type *string `json:"type,omitempty" tf:"type,omitempty"` }
func (*DevicePropertiesObservation) DeepCopy ¶
func (in *DevicePropertiesObservation) DeepCopy() *DevicePropertiesObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DevicePropertiesObservation.
func (*DevicePropertiesObservation) DeepCopyInto ¶
func (in *DevicePropertiesObservation) DeepCopyInto(out *DevicePropertiesObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type DevicePropertiesParameters ¶
type DevicePropertiesParameters struct { }
func (*DevicePropertiesParameters) DeepCopy ¶
func (in *DevicePropertiesParameters) DeepCopy() *DevicePropertiesParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DevicePropertiesParameters.
func (*DevicePropertiesParameters) DeepCopyInto ¶
func (in *DevicePropertiesParameters) DeepCopyInto(out *DevicePropertiesParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type DeviceSpec ¶
type DeviceSpec struct { v1.ResourceSpec `json:",inline"` ForProvider DeviceParameters `json:"forProvider"` }
DeviceSpec defines the desired state of Device
func (*DeviceSpec) DeepCopy ¶
func (in *DeviceSpec) DeepCopy() *DeviceSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DeviceSpec.
func (*DeviceSpec) DeepCopyInto ¶
func (in *DeviceSpec) DeepCopyInto(out *DeviceSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type DeviceStatus ¶
type DeviceStatus struct { v1.ResourceStatus `json:",inline"` AtProvider DeviceObservation `json:"atProvider,omitempty"` }
DeviceStatus defines the observed state of Device.
func (*DeviceStatus) DeepCopy ¶
func (in *DeviceStatus) DeepCopy() *DeviceStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DeviceStatus.
func (*DeviceStatus) DeepCopyInto ¶
func (in *DeviceStatus) DeepCopyInto(out *DeviceStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type Order ¶
type Order struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec OrderSpec `json:"spec"` Status OrderStatus `json:"status,omitempty"` }
Order is the Schema for the Orders 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 (*Order) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Order.
func (*Order) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Order) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*Order) GetCondition ¶
func (mg *Order) GetCondition(ct xpv1.ConditionType) xpv1.Condition
GetCondition of this Order.
func (*Order) GetConnectionDetailsMapping ¶
GetConnectionDetailsMapping for this Order
func (*Order) GetDeletionPolicy ¶
func (mg *Order) GetDeletionPolicy() xpv1.DeletionPolicy
GetDeletionPolicy of this Order.
func (*Order) GetObservation ¶
GetObservation of this Order
func (*Order) GetParameters ¶
GetParameters of this Order
func (*Order) GetProviderConfigReference ¶
GetProviderConfigReference of this Order.
func (*Order) GetProviderReference ¶
GetProviderReference of this Order. Deprecated: Use GetProviderConfigReference.
func (*Order) GetPublishConnectionDetailsTo ¶
func (mg *Order) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo
GetPublishConnectionDetailsTo of this Order.
func (*Order) GetTerraformResourceType ¶
GetTerraformResourceType returns Terraform resource type for this Order
func (*Order) GetTerraformSchemaVersion ¶
GetTerraformSchemaVersion returns the associated Terraform schema version
func (*Order) GetWriteConnectionSecretToReference ¶
func (mg *Order) GetWriteConnectionSecretToReference() *xpv1.SecretReference
GetWriteConnectionSecretToReference of this Order.
func (*Order) LateInitialize ¶
LateInitialize this Order using its observed tfState. returns True if there are any spec changes for the resource.
func (*Order) ResolveReferences ¶
ResolveReferences of this Order.
func (*Order) SetConditions ¶
SetConditions of this Order.
func (*Order) SetDeletionPolicy ¶
func (mg *Order) SetDeletionPolicy(r xpv1.DeletionPolicy)
SetDeletionPolicy of this Order.
func (*Order) SetObservation ¶
SetObservation for this Order
func (*Order) SetParameters ¶
SetParameters for this Order
func (*Order) SetProviderConfigReference ¶
SetProviderConfigReference of this Order.
func (*Order) SetProviderReference ¶
SetProviderReference of this Order. Deprecated: Use SetProviderConfigReference.
func (*Order) SetPublishConnectionDetailsTo ¶
func (mg *Order) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)
SetPublishConnectionDetailsTo of this Order.
func (*Order) SetWriteConnectionSecretToReference ¶
func (mg *Order) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
SetWriteConnectionSecretToReference of this Order.
type OrderList ¶
type OrderList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []Order `json:"items"` }
OrderList contains a list of Orders
func (*OrderList) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new OrderList.
func (*OrderList) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*OrderList) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type OrderObservation ¶
type OrderObservation struct { ID *string `json:"id,omitempty" tf:"id,omitempty"` Name *string `json:"name,omitempty" tf:"name,omitempty"` ReturnTracking []ReturnTrackingObservation `json:"returnTracking,omitempty" tf:"return_tracking,omitempty"` SerialNumber *string `json:"serialNumber,omitempty" tf:"serial_number,omitempty"` ShipmentHistory []ShipmentHistoryObservation `json:"shipmentHistory,omitempty" tf:"shipment_history,omitempty"` ShipmentTracking []ShipmentTrackingObservation `json:"shipmentTracking,omitempty" tf:"shipment_tracking,omitempty"` Status []StatusObservation `json:"status,omitempty" tf:"status,omitempty"` }
func (*OrderObservation) DeepCopy ¶
func (in *OrderObservation) DeepCopy() *OrderObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new OrderObservation.
func (*OrderObservation) DeepCopyInto ¶
func (in *OrderObservation) DeepCopyInto(out *OrderObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type OrderParameters ¶
type OrderParameters struct { // +kubebuilder:validation:Required Contact []ContactParameters `json:"contact" tf:"contact,omitempty"` // +kubebuilder:validation:Required DeviceName *string `json:"deviceName" tf:"device_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 ShipmentAddress []ShipmentAddressParameters `json:"shipmentAddress" tf:"shipment_address,omitempty"` }
func (*OrderParameters) DeepCopy ¶
func (in *OrderParameters) DeepCopy() *OrderParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new OrderParameters.
func (*OrderParameters) DeepCopyInto ¶
func (in *OrderParameters) DeepCopyInto(out *OrderParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type OrderSpec ¶
type OrderSpec struct { v1.ResourceSpec `json:",inline"` ForProvider OrderParameters `json:"forProvider"` }
OrderSpec defines the desired state of Order
func (*OrderSpec) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new OrderSpec.
func (*OrderSpec) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type OrderStatus ¶
type OrderStatus struct { v1.ResourceStatus `json:",inline"` AtProvider OrderObservation `json:"atProvider,omitempty"` }
OrderStatus defines the observed state of Order.
func (*OrderStatus) DeepCopy ¶
func (in *OrderStatus) DeepCopy() *OrderStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new OrderStatus.
func (*OrderStatus) DeepCopyInto ¶
func (in *OrderStatus) DeepCopyInto(out *OrderStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ReturnTrackingObservation ¶
type ReturnTrackingObservation struct { CarrierName *string `json:"carrierName,omitempty" tf:"carrier_name,omitempty"` SerialNumber *string `json:"serialNumber,omitempty" tf:"serial_number,omitempty"` TrackingID *string `json:"trackingId,omitempty" tf:"tracking_id,omitempty"` TrackingURL *string `json:"trackingUrl,omitempty" tf:"tracking_url,omitempty"` }
func (*ReturnTrackingObservation) DeepCopy ¶
func (in *ReturnTrackingObservation) DeepCopy() *ReturnTrackingObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ReturnTrackingObservation.
func (*ReturnTrackingObservation) DeepCopyInto ¶
func (in *ReturnTrackingObservation) DeepCopyInto(out *ReturnTrackingObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ReturnTrackingParameters ¶
type ReturnTrackingParameters struct { }
func (*ReturnTrackingParameters) DeepCopy ¶
func (in *ReturnTrackingParameters) DeepCopy() *ReturnTrackingParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ReturnTrackingParameters.
func (*ReturnTrackingParameters) DeepCopyInto ¶
func (in *ReturnTrackingParameters) DeepCopyInto(out *ReturnTrackingParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ShipmentAddressObservation ¶
type ShipmentAddressObservation struct { }
func (*ShipmentAddressObservation) DeepCopy ¶
func (in *ShipmentAddressObservation) DeepCopy() *ShipmentAddressObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ShipmentAddressObservation.
func (*ShipmentAddressObservation) DeepCopyInto ¶
func (in *ShipmentAddressObservation) DeepCopyInto(out *ShipmentAddressObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ShipmentAddressParameters ¶
type ShipmentAddressParameters struct { // +kubebuilder:validation:Required Address []*string `json:"address" tf:"address,omitempty"` // +kubebuilder:validation:Required City *string `json:"city" tf:"city,omitempty"` // +kubebuilder:validation:Required Country *string `json:"country" tf:"country,omitempty"` // +kubebuilder:validation:Required PostalCode *string `json:"postalCode" tf:"postal_code,omitempty"` // +kubebuilder:validation:Required State *string `json:"state" tf:"state,omitempty"` }
func (*ShipmentAddressParameters) DeepCopy ¶
func (in *ShipmentAddressParameters) DeepCopy() *ShipmentAddressParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ShipmentAddressParameters.
func (*ShipmentAddressParameters) DeepCopyInto ¶
func (in *ShipmentAddressParameters) DeepCopyInto(out *ShipmentAddressParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ShipmentHistoryObservation ¶
type ShipmentHistoryObservation struct { AdditionalDetails map[string]*string `json:"additionalDetails,omitempty" tf:"additional_details,omitempty"` Comments *string `json:"comments,omitempty" tf:"comments,omitempty"` LastUpdate *string `json:"lastUpdate,omitempty" tf:"last_update,omitempty"` }
func (*ShipmentHistoryObservation) DeepCopy ¶
func (in *ShipmentHistoryObservation) DeepCopy() *ShipmentHistoryObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ShipmentHistoryObservation.
func (*ShipmentHistoryObservation) DeepCopyInto ¶
func (in *ShipmentHistoryObservation) DeepCopyInto(out *ShipmentHistoryObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ShipmentHistoryParameters ¶
type ShipmentHistoryParameters struct { }
func (*ShipmentHistoryParameters) DeepCopy ¶
func (in *ShipmentHistoryParameters) DeepCopy() *ShipmentHistoryParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ShipmentHistoryParameters.
func (*ShipmentHistoryParameters) DeepCopyInto ¶
func (in *ShipmentHistoryParameters) DeepCopyInto(out *ShipmentHistoryParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ShipmentTrackingObservation ¶
type ShipmentTrackingObservation struct { CarrierName *string `json:"carrierName,omitempty" tf:"carrier_name,omitempty"` SerialNumber *string `json:"serialNumber,omitempty" tf:"serial_number,omitempty"` TrackingID *string `json:"trackingId,omitempty" tf:"tracking_id,omitempty"` TrackingURL *string `json:"trackingUrl,omitempty" tf:"tracking_url,omitempty"` }
func (*ShipmentTrackingObservation) DeepCopy ¶
func (in *ShipmentTrackingObservation) DeepCopy() *ShipmentTrackingObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ShipmentTrackingObservation.
func (*ShipmentTrackingObservation) DeepCopyInto ¶
func (in *ShipmentTrackingObservation) DeepCopyInto(out *ShipmentTrackingObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ShipmentTrackingParameters ¶
type ShipmentTrackingParameters struct { }
func (*ShipmentTrackingParameters) DeepCopy ¶
func (in *ShipmentTrackingParameters) DeepCopy() *ShipmentTrackingParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ShipmentTrackingParameters.
func (*ShipmentTrackingParameters) DeepCopyInto ¶
func (in *ShipmentTrackingParameters) DeepCopyInto(out *ShipmentTrackingParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type StatusObservation ¶
type StatusObservation struct { AdditionalDetails map[string]*string `json:"additionalDetails,omitempty" tf:"additional_details,omitempty"` Comments *string `json:"comments,omitempty" tf:"comments,omitempty"` Info *string `json:"info,omitempty" tf:"info,omitempty"` LastUpdate *string `json:"lastUpdate,omitempty" tf:"last_update,omitempty"` }
func (*StatusObservation) DeepCopy ¶
func (in *StatusObservation) DeepCopy() *StatusObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new StatusObservation.
func (*StatusObservation) DeepCopyInto ¶
func (in *StatusObservation) DeepCopyInto(out *StatusObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type StatusParameters ¶
type StatusParameters struct { }
func (*StatusParameters) DeepCopy ¶
func (in *StatusParameters) DeepCopy() *StatusParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new StatusParameters.
func (*StatusParameters) DeepCopyInto ¶
func (in *StatusParameters) DeepCopyInto(out *StatusParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.