Documentation ¶
Overview ¶
+kubebuilder:object:generate=true +groupName=blueprint.azure.jet.crossplane.io +versionName=v1alpha1
Index ¶
- Constants
- Variables
- type Assignment
- func (in *Assignment) DeepCopy() *Assignment
- func (in *Assignment) DeepCopyInto(out *Assignment)
- func (in *Assignment) DeepCopyObject() runtime.Object
- func (mg *Assignment) GetCondition(ct xpv1.ConditionType) xpv1.Condition
- func (tr *Assignment) GetConnectionDetailsMapping() map[string]string
- func (mg *Assignment) GetDeletionPolicy() xpv1.DeletionPolicy
- func (tr *Assignment) GetID() string
- func (tr *Assignment) GetObservation() (map[string]interface{}, error)
- func (tr *Assignment) GetParameters() (map[string]interface{}, error)
- func (mg *Assignment) GetProviderConfigReference() *xpv1.Reference
- func (mg *Assignment) GetProviderReference() *xpv1.Reference
- func (mg *Assignment) GetTerraformResourceType() string
- func (tr *Assignment) GetTerraformSchemaVersion() int
- func (mg *Assignment) GetWriteConnectionSecretToReference() *xpv1.SecretReference
- func (tr *Assignment) LateInitialize(attrs []byte) (bool, error)
- func (mg *Assignment) SetConditions(c ...xpv1.Condition)
- func (mg *Assignment) SetDeletionPolicy(r xpv1.DeletionPolicy)
- func (tr *Assignment) SetObservation(obs map[string]interface{}) error
- func (tr *Assignment) SetParameters(params map[string]interface{}) error
- func (mg *Assignment) SetProviderConfigReference(r *xpv1.Reference)
- func (mg *Assignment) SetProviderReference(r *xpv1.Reference)
- func (mg *Assignment) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
- type AssignmentList
- type AssignmentObservation
- type AssignmentParameters
- type AssignmentSpec
- type AssignmentStatus
- type IdentityObservation
- type IdentityParameters
Constants ¶
const ( CRDGroup = "blueprint.azure.jet.crossplane.io" CRDVersion = "v1alpha1" )
Package type metadata.
Variables ¶
var ( Assignment_Kind = "Assignment" Assignment_GroupKind = schema.GroupKind{Group: CRDGroup, Kind: Assignment_Kind}.String() Assignment_KindAPIVersion = Assignment_Kind + "." + CRDGroupVersion.String() Assignment_GroupVersionKind = CRDGroupVersion.WithKind(Assignment_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 Assignment ¶
type Assignment struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec AssignmentSpec `json:"spec"` Status AssignmentStatus `json:"status,omitempty"` }
Assignment is the Schema for the Assignments 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 (*Assignment) DeepCopy ¶
func (in *Assignment) DeepCopy() *Assignment
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Assignment.
func (*Assignment) DeepCopyInto ¶
func (in *Assignment) DeepCopyInto(out *Assignment)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Assignment) DeepCopyObject ¶
func (in *Assignment) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*Assignment) GetCondition ¶
func (mg *Assignment) GetCondition(ct xpv1.ConditionType) xpv1.Condition
GetCondition of this Assignment.
func (*Assignment) GetConnectionDetailsMapping ¶
func (tr *Assignment) GetConnectionDetailsMapping() map[string]string
GetConnectionDetailsMapping for this Assignment
func (*Assignment) GetDeletionPolicy ¶
func (mg *Assignment) GetDeletionPolicy() xpv1.DeletionPolicy
GetDeletionPolicy of this Assignment.
func (*Assignment) GetID ¶
func (tr *Assignment) GetID() string
GetID returns ID of underlying Terraform resource of this Assignment
func (*Assignment) GetObservation ¶
func (tr *Assignment) GetObservation() (map[string]interface{}, error)
GetObservation of this Assignment
func (*Assignment) GetParameters ¶
func (tr *Assignment) GetParameters() (map[string]interface{}, error)
GetParameters of this Assignment
func (*Assignment) GetProviderConfigReference ¶
func (mg *Assignment) GetProviderConfigReference() *xpv1.Reference
GetProviderConfigReference of this Assignment.
func (*Assignment) GetProviderReference ¶
func (mg *Assignment) GetProviderReference() *xpv1.Reference
GetProviderReference of this Assignment. Deprecated: Use GetProviderConfigReference.
func (*Assignment) GetTerraformResourceType ¶
func (mg *Assignment) GetTerraformResourceType() string
GetTerraformResourceType returns Terraform resource type for this Assignment
func (*Assignment) GetTerraformSchemaVersion ¶
func (tr *Assignment) GetTerraformSchemaVersion() int
GetTerraformSchemaVersion returns the associated Terraform schema version
func (*Assignment) GetWriteConnectionSecretToReference ¶
func (mg *Assignment) GetWriteConnectionSecretToReference() *xpv1.SecretReference
GetWriteConnectionSecretToReference of this Assignment.
func (*Assignment) LateInitialize ¶
func (tr *Assignment) LateInitialize(attrs []byte) (bool, error)
LateInitialize this Assignment using its observed tfState. returns True if there are any spec changes for the resource.
func (*Assignment) SetConditions ¶
func (mg *Assignment) SetConditions(c ...xpv1.Condition)
SetConditions of this Assignment.
func (*Assignment) SetDeletionPolicy ¶
func (mg *Assignment) SetDeletionPolicy(r xpv1.DeletionPolicy)
SetDeletionPolicy of this Assignment.
func (*Assignment) SetObservation ¶
func (tr *Assignment) SetObservation(obs map[string]interface{}) error
SetObservation for this Assignment
func (*Assignment) SetParameters ¶
func (tr *Assignment) SetParameters(params map[string]interface{}) error
SetParameters for this Assignment
func (*Assignment) SetProviderConfigReference ¶
func (mg *Assignment) SetProviderConfigReference(r *xpv1.Reference)
SetProviderConfigReference of this Assignment.
func (*Assignment) SetProviderReference ¶
func (mg *Assignment) SetProviderReference(r *xpv1.Reference)
SetProviderReference of this Assignment. Deprecated: Use SetProviderConfigReference.
func (*Assignment) SetWriteConnectionSecretToReference ¶
func (mg *Assignment) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
SetWriteConnectionSecretToReference of this Assignment.
type AssignmentList ¶
type AssignmentList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []Assignment `json:"items"` }
AssignmentList contains a list of Assignments
func (*AssignmentList) DeepCopy ¶
func (in *AssignmentList) DeepCopy() *AssignmentList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AssignmentList.
func (*AssignmentList) DeepCopyInto ¶
func (in *AssignmentList) DeepCopyInto(out *AssignmentList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*AssignmentList) DeepCopyObject ¶
func (in *AssignmentList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*AssignmentList) GetItems ¶
func (l *AssignmentList) GetItems() []resource.Managed
GetItems of this AssignmentList.
type AssignmentObservation ¶
type AssignmentObservation struct { BlueprintName *string `json:"blueprintName,omitempty" tf:"blueprint_name,omitempty"` Description *string `json:"description,omitempty" tf:"description,omitempty"` DisplayName *string `json:"displayName,omitempty" tf:"display_name,omitempty"` ID *string `json:"id,omitempty" tf:"id,omitempty"` Type *string `json:"type,omitempty" tf:"type,omitempty"` }
func (*AssignmentObservation) DeepCopy ¶
func (in *AssignmentObservation) DeepCopy() *AssignmentObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AssignmentObservation.
func (*AssignmentObservation) DeepCopyInto ¶
func (in *AssignmentObservation) DeepCopyInto(out *AssignmentObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type AssignmentParameters ¶
type AssignmentParameters struct { // +kubebuilder:validation:Optional Identity []IdentityParameters `json:"identity,omitempty" tf:"identity,omitempty"` // +kubebuilder:validation:Required Location *string `json:"location" tf:"location,omitempty"` // +kubebuilder:validation:Optional LockExcludePrincipals []*string `json:"lockExcludePrincipals,omitempty" tf:"lock_exclude_principals,omitempty"` // +kubebuilder:validation:Optional LockMode *string `json:"lockMode,omitempty" tf:"lock_mode,omitempty"` // +kubebuilder:validation:Required Name *string `json:"name" tf:"name,omitempty"` // +kubebuilder:validation:Optional ParameterValues *string `json:"parameterValues,omitempty" tf:"parameter_values,omitempty"` // +kubebuilder:validation:Optional ResourceGroups *string `json:"resourceGroups,omitempty" tf:"resource_groups,omitempty"` // +kubebuilder:validation:Required TargetSubscriptionID *string `json:"targetSubscriptionId" tf:"target_subscription_id,omitempty"` // +kubebuilder:validation:Required VersionID *string `json:"versionId" tf:"version_id,omitempty"` }
func (*AssignmentParameters) DeepCopy ¶
func (in *AssignmentParameters) DeepCopy() *AssignmentParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AssignmentParameters.
func (*AssignmentParameters) DeepCopyInto ¶
func (in *AssignmentParameters) DeepCopyInto(out *AssignmentParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type AssignmentSpec ¶
type AssignmentSpec struct { v1.ResourceSpec `json:",inline"` ForProvider AssignmentParameters `json:"forProvider"` }
AssignmentSpec defines the desired state of Assignment
func (*AssignmentSpec) DeepCopy ¶
func (in *AssignmentSpec) DeepCopy() *AssignmentSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AssignmentSpec.
func (*AssignmentSpec) DeepCopyInto ¶
func (in *AssignmentSpec) DeepCopyInto(out *AssignmentSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type AssignmentStatus ¶
type AssignmentStatus struct { v1.ResourceStatus `json:",inline"` AtProvider AssignmentObservation `json:"atProvider,omitempty"` }
AssignmentStatus defines the observed state of Assignment.
func (*AssignmentStatus) DeepCopy ¶
func (in *AssignmentStatus) DeepCopy() *AssignmentStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AssignmentStatus.
func (*AssignmentStatus) DeepCopyInto ¶
func (in *AssignmentStatus) DeepCopyInto(out *AssignmentStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type IdentityObservation ¶
type IdentityObservation struct { PrincipalID *string `json:"principalId,omitempty" tf:"principal_id,omitempty"` TenantID *string `json:"tenantId,omitempty" tf:"tenant_id,omitempty"` }
func (*IdentityObservation) DeepCopy ¶
func (in *IdentityObservation) DeepCopy() *IdentityObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IdentityObservation.
func (*IdentityObservation) DeepCopyInto ¶
func (in *IdentityObservation) DeepCopyInto(out *IdentityObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type IdentityParameters ¶
type IdentityParameters struct { // +kubebuilder:validation:Required IdentityIds []*string `json:"identityIds" tf:"identity_ids,omitempty"` // +kubebuilder:validation:Required Type *string `json:"type" tf:"type,omitempty"` }
func (*IdentityParameters) DeepCopy ¶
func (in *IdentityParameters) DeepCopy() *IdentityParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IdentityParameters.
func (*IdentityParameters) DeepCopyInto ¶
func (in *IdentityParameters) DeepCopyInto(out *IdentityParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.