Documentation ¶
Overview ¶
+kubebuilder:object:generate=true +groupName=actions.github.upbound.io +versionName=v1alpha1
Index ¶
- Constants
- Variables
- type ActionsSecret
- func (in *ActionsSecret) DeepCopy() *ActionsSecret
- func (in *ActionsSecret) DeepCopyInto(out *ActionsSecret)
- func (in *ActionsSecret) DeepCopyObject() runtime.Object
- func (mg *ActionsSecret) GetCondition(ct xpv1.ConditionType) xpv1.Condition
- func (tr *ActionsSecret) GetConnectionDetailsMapping() map[string]string
- func (mg *ActionsSecret) GetDeletionPolicy() xpv1.DeletionPolicy
- func (tr *ActionsSecret) GetID() string
- func (tr *ActionsSecret) GetInitParameters() (map[string]any, error)
- func (mg *ActionsSecret) GetManagementPolicies() xpv1.ManagementPolicies
- func (tr *ActionsSecret) GetMergedParameters(shouldMergeInitProvider bool) (map[string]any, error)
- func (tr *ActionsSecret) GetObservation() (map[string]any, error)
- func (tr *ActionsSecret) GetParameters() (map[string]any, error)
- func (mg *ActionsSecret) GetProviderConfigReference() *xpv1.Reference
- func (mg *ActionsSecret) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo
- func (mg *ActionsSecret) GetTerraformResourceType() string
- func (tr *ActionsSecret) GetTerraformSchemaVersion() int
- func (mg *ActionsSecret) GetWriteConnectionSecretToReference() *xpv1.SecretReference
- func (tr *ActionsSecret) Hub()
- func (tr *ActionsSecret) LateInitialize(attrs []byte) (bool, error)
- func (mg *ActionsSecret) ResolveReferences(ctx context.Context, c client.Reader) error
- func (mg *ActionsSecret) SetConditions(c ...xpv1.Condition)
- func (mg *ActionsSecret) SetDeletionPolicy(r xpv1.DeletionPolicy)
- func (mg *ActionsSecret) SetManagementPolicies(r xpv1.ManagementPolicies)
- func (tr *ActionsSecret) SetObservation(obs map[string]any) error
- func (tr *ActionsSecret) SetParameters(params map[string]any) error
- func (mg *ActionsSecret) SetProviderConfigReference(r *xpv1.Reference)
- func (mg *ActionsSecret) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)
- func (mg *ActionsSecret) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
- type ActionsSecretInitParameters
- type ActionsSecretList
- type ActionsSecretObservation
- type ActionsSecretParameters
- type ActionsSecretSpec
- type ActionsSecretStatus
- type ActionsVariable
- func (in *ActionsVariable) DeepCopy() *ActionsVariable
- func (in *ActionsVariable) DeepCopyInto(out *ActionsVariable)
- func (in *ActionsVariable) DeepCopyObject() runtime.Object
- func (mg *ActionsVariable) GetCondition(ct xpv1.ConditionType) xpv1.Condition
- func (tr *ActionsVariable) GetConnectionDetailsMapping() map[string]string
- func (mg *ActionsVariable) GetDeletionPolicy() xpv1.DeletionPolicy
- func (tr *ActionsVariable) GetID() string
- func (tr *ActionsVariable) GetInitParameters() (map[string]any, error)
- func (mg *ActionsVariable) GetManagementPolicies() xpv1.ManagementPolicies
- func (tr *ActionsVariable) GetMergedParameters(shouldMergeInitProvider bool) (map[string]any, error)
- func (tr *ActionsVariable) GetObservation() (map[string]any, error)
- func (tr *ActionsVariable) GetParameters() (map[string]any, error)
- func (mg *ActionsVariable) GetProviderConfigReference() *xpv1.Reference
- func (mg *ActionsVariable) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo
- func (mg *ActionsVariable) GetTerraformResourceType() string
- func (tr *ActionsVariable) GetTerraformSchemaVersion() int
- func (mg *ActionsVariable) GetWriteConnectionSecretToReference() *xpv1.SecretReference
- func (tr *ActionsVariable) Hub()
- func (tr *ActionsVariable) LateInitialize(attrs []byte) (bool, error)
- func (mg *ActionsVariable) ResolveReferences(ctx context.Context, c client.Reader) error
- func (mg *ActionsVariable) SetConditions(c ...xpv1.Condition)
- func (mg *ActionsVariable) SetDeletionPolicy(r xpv1.DeletionPolicy)
- func (mg *ActionsVariable) SetManagementPolicies(r xpv1.ManagementPolicies)
- func (tr *ActionsVariable) SetObservation(obs map[string]any) error
- func (tr *ActionsVariable) SetParameters(params map[string]any) error
- func (mg *ActionsVariable) SetProviderConfigReference(r *xpv1.Reference)
- func (mg *ActionsVariable) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)
- func (mg *ActionsVariable) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
- type ActionsVariableInitParameters
- type ActionsVariableList
- type ActionsVariableObservation
- type ActionsVariableParameters
- type ActionsVariableSpec
- type ActionsVariableStatus
Constants ¶
const ( CRDGroup = "actions.github.upbound.io" CRDVersion = "v1alpha1" )
Package type metadata.
Variables ¶
var ( ActionsSecret_Kind = "ActionsSecret" ActionsSecret_GroupKind = schema.GroupKind{Group: CRDGroup, Kind: ActionsSecret_Kind}.String() ActionsSecret_KindAPIVersion = ActionsSecret_Kind + "." + CRDGroupVersion.String() ActionsSecret_GroupVersionKind = CRDGroupVersion.WithKind(ActionsSecret_Kind) )
Repository type metadata.
var ( ActionsVariable_Kind = "ActionsVariable" ActionsVariable_GroupKind = schema.GroupKind{Group: CRDGroup, Kind: ActionsVariable_Kind}.String() ActionsVariable_KindAPIVersion = ActionsVariable_Kind + "." + CRDGroupVersion.String() ActionsVariable_GroupVersionKind = CRDGroupVersion.WithKind(ActionsVariable_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 ActionsSecret ¶
type ActionsSecret struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` // +kubebuilder:validation:XValidation:rule="!('*' in self.managementPolicies || 'Create' in self.managementPolicies || 'Update' in self.managementPolicies) || has(self.forProvider.secretName) || (has(self.initProvider) && has(self.initProvider.secretName))",message="spec.forProvider.secretName is a required parameter" Spec ActionsSecretSpec `json:"spec"` Status ActionsSecretStatus `json:"status,omitempty"` }
ActionsSecret is the Schema for the ActionsSecrets API. Creates and manages an Action Secret within a GitHub repository +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:resource:scope=Cluster,categories={crossplane,managed,github}
func (*ActionsSecret) DeepCopy ¶
func (in *ActionsSecret) DeepCopy() *ActionsSecret
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ActionsSecret.
func (*ActionsSecret) DeepCopyInto ¶
func (in *ActionsSecret) DeepCopyInto(out *ActionsSecret)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ActionsSecret) DeepCopyObject ¶
func (in *ActionsSecret) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*ActionsSecret) GetCondition ¶
func (mg *ActionsSecret) GetCondition(ct xpv1.ConditionType) xpv1.Condition
GetCondition of this ActionsSecret.
func (*ActionsSecret) GetConnectionDetailsMapping ¶
func (tr *ActionsSecret) GetConnectionDetailsMapping() map[string]string
GetConnectionDetailsMapping for this ActionsSecret
func (*ActionsSecret) GetDeletionPolicy ¶
func (mg *ActionsSecret) GetDeletionPolicy() xpv1.DeletionPolicy
GetDeletionPolicy of this ActionsSecret.
func (*ActionsSecret) GetID ¶
func (tr *ActionsSecret) GetID() string
GetID returns ID of underlying Terraform resource of this ActionsSecret
func (*ActionsSecret) GetInitParameters ¶ added in v0.5.0
func (tr *ActionsSecret) GetInitParameters() (map[string]any, error)
GetInitParameters of this ActionsSecret
func (*ActionsSecret) GetManagementPolicies ¶ added in v0.5.0
func (mg *ActionsSecret) GetManagementPolicies() xpv1.ManagementPolicies
GetManagementPolicies of this ActionsSecret.
func (*ActionsSecret) GetMergedParameters ¶ added in v0.5.0
func (tr *ActionsSecret) GetMergedParameters(shouldMergeInitProvider bool) (map[string]any, error)
GetInitParameters of this ActionsSecret
func (*ActionsSecret) GetObservation ¶
func (tr *ActionsSecret) GetObservation() (map[string]any, error)
GetObservation of this ActionsSecret
func (*ActionsSecret) GetParameters ¶
func (tr *ActionsSecret) GetParameters() (map[string]any, error)
GetParameters of this ActionsSecret
func (*ActionsSecret) GetProviderConfigReference ¶
func (mg *ActionsSecret) GetProviderConfigReference() *xpv1.Reference
GetProviderConfigReference of this ActionsSecret.
func (*ActionsSecret) GetPublishConnectionDetailsTo ¶
func (mg *ActionsSecret) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo
GetPublishConnectionDetailsTo of this ActionsSecret.
func (*ActionsSecret) GetTerraformResourceType ¶
func (mg *ActionsSecret) GetTerraformResourceType() string
GetTerraformResourceType returns Terraform resource type for this ActionsSecret
func (*ActionsSecret) GetTerraformSchemaVersion ¶
func (tr *ActionsSecret) GetTerraformSchemaVersion() int
GetTerraformSchemaVersion returns the associated Terraform schema version
func (*ActionsSecret) GetWriteConnectionSecretToReference ¶
func (mg *ActionsSecret) GetWriteConnectionSecretToReference() *xpv1.SecretReference
GetWriteConnectionSecretToReference of this ActionsSecret.
func (*ActionsSecret) Hub ¶ added in v0.5.0
func (tr *ActionsSecret) Hub()
Hub marks this type as a conversion hub.
func (*ActionsSecret) LateInitialize ¶
func (tr *ActionsSecret) LateInitialize(attrs []byte) (bool, error)
LateInitialize this ActionsSecret using its observed tfState. returns True if there are any spec changes for the resource.
func (*ActionsSecret) ResolveReferences ¶
ResolveReferences of this ActionsSecret.
func (*ActionsSecret) SetConditions ¶
func (mg *ActionsSecret) SetConditions(c ...xpv1.Condition)
SetConditions of this ActionsSecret.
func (*ActionsSecret) SetDeletionPolicy ¶
func (mg *ActionsSecret) SetDeletionPolicy(r xpv1.DeletionPolicy)
SetDeletionPolicy of this ActionsSecret.
func (*ActionsSecret) SetManagementPolicies ¶ added in v0.5.0
func (mg *ActionsSecret) SetManagementPolicies(r xpv1.ManagementPolicies)
SetManagementPolicies of this ActionsSecret.
func (*ActionsSecret) SetObservation ¶
func (tr *ActionsSecret) SetObservation(obs map[string]any) error
SetObservation for this ActionsSecret
func (*ActionsSecret) SetParameters ¶
func (tr *ActionsSecret) SetParameters(params map[string]any) error
SetParameters for this ActionsSecret
func (*ActionsSecret) SetProviderConfigReference ¶
func (mg *ActionsSecret) SetProviderConfigReference(r *xpv1.Reference)
SetProviderConfigReference of this ActionsSecret.
func (*ActionsSecret) SetPublishConnectionDetailsTo ¶
func (mg *ActionsSecret) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)
SetPublishConnectionDetailsTo of this ActionsSecret.
func (*ActionsSecret) SetWriteConnectionSecretToReference ¶
func (mg *ActionsSecret) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
SetWriteConnectionSecretToReference of this ActionsSecret.
type ActionsSecretInitParameters ¶ added in v0.5.0
type ActionsSecretInitParameters struct { // Name of the repository // Name of the repository. // +crossplane:generate:reference:type=github.com/coopnorge/provider-github/apis/repo/v1alpha1.Repository Repository *string `json:"repository,omitempty" tf:"repository,omitempty"` // Reference to a Repository in repo to populate repository. // +kubebuilder:validation:Optional RepositoryRef *v1.Reference `json:"repositoryRef,omitempty" tf:"-"` // Selector for a Repository in repo to populate repository. // +kubebuilder:validation:Optional RepositorySelector *v1.Selector `json:"repositorySelector,omitempty" tf:"-"` // Name of the secret // Name of the secret. SecretName *string `json:"secretName,omitempty" tf:"secret_name,omitempty"` }
func (*ActionsSecretInitParameters) DeepCopy ¶ added in v0.5.0
func (in *ActionsSecretInitParameters) DeepCopy() *ActionsSecretInitParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ActionsSecretInitParameters.
func (*ActionsSecretInitParameters) DeepCopyInto ¶ added in v0.5.0
func (in *ActionsSecretInitParameters) DeepCopyInto(out *ActionsSecretInitParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ActionsSecretList ¶
type ActionsSecretList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []ActionsSecret `json:"items"` }
ActionsSecretList contains a list of ActionsSecrets
func (*ActionsSecretList) DeepCopy ¶
func (in *ActionsSecretList) DeepCopy() *ActionsSecretList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ActionsSecretList.
func (*ActionsSecretList) DeepCopyInto ¶
func (in *ActionsSecretList) DeepCopyInto(out *ActionsSecretList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ActionsSecretList) DeepCopyObject ¶
func (in *ActionsSecretList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*ActionsSecretList) GetItems ¶
func (l *ActionsSecretList) GetItems() []resource.Managed
GetItems of this ActionsSecretList.
type ActionsSecretObservation ¶
type ActionsSecretObservation struct { // Date of actions_secret creation. // Date of 'actions_secret' creation. CreatedAt *string `json:"createdAt,omitempty" tf:"created_at,omitempty"` ID *string `json:"id,omitempty" tf:"id,omitempty"` // Name of the repository // Name of the repository. Repository *string `json:"repository,omitempty" tf:"repository,omitempty"` // Name of the secret // Name of the secret. SecretName *string `json:"secretName,omitempty" tf:"secret_name,omitempty"` // Date of actions_secret update. // Date of 'actions_secret' update. UpdatedAt *string `json:"updatedAt,omitempty" tf:"updated_at,omitempty"` }
func (*ActionsSecretObservation) DeepCopy ¶
func (in *ActionsSecretObservation) DeepCopy() *ActionsSecretObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ActionsSecretObservation.
func (*ActionsSecretObservation) DeepCopyInto ¶
func (in *ActionsSecretObservation) DeepCopyInto(out *ActionsSecretObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ActionsSecretParameters ¶
type ActionsSecretParameters struct { // Encrypted value of the secret using the GitHub public key in Base64 format. // Encrypted value of the secret using the GitHub public key in Base64 format. // +kubebuilder:validation:Optional EncryptedValueSecretRef *v1.SecretKeySelector `json:"encryptedValueSecretRef,omitempty" tf:"-"` // Plaintext value of the secret to be encrypted // Plaintext value of the secret to be encrypted. // +kubebuilder:validation:Optional PlaintextValueSecretRef *v1.SecretKeySelector `json:"plaintextValueSecretRef,omitempty" tf:"-"` // Name of the repository // Name of the repository. // +crossplane:generate:reference:type=github.com/coopnorge/provider-github/apis/repo/v1alpha1.Repository // +kubebuilder:validation:Optional Repository *string `json:"repository,omitempty" tf:"repository,omitempty"` // Reference to a Repository in repo to populate repository. // +kubebuilder:validation:Optional RepositoryRef *v1.Reference `json:"repositoryRef,omitempty" tf:"-"` // Selector for a Repository in repo to populate repository. // +kubebuilder:validation:Optional RepositorySelector *v1.Selector `json:"repositorySelector,omitempty" tf:"-"` // Name of the secret // Name of the secret. // +kubebuilder:validation:Optional SecretName *string `json:"secretName,omitempty" tf:"secret_name,omitempty"` }
func (*ActionsSecretParameters) DeepCopy ¶
func (in *ActionsSecretParameters) DeepCopy() *ActionsSecretParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ActionsSecretParameters.
func (*ActionsSecretParameters) DeepCopyInto ¶
func (in *ActionsSecretParameters) DeepCopyInto(out *ActionsSecretParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ActionsSecretSpec ¶
type ActionsSecretSpec struct { v1.ResourceSpec `json:",inline"` ForProvider ActionsSecretParameters `json:"forProvider"` // THIS IS A BETA FIELD. It will be honored // unless the Management Policies feature flag is disabled. // InitProvider holds the same fields as ForProvider, with the exception // of Identifier and other resource reference fields. The fields that are // in InitProvider are merged into ForProvider when the resource is created. // The same fields are also added to the terraform ignore_changes hook, to // avoid updating them after creation. This is useful for fields that are // required on creation, but we do not desire to update them after creation, // for example because of an external controller is managing them, like an // autoscaler. InitProvider ActionsSecretInitParameters `json:"initProvider,omitempty"` }
ActionsSecretSpec defines the desired state of ActionsSecret
func (*ActionsSecretSpec) DeepCopy ¶
func (in *ActionsSecretSpec) DeepCopy() *ActionsSecretSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ActionsSecretSpec.
func (*ActionsSecretSpec) DeepCopyInto ¶
func (in *ActionsSecretSpec) DeepCopyInto(out *ActionsSecretSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ActionsSecretStatus ¶
type ActionsSecretStatus struct { v1.ResourceStatus `json:",inline"` AtProvider ActionsSecretObservation `json:"atProvider,omitempty"` }
ActionsSecretStatus defines the observed state of ActionsSecret.
func (*ActionsSecretStatus) DeepCopy ¶
func (in *ActionsSecretStatus) DeepCopy() *ActionsSecretStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ActionsSecretStatus.
func (*ActionsSecretStatus) DeepCopyInto ¶
func (in *ActionsSecretStatus) DeepCopyInto(out *ActionsSecretStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ActionsVariable ¶ added in v0.7.0
type ActionsVariable struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` // +kubebuilder:validation:XValidation:rule="!('*' in self.managementPolicies || 'Create' in self.managementPolicies || 'Update' in self.managementPolicies) || has(self.forProvider.value) || (has(self.initProvider) && has(self.initProvider.value))",message="spec.forProvider.value is a required parameter" // +kubebuilder:validation:XValidation:rule="!('*' in self.managementPolicies || 'Create' in self.managementPolicies || 'Update' in self.managementPolicies) || has(self.forProvider.variableName) || (has(self.initProvider) && has(self.initProvider.variableName))",message="spec.forProvider.variableName is a required parameter" Spec ActionsVariableSpec `json:"spec"` Status ActionsVariableStatus `json:"status,omitempty"` }
ActionsVariable is the Schema for the ActionsVariables API. Creates and manages an Action variable within a GitHub repository +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:resource:scope=Cluster,categories={crossplane,managed,github}
func (*ActionsVariable) DeepCopy ¶ added in v0.7.0
func (in *ActionsVariable) DeepCopy() *ActionsVariable
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ActionsVariable.
func (*ActionsVariable) DeepCopyInto ¶ added in v0.7.0
func (in *ActionsVariable) DeepCopyInto(out *ActionsVariable)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ActionsVariable) DeepCopyObject ¶ added in v0.7.0
func (in *ActionsVariable) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*ActionsVariable) GetCondition ¶ added in v0.7.0
func (mg *ActionsVariable) GetCondition(ct xpv1.ConditionType) xpv1.Condition
GetCondition of this ActionsVariable.
func (*ActionsVariable) GetConnectionDetailsMapping ¶ added in v0.7.0
func (tr *ActionsVariable) GetConnectionDetailsMapping() map[string]string
GetConnectionDetailsMapping for this ActionsVariable
func (*ActionsVariable) GetDeletionPolicy ¶ added in v0.7.0
func (mg *ActionsVariable) GetDeletionPolicy() xpv1.DeletionPolicy
GetDeletionPolicy of this ActionsVariable.
func (*ActionsVariable) GetID ¶ added in v0.7.0
func (tr *ActionsVariable) GetID() string
GetID returns ID of underlying Terraform resource of this ActionsVariable
func (*ActionsVariable) GetInitParameters ¶ added in v0.7.0
func (tr *ActionsVariable) GetInitParameters() (map[string]any, error)
GetInitParameters of this ActionsVariable
func (*ActionsVariable) GetManagementPolicies ¶ added in v0.7.0
func (mg *ActionsVariable) GetManagementPolicies() xpv1.ManagementPolicies
GetManagementPolicies of this ActionsVariable.
func (*ActionsVariable) GetMergedParameters ¶ added in v0.7.0
func (tr *ActionsVariable) GetMergedParameters(shouldMergeInitProvider bool) (map[string]any, error)
GetInitParameters of this ActionsVariable
func (*ActionsVariable) GetObservation ¶ added in v0.7.0
func (tr *ActionsVariable) GetObservation() (map[string]any, error)
GetObservation of this ActionsVariable
func (*ActionsVariable) GetParameters ¶ added in v0.7.0
func (tr *ActionsVariable) GetParameters() (map[string]any, error)
GetParameters of this ActionsVariable
func (*ActionsVariable) GetProviderConfigReference ¶ added in v0.7.0
func (mg *ActionsVariable) GetProviderConfigReference() *xpv1.Reference
GetProviderConfigReference of this ActionsVariable.
func (*ActionsVariable) GetPublishConnectionDetailsTo ¶ added in v0.7.0
func (mg *ActionsVariable) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo
GetPublishConnectionDetailsTo of this ActionsVariable.
func (*ActionsVariable) GetTerraformResourceType ¶ added in v0.7.0
func (mg *ActionsVariable) GetTerraformResourceType() string
GetTerraformResourceType returns Terraform resource type for this ActionsVariable
func (*ActionsVariable) GetTerraformSchemaVersion ¶ added in v0.7.0
func (tr *ActionsVariable) GetTerraformSchemaVersion() int
GetTerraformSchemaVersion returns the associated Terraform schema version
func (*ActionsVariable) GetWriteConnectionSecretToReference ¶ added in v0.7.0
func (mg *ActionsVariable) GetWriteConnectionSecretToReference() *xpv1.SecretReference
GetWriteConnectionSecretToReference of this ActionsVariable.
func (*ActionsVariable) Hub ¶ added in v0.7.0
func (tr *ActionsVariable) Hub()
Hub marks this type as a conversion hub.
func (*ActionsVariable) LateInitialize ¶ added in v0.7.0
func (tr *ActionsVariable) LateInitialize(attrs []byte) (bool, error)
LateInitialize this ActionsVariable using its observed tfState. returns True if there are any spec changes for the resource.
func (*ActionsVariable) ResolveReferences ¶ added in v0.7.0
ResolveReferences of this ActionsVariable.
func (*ActionsVariable) SetConditions ¶ added in v0.7.0
func (mg *ActionsVariable) SetConditions(c ...xpv1.Condition)
SetConditions of this ActionsVariable.
func (*ActionsVariable) SetDeletionPolicy ¶ added in v0.7.0
func (mg *ActionsVariable) SetDeletionPolicy(r xpv1.DeletionPolicy)
SetDeletionPolicy of this ActionsVariable.
func (*ActionsVariable) SetManagementPolicies ¶ added in v0.7.0
func (mg *ActionsVariable) SetManagementPolicies(r xpv1.ManagementPolicies)
SetManagementPolicies of this ActionsVariable.
func (*ActionsVariable) SetObservation ¶ added in v0.7.0
func (tr *ActionsVariable) SetObservation(obs map[string]any) error
SetObservation for this ActionsVariable
func (*ActionsVariable) SetParameters ¶ added in v0.7.0
func (tr *ActionsVariable) SetParameters(params map[string]any) error
SetParameters for this ActionsVariable
func (*ActionsVariable) SetProviderConfigReference ¶ added in v0.7.0
func (mg *ActionsVariable) SetProviderConfigReference(r *xpv1.Reference)
SetProviderConfigReference of this ActionsVariable.
func (*ActionsVariable) SetPublishConnectionDetailsTo ¶ added in v0.7.0
func (mg *ActionsVariable) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)
SetPublishConnectionDetailsTo of this ActionsVariable.
func (*ActionsVariable) SetWriteConnectionSecretToReference ¶ added in v0.7.0
func (mg *ActionsVariable) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
SetWriteConnectionSecretToReference of this ActionsVariable.
type ActionsVariableInitParameters ¶ added in v0.7.0
type ActionsVariableInitParameters struct { // Name of the repository // Name of the repository. // +crossplane:generate:reference:type=github.com/coopnorge/provider-github/apis/repo/v1alpha1.Repository Repository *string `json:"repository,omitempty" tf:"repository,omitempty"` // Reference to a Repository in repo to populate repository. // +kubebuilder:validation:Optional RepositoryRef *v1.Reference `json:"repositoryRef,omitempty" tf:"-"` // Selector for a Repository in repo to populate repository. // +kubebuilder:validation:Optional RepositorySelector *v1.Selector `json:"repositorySelector,omitempty" tf:"-"` // Value of the variable // Value of the variable. Value *string `json:"value,omitempty" tf:"value,omitempty"` // Name of the variable // Name of the variable. VariableName *string `json:"variableName,omitempty" tf:"variable_name,omitempty"` }
func (*ActionsVariableInitParameters) DeepCopy ¶ added in v0.7.0
func (in *ActionsVariableInitParameters) DeepCopy() *ActionsVariableInitParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ActionsVariableInitParameters.
func (*ActionsVariableInitParameters) DeepCopyInto ¶ added in v0.7.0
func (in *ActionsVariableInitParameters) DeepCopyInto(out *ActionsVariableInitParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ActionsVariableList ¶ added in v0.7.0
type ActionsVariableList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []ActionsVariable `json:"items"` }
ActionsVariableList contains a list of ActionsVariables
func (*ActionsVariableList) DeepCopy ¶ added in v0.7.0
func (in *ActionsVariableList) DeepCopy() *ActionsVariableList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ActionsVariableList.
func (*ActionsVariableList) DeepCopyInto ¶ added in v0.7.0
func (in *ActionsVariableList) DeepCopyInto(out *ActionsVariableList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ActionsVariableList) DeepCopyObject ¶ added in v0.7.0
func (in *ActionsVariableList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*ActionsVariableList) GetItems ¶ added in v0.7.0
func (l *ActionsVariableList) GetItems() []resource.Managed
GetItems of this ActionsVariableList.
type ActionsVariableObservation ¶ added in v0.7.0
type ActionsVariableObservation struct { // Date of actions_variable creation. // Date of 'actions_variable' creation. CreatedAt *string `json:"createdAt,omitempty" tf:"created_at,omitempty"` ID *string `json:"id,omitempty" tf:"id,omitempty"` // Name of the repository // Name of the repository. Repository *string `json:"repository,omitempty" tf:"repository,omitempty"` // Date of actions_variable update. // Date of 'actions_variable' update. UpdatedAt *string `json:"updatedAt,omitempty" tf:"updated_at,omitempty"` // Value of the variable // Value of the variable. Value *string `json:"value,omitempty" tf:"value,omitempty"` // Name of the variable // Name of the variable. VariableName *string `json:"variableName,omitempty" tf:"variable_name,omitempty"` }
func (*ActionsVariableObservation) DeepCopy ¶ added in v0.7.0
func (in *ActionsVariableObservation) DeepCopy() *ActionsVariableObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ActionsVariableObservation.
func (*ActionsVariableObservation) DeepCopyInto ¶ added in v0.7.0
func (in *ActionsVariableObservation) DeepCopyInto(out *ActionsVariableObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ActionsVariableParameters ¶ added in v0.7.0
type ActionsVariableParameters struct { // Name of the repository // Name of the repository. // +crossplane:generate:reference:type=github.com/coopnorge/provider-github/apis/repo/v1alpha1.Repository // +kubebuilder:validation:Optional Repository *string `json:"repository,omitempty" tf:"repository,omitempty"` // Reference to a Repository in repo to populate repository. // +kubebuilder:validation:Optional RepositoryRef *v1.Reference `json:"repositoryRef,omitempty" tf:"-"` // Selector for a Repository in repo to populate repository. // +kubebuilder:validation:Optional RepositorySelector *v1.Selector `json:"repositorySelector,omitempty" tf:"-"` // Value of the variable // Value of the variable. // +kubebuilder:validation:Optional Value *string `json:"value,omitempty" tf:"value,omitempty"` // Name of the variable // Name of the variable. // +kubebuilder:validation:Optional VariableName *string `json:"variableName,omitempty" tf:"variable_name,omitempty"` }
func (*ActionsVariableParameters) DeepCopy ¶ added in v0.7.0
func (in *ActionsVariableParameters) DeepCopy() *ActionsVariableParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ActionsVariableParameters.
func (*ActionsVariableParameters) DeepCopyInto ¶ added in v0.7.0
func (in *ActionsVariableParameters) DeepCopyInto(out *ActionsVariableParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ActionsVariableSpec ¶ added in v0.7.0
type ActionsVariableSpec struct { v1.ResourceSpec `json:",inline"` ForProvider ActionsVariableParameters `json:"forProvider"` // THIS IS A BETA FIELD. It will be honored // unless the Management Policies feature flag is disabled. // InitProvider holds the same fields as ForProvider, with the exception // of Identifier and other resource reference fields. The fields that are // in InitProvider are merged into ForProvider when the resource is created. // The same fields are also added to the terraform ignore_changes hook, to // avoid updating them after creation. This is useful for fields that are // required on creation, but we do not desire to update them after creation, // for example because of an external controller is managing them, like an // autoscaler. InitProvider ActionsVariableInitParameters `json:"initProvider,omitempty"` }
ActionsVariableSpec defines the desired state of ActionsVariable
func (*ActionsVariableSpec) DeepCopy ¶ added in v0.7.0
func (in *ActionsVariableSpec) DeepCopy() *ActionsVariableSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ActionsVariableSpec.
func (*ActionsVariableSpec) DeepCopyInto ¶ added in v0.7.0
func (in *ActionsVariableSpec) DeepCopyInto(out *ActionsVariableSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ActionsVariableStatus ¶ added in v0.7.0
type ActionsVariableStatus struct { v1.ResourceStatus `json:",inline"` AtProvider ActionsVariableObservation `json:"atProvider,omitempty"` }
ActionsVariableStatus defines the observed state of ActionsVariable.
func (*ActionsVariableStatus) DeepCopy ¶ added in v0.7.0
func (in *ActionsVariableStatus) DeepCopy() *ActionsVariableStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ActionsVariableStatus.
func (*ActionsVariableStatus) DeepCopyInto ¶ added in v0.7.0
func (in *ActionsVariableStatus) DeepCopyInto(out *ActionsVariableStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.