v1beta1

package
v1.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 25, 2024 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Overview

+kubebuilder:object:generate=true +groupName=healthcare.gcp.upbound.io +versionName=v1beta1

Index

Constants

View Source
const (
	CRDGroup   = "healthcare.gcp.upbound.io"
	CRDVersion = "v1beta1"
)

Package type metadata.

Variables

View Source
var (
	ConsentStore_Kind             = "ConsentStore"
	ConsentStore_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: ConsentStore_Kind}.String()
	ConsentStore_KindAPIVersion   = ConsentStore_Kind + "." + CRDGroupVersion.String()
	ConsentStore_GroupVersionKind = CRDGroupVersion.WithKind(ConsentStore_Kind)
)

Repository type metadata.

View Source
var (
	Dataset_Kind             = "Dataset"
	Dataset_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: Dataset_Kind}.String()
	Dataset_KindAPIVersion   = Dataset_Kind + "." + CRDGroupVersion.String()
	Dataset_GroupVersionKind = CRDGroupVersion.WithKind(Dataset_Kind)
)

Repository type metadata.

View Source
var (
	DatasetIAMMember_Kind             = "DatasetIAMMember"
	DatasetIAMMember_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: DatasetIAMMember_Kind}.String()
	DatasetIAMMember_KindAPIVersion   = DatasetIAMMember_Kind + "." + CRDGroupVersion.String()
	DatasetIAMMember_GroupVersionKind = CRDGroupVersion.WithKind(DatasetIAMMember_Kind)
)

Repository type metadata.

View Source
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 ConditionInitParameters added in v0.35.0

type ConditionInitParameters struct {
	Description *string `json:"description,omitempty" tf:"description,omitempty"`

	Expression *string `json:"expression,omitempty" tf:"expression,omitempty"`

	Title *string `json:"title,omitempty" tf:"title,omitempty"`
}

func (*ConditionInitParameters) DeepCopy added in v0.35.0

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ConditionInitParameters.

func (*ConditionInitParameters) DeepCopyInto added in v0.35.0

func (in *ConditionInitParameters) DeepCopyInto(out *ConditionInitParameters)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ConditionObservation added in v0.28.0

type ConditionObservation struct {
	Description *string `json:"description,omitempty" tf:"description,omitempty"`

	Expression *string `json:"expression,omitempty" tf:"expression,omitempty"`

	Title *string `json:"title,omitempty" tf:"title,omitempty"`
}

func (*ConditionObservation) DeepCopy added in v0.28.0

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ConditionObservation.

func (*ConditionObservation) DeepCopyInto added in v0.28.0

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 added in v0.28.0

type ConditionParameters struct {

	// +kubebuilder:validation:Optional
	Description *string `json:"description,omitempty" tf:"description,omitempty"`

	// +kubebuilder:validation:Optional
	Expression *string `json:"expression" tf:"expression,omitempty"`

	// +kubebuilder:validation:Optional
	Title *string `json:"title" tf:"title,omitempty"`
}

func (*ConditionParameters) DeepCopy added in v0.28.0

func (in *ConditionParameters) DeepCopy() *ConditionParameters

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ConditionParameters.

func (*ConditionParameters) DeepCopyInto added in v0.28.0

func (in *ConditionParameters) DeepCopyInto(out *ConditionParameters)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ConsentStore

type ConsentStore 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.name) || (has(self.initProvider) && has(self.initProvider.name))",message="spec.forProvider.name is a required parameter"
	Spec   ConsentStoreSpec   `json:"spec"`
	Status ConsentStoreStatus `json:"status,omitempty"`
}

ConsentStore is the Schema for the ConsentStores API. The Consent Management API is a tool for tracking user consents and the documentation associated with the consents. +kubebuilder:printcolumn:name="SYNCED",type="string",JSONPath=".status.conditions[?(@.type=='Synced')].status" +kubebuilder:printcolumn:name="READY",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].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,gcp}

func (*ConsentStore) DeepCopy

func (in *ConsentStore) DeepCopy() *ConsentStore

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ConsentStore.

func (*ConsentStore) DeepCopyInto

func (in *ConsentStore) DeepCopyInto(out *ConsentStore)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*ConsentStore) DeepCopyObject

func (in *ConsentStore) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*ConsentStore) GetCondition

func (mg *ConsentStore) GetCondition(ct xpv1.ConditionType) xpv1.Condition

GetCondition of this ConsentStore.

func (*ConsentStore) GetConnectionDetailsMapping

func (tr *ConsentStore) GetConnectionDetailsMapping() map[string]string

GetConnectionDetailsMapping for this ConsentStore

func (*ConsentStore) GetDeletionPolicy

func (mg *ConsentStore) GetDeletionPolicy() xpv1.DeletionPolicy

GetDeletionPolicy of this ConsentStore.

func (*ConsentStore) GetID

func (tr *ConsentStore) GetID() string

GetID returns ID of underlying Terraform resource of this ConsentStore

func (*ConsentStore) GetInitParameters added in v0.35.0

func (tr *ConsentStore) GetInitParameters() (map[string]any, error)

GetInitParameters of this ConsentStore

func (*ConsentStore) GetManagementPolicies added in v0.35.0

func (mg *ConsentStore) GetManagementPolicies() xpv1.ManagementPolicies

GetManagementPolicies of this ConsentStore.

func (*ConsentStore) GetMergedParameters added in v0.40.0

func (tr *ConsentStore) GetMergedParameters(shouldMergeInitProvider bool) (map[string]any, error)

GetInitParameters of this ConsentStore

func (*ConsentStore) GetObservation

func (tr *ConsentStore) GetObservation() (map[string]any, error)

GetObservation of this ConsentStore

func (*ConsentStore) GetParameters

func (tr *ConsentStore) GetParameters() (map[string]any, error)

GetParameters of this ConsentStore

func (*ConsentStore) GetProviderConfigReference

func (mg *ConsentStore) GetProviderConfigReference() *xpv1.Reference

GetProviderConfigReference of this ConsentStore.

func (*ConsentStore) GetPublishConnectionDetailsTo

func (mg *ConsentStore) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo

GetPublishConnectionDetailsTo of this ConsentStore.

func (*ConsentStore) GetTerraformResourceType

func (mg *ConsentStore) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this ConsentStore

func (*ConsentStore) GetTerraformSchemaVersion

func (tr *ConsentStore) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*ConsentStore) GetWriteConnectionSecretToReference

func (mg *ConsentStore) GetWriteConnectionSecretToReference() *xpv1.SecretReference

GetWriteConnectionSecretToReference of this ConsentStore.

func (*ConsentStore) Hub added in v0.41.2

func (tr *ConsentStore) Hub()

Hub marks this type as a conversion hub.

func (*ConsentStore) LateInitialize

func (tr *ConsentStore) LateInitialize(attrs []byte) (bool, error)

LateInitialize this ConsentStore using its observed tfState. returns True if there are any spec changes for the resource.

func (*ConsentStore) ResolveReferences

func (mg *ConsentStore) ResolveReferences(
	ctx context.Context, c client.Reader) error

func (*ConsentStore) SetConditions

func (mg *ConsentStore) SetConditions(c ...xpv1.Condition)

SetConditions of this ConsentStore.

func (*ConsentStore) SetDeletionPolicy

func (mg *ConsentStore) SetDeletionPolicy(r xpv1.DeletionPolicy)

SetDeletionPolicy of this ConsentStore.

func (*ConsentStore) SetManagementPolicies added in v0.35.0

func (mg *ConsentStore) SetManagementPolicies(r xpv1.ManagementPolicies)

SetManagementPolicies of this ConsentStore.

func (*ConsentStore) SetObservation

func (tr *ConsentStore) SetObservation(obs map[string]any) error

SetObservation for this ConsentStore

func (*ConsentStore) SetParameters

func (tr *ConsentStore) SetParameters(params map[string]any) error

SetParameters for this ConsentStore

func (*ConsentStore) SetProviderConfigReference

func (mg *ConsentStore) SetProviderConfigReference(r *xpv1.Reference)

SetProviderConfigReference of this ConsentStore.

func (*ConsentStore) SetPublishConnectionDetailsTo

func (mg *ConsentStore) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)

SetPublishConnectionDetailsTo of this ConsentStore.

func (*ConsentStore) SetWriteConnectionSecretToReference

func (mg *ConsentStore) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)

SetWriteConnectionSecretToReference of this ConsentStore.

type ConsentStoreInitParameters added in v0.35.0

type ConsentStoreInitParameters struct {

	// Identifies the dataset addressed by this request. Must be in the format
	// 'projects/{project}/locations/{location}/datasets/{dataset}'
	// +crossplane:generate:reference:type=github.com/upbound/provider-gcp/apis/healthcare/v1beta1.Dataset
	// +crossplane:generate:reference:extractor=github.com/crossplane/upjet/pkg/resource.ExtractResourceID()
	Dataset *string `json:"dataset,omitempty" tf:"dataset,omitempty"`

	// Reference to a Dataset in healthcare to populate dataset.
	// +kubebuilder:validation:Optional
	DatasetRef *v1.Reference `json:"datasetRef,omitempty" tf:"-"`

	// Selector for a Dataset in healthcare to populate dataset.
	// +kubebuilder:validation:Optional
	DatasetSelector *v1.Selector `json:"datasetSelector,omitempty" tf:"-"`

	// Default time to live for consents in this store. Must be at least 24 hours. Updating this field will not affect the expiration time of existing consents.
	// A duration in seconds with up to nine fractional digits, terminated by 's'. Example: "3.5s".
	DefaultConsentTTL *string `json:"defaultConsentTtl,omitempty" tf:"default_consent_ttl,omitempty"`

	// If true, [consents.patch] [google.cloud.healthcare.v1.consent.UpdateConsent] creates the consent if it does not already exist.
	EnableConsentCreateOnUpdate *bool `json:"enableConsentCreateOnUpdate,omitempty" tf:"enable_consent_create_on_update,omitempty"`

	// User-supplied key-value pairs used to organize Consent stores.
	// Label keys must be between 1 and 63 characters long, have a UTF-8 encoding of maximum 128 bytes, and must
	// conform to the following PCRE regular expression: [\p{Ll}\p{Lo}][\p{Ll}\p{Lo}\p{N}_-]{0,62}
	// Label values are optional, must be between 1 and 63 characters long, have a UTF-8 encoding of maximum 128
	// bytes, and must conform to the following PCRE regular expression: [\p{Ll}\p{Lo}\p{N}_-]{0,63}
	// No more than 64 labels can be associated with a given store.
	// An object containing a list of "key": value pairs.
	// Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
	// +mapType=granular
	Labels map[string]*string `json:"labels,omitempty" tf:"labels,omitempty"`

	// The name of this ConsentStore, for example:
	// "consent1"
	Name *string `json:"name,omitempty" tf:"name,omitempty"`
}

func (*ConsentStoreInitParameters) DeepCopy added in v0.35.0

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ConsentStoreInitParameters.

func (*ConsentStoreInitParameters) DeepCopyInto added in v0.35.0

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ConsentStoreList

type ConsentStoreList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	Items           []ConsentStore `json:"items"`
}

ConsentStoreList contains a list of ConsentStores

func (*ConsentStoreList) DeepCopy

func (in *ConsentStoreList) DeepCopy() *ConsentStoreList

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ConsentStoreList.

func (*ConsentStoreList) DeepCopyInto

func (in *ConsentStoreList) DeepCopyInto(out *ConsentStoreList)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*ConsentStoreList) DeepCopyObject

func (in *ConsentStoreList) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*ConsentStoreList) GetItems

func (l *ConsentStoreList) GetItems() []resource.Managed

GetItems of this ConsentStoreList.

type ConsentStoreObservation

type ConsentStoreObservation struct {

	// Identifies the dataset addressed by this request. Must be in the format
	// 'projects/{project}/locations/{location}/datasets/{dataset}'
	Dataset *string `json:"dataset,omitempty" tf:"dataset,omitempty"`

	// Default time to live for consents in this store. Must be at least 24 hours. Updating this field will not affect the expiration time of existing consents.
	// A duration in seconds with up to nine fractional digits, terminated by 's'. Example: "3.5s".
	DefaultConsentTTL *string `json:"defaultConsentTtl,omitempty" tf:"default_consent_ttl,omitempty"`

	// for all of the labels present on the resource.
	// +mapType=granular
	EffectiveLabels map[string]*string `json:"effectiveLabels,omitempty" tf:"effective_labels,omitempty"`

	// If true, [consents.patch] [google.cloud.healthcare.v1.consent.UpdateConsent] creates the consent if it does not already exist.
	EnableConsentCreateOnUpdate *bool `json:"enableConsentCreateOnUpdate,omitempty" tf:"enable_consent_create_on_update,omitempty"`

	// an identifier for the resource with format {{dataset}}/consentStores/{{name}}
	ID *string `json:"id,omitempty" tf:"id,omitempty"`

	// User-supplied key-value pairs used to organize Consent stores.
	// Label keys must be between 1 and 63 characters long, have a UTF-8 encoding of maximum 128 bytes, and must
	// conform to the following PCRE regular expression: [\p{Ll}\p{Lo}][\p{Ll}\p{Lo}\p{N}_-]{0,62}
	// Label values are optional, must be between 1 and 63 characters long, have a UTF-8 encoding of maximum 128
	// bytes, and must conform to the following PCRE regular expression: [\p{Ll}\p{Lo}\p{N}_-]{0,63}
	// No more than 64 labels can be associated with a given store.
	// An object containing a list of "key": value pairs.
	// Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
	// +mapType=granular
	Labels map[string]*string `json:"labels,omitempty" tf:"labels,omitempty"`

	// The name of this ConsentStore, for example:
	// "consent1"
	Name *string `json:"name,omitempty" tf:"name,omitempty"`

	// The combination of labels configured directly on the resource
	// and default labels configured on the provider.
	// +mapType=granular
	TerraformLabels map[string]*string `json:"terraformLabels,omitempty" tf:"terraform_labels,omitempty"`
}

func (*ConsentStoreObservation) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ConsentStoreObservation.

func (*ConsentStoreObservation) DeepCopyInto

func (in *ConsentStoreObservation) DeepCopyInto(out *ConsentStoreObservation)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ConsentStoreParameters

type ConsentStoreParameters struct {

	// Identifies the dataset addressed by this request. Must be in the format
	// 'projects/{project}/locations/{location}/datasets/{dataset}'
	// +crossplane:generate:reference:type=github.com/upbound/provider-gcp/apis/healthcare/v1beta1.Dataset
	// +crossplane:generate:reference:extractor=github.com/crossplane/upjet/pkg/resource.ExtractResourceID()
	// +kubebuilder:validation:Optional
	Dataset *string `json:"dataset,omitempty" tf:"dataset,omitempty"`

	// Reference to a Dataset in healthcare to populate dataset.
	// +kubebuilder:validation:Optional
	DatasetRef *v1.Reference `json:"datasetRef,omitempty" tf:"-"`

	// Selector for a Dataset in healthcare to populate dataset.
	// +kubebuilder:validation:Optional
	DatasetSelector *v1.Selector `json:"datasetSelector,omitempty" tf:"-"`

	// Default time to live for consents in this store. Must be at least 24 hours. Updating this field will not affect the expiration time of existing consents.
	// A duration in seconds with up to nine fractional digits, terminated by 's'. Example: "3.5s".
	// +kubebuilder:validation:Optional
	DefaultConsentTTL *string `json:"defaultConsentTtl,omitempty" tf:"default_consent_ttl,omitempty"`

	// If true, [consents.patch] [google.cloud.healthcare.v1.consent.UpdateConsent] creates the consent if it does not already exist.
	// +kubebuilder:validation:Optional
	EnableConsentCreateOnUpdate *bool `json:"enableConsentCreateOnUpdate,omitempty" tf:"enable_consent_create_on_update,omitempty"`

	// User-supplied key-value pairs used to organize Consent stores.
	// Label keys must be between 1 and 63 characters long, have a UTF-8 encoding of maximum 128 bytes, and must
	// conform to the following PCRE regular expression: [\p{Ll}\p{Lo}][\p{Ll}\p{Lo}\p{N}_-]{0,62}
	// Label values are optional, must be between 1 and 63 characters long, have a UTF-8 encoding of maximum 128
	// bytes, and must conform to the following PCRE regular expression: [\p{Ll}\p{Lo}\p{N}_-]{0,63}
	// No more than 64 labels can be associated with a given store.
	// An object containing a list of "key": value pairs.
	// Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
	// +kubebuilder:validation:Optional
	// +mapType=granular
	Labels map[string]*string `json:"labels,omitempty" tf:"labels,omitempty"`

	// The name of this ConsentStore, for example:
	// "consent1"
	// +kubebuilder:validation:Optional
	Name *string `json:"name,omitempty" tf:"name,omitempty"`
}

func (*ConsentStoreParameters) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ConsentStoreParameters.

func (*ConsentStoreParameters) DeepCopyInto

func (in *ConsentStoreParameters) DeepCopyInto(out *ConsentStoreParameters)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ConsentStoreSpec

type ConsentStoreSpec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     ConsentStoreParameters `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 ConsentStoreInitParameters `json:"initProvider,omitempty"`
}

ConsentStoreSpec defines the desired state of ConsentStore

func (*ConsentStoreSpec) DeepCopy

func (in *ConsentStoreSpec) DeepCopy() *ConsentStoreSpec

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ConsentStoreSpec.

func (*ConsentStoreSpec) DeepCopyInto

func (in *ConsentStoreSpec) DeepCopyInto(out *ConsentStoreSpec)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ConsentStoreStatus

type ConsentStoreStatus struct {
	v1.ResourceStatus `json:",inline"`
	AtProvider        ConsentStoreObservation `json:"atProvider,omitempty"`
}

ConsentStoreStatus defines the observed state of ConsentStore.

func (*ConsentStoreStatus) DeepCopy

func (in *ConsentStoreStatus) DeepCopy() *ConsentStoreStatus

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ConsentStoreStatus.

func (*ConsentStoreStatus) DeepCopyInto

func (in *ConsentStoreStatus) DeepCopyInto(out *ConsentStoreStatus)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type Dataset

type Dataset 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.location) || (has(self.initProvider) && has(self.initProvider.location))",message="spec.forProvider.location is a required parameter"
	// +kubebuilder:validation:XValidation:rule="!('*' in self.managementPolicies || 'Create' in self.managementPolicies || 'Update' in self.managementPolicies) || has(self.forProvider.name) || (has(self.initProvider) && has(self.initProvider.name))",message="spec.forProvider.name is a required parameter"
	Spec   DatasetSpec   `json:"spec"`
	Status DatasetStatus `json:"status,omitempty"`
}

Dataset is the Schema for the Datasets API. A Healthcare +kubebuilder:printcolumn:name="SYNCED",type="string",JSONPath=".status.conditions[?(@.type=='Synced')].status" +kubebuilder:printcolumn:name="READY",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].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,gcp}

func (*Dataset) DeepCopy

func (in *Dataset) DeepCopy() *Dataset

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Dataset.

func (*Dataset) DeepCopyInto

func (in *Dataset) DeepCopyInto(out *Dataset)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*Dataset) DeepCopyObject

func (in *Dataset) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*Dataset) GetCondition

func (mg *Dataset) GetCondition(ct xpv1.ConditionType) xpv1.Condition

GetCondition of this Dataset.

func (*Dataset) GetConnectionDetailsMapping

func (tr *Dataset) GetConnectionDetailsMapping() map[string]string

GetConnectionDetailsMapping for this Dataset

func (*Dataset) GetDeletionPolicy

func (mg *Dataset) GetDeletionPolicy() xpv1.DeletionPolicy

GetDeletionPolicy of this Dataset.

func (*Dataset) GetID

func (tr *Dataset) GetID() string

GetID returns ID of underlying Terraform resource of this Dataset

func (*Dataset) GetInitParameters added in v0.35.0

func (tr *Dataset) GetInitParameters() (map[string]any, error)

GetInitParameters of this Dataset

func (*Dataset) GetManagementPolicies added in v0.35.0

func (mg *Dataset) GetManagementPolicies() xpv1.ManagementPolicies

GetManagementPolicies of this Dataset.

func (*Dataset) GetMergedParameters added in v0.40.0

func (tr *Dataset) GetMergedParameters(shouldMergeInitProvider bool) (map[string]any, error)

GetInitParameters of this Dataset

func (*Dataset) GetObservation

func (tr *Dataset) GetObservation() (map[string]any, error)

GetObservation of this Dataset

func (*Dataset) GetParameters

func (tr *Dataset) GetParameters() (map[string]any, error)

GetParameters of this Dataset

func (*Dataset) GetProviderConfigReference

func (mg *Dataset) GetProviderConfigReference() *xpv1.Reference

GetProviderConfigReference of this Dataset.

func (*Dataset) GetPublishConnectionDetailsTo

func (mg *Dataset) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo

GetPublishConnectionDetailsTo of this Dataset.

func (*Dataset) GetTerraformResourceType

func (mg *Dataset) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this Dataset

func (*Dataset) GetTerraformSchemaVersion

func (tr *Dataset) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*Dataset) GetWriteConnectionSecretToReference

func (mg *Dataset) GetWriteConnectionSecretToReference() *xpv1.SecretReference

GetWriteConnectionSecretToReference of this Dataset.

func (*Dataset) Hub added in v0.41.2

func (tr *Dataset) Hub()

Hub marks this type as a conversion hub.

func (*Dataset) LateInitialize

func (tr *Dataset) LateInitialize(attrs []byte) (bool, error)

LateInitialize this Dataset using its observed tfState. returns True if there are any spec changes for the resource.

func (*Dataset) SetConditions

func (mg *Dataset) SetConditions(c ...xpv1.Condition)

SetConditions of this Dataset.

func (*Dataset) SetDeletionPolicy

func (mg *Dataset) SetDeletionPolicy(r xpv1.DeletionPolicy)

SetDeletionPolicy of this Dataset.

func (*Dataset) SetManagementPolicies added in v0.35.0

func (mg *Dataset) SetManagementPolicies(r xpv1.ManagementPolicies)

SetManagementPolicies of this Dataset.

func (*Dataset) SetObservation

func (tr *Dataset) SetObservation(obs map[string]any) error

SetObservation for this Dataset

func (*Dataset) SetParameters

func (tr *Dataset) SetParameters(params map[string]any) error

SetParameters for this Dataset

func (*Dataset) SetProviderConfigReference

func (mg *Dataset) SetProviderConfigReference(r *xpv1.Reference)

SetProviderConfigReference of this Dataset.

func (*Dataset) SetPublishConnectionDetailsTo

func (mg *Dataset) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)

SetPublishConnectionDetailsTo of this Dataset.

func (*Dataset) SetWriteConnectionSecretToReference

func (mg *Dataset) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)

SetWriteConnectionSecretToReference of this Dataset.

type DatasetIAMMember added in v0.28.0

type DatasetIAMMember 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.member) || (has(self.initProvider) && has(self.initProvider.member))",message="spec.forProvider.member is a required parameter"
	// +kubebuilder:validation:XValidation:rule="!('*' in self.managementPolicies || 'Create' in self.managementPolicies || 'Update' in self.managementPolicies) || has(self.forProvider.role) || (has(self.initProvider) && has(self.initProvider.role))",message="spec.forProvider.role is a required parameter"
	Spec   DatasetIAMMemberSpec   `json:"spec"`
	Status DatasetIAMMemberStatus `json:"status,omitempty"`
}

DatasetIAMMember is the Schema for the DatasetIAMMembers API. <no value> +kubebuilder:printcolumn:name="SYNCED",type="string",JSONPath=".status.conditions[?(@.type=='Synced')].status" +kubebuilder:printcolumn:name="READY",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].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,gcp}

func (*DatasetIAMMember) DeepCopy added in v0.28.0

func (in *DatasetIAMMember) DeepCopy() *DatasetIAMMember

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DatasetIAMMember.

func (*DatasetIAMMember) DeepCopyInto added in v0.28.0

func (in *DatasetIAMMember) DeepCopyInto(out *DatasetIAMMember)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*DatasetIAMMember) DeepCopyObject added in v0.28.0

func (in *DatasetIAMMember) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*DatasetIAMMember) GetCondition added in v0.28.0

func (mg *DatasetIAMMember) GetCondition(ct xpv1.ConditionType) xpv1.Condition

GetCondition of this DatasetIAMMember.

func (*DatasetIAMMember) GetConnectionDetailsMapping added in v0.28.0

func (tr *DatasetIAMMember) GetConnectionDetailsMapping() map[string]string

GetConnectionDetailsMapping for this DatasetIAMMember

func (*DatasetIAMMember) GetDeletionPolicy added in v0.28.0

func (mg *DatasetIAMMember) GetDeletionPolicy() xpv1.DeletionPolicy

GetDeletionPolicy of this DatasetIAMMember.

func (*DatasetIAMMember) GetID added in v0.28.0

func (tr *DatasetIAMMember) GetID() string

GetID returns ID of underlying Terraform resource of this DatasetIAMMember

func (*DatasetIAMMember) GetInitParameters added in v0.35.0

func (tr *DatasetIAMMember) GetInitParameters() (map[string]any, error)

GetInitParameters of this DatasetIAMMember

func (*DatasetIAMMember) GetManagementPolicies added in v0.35.0

func (mg *DatasetIAMMember) GetManagementPolicies() xpv1.ManagementPolicies

GetManagementPolicies of this DatasetIAMMember.

func (*DatasetIAMMember) GetMergedParameters added in v0.40.0

func (tr *DatasetIAMMember) GetMergedParameters(shouldMergeInitProvider bool) (map[string]any, error)

GetInitParameters of this DatasetIAMMember

func (*DatasetIAMMember) GetObservation added in v0.28.0

func (tr *DatasetIAMMember) GetObservation() (map[string]any, error)

GetObservation of this DatasetIAMMember

func (*DatasetIAMMember) GetParameters added in v0.28.0

func (tr *DatasetIAMMember) GetParameters() (map[string]any, error)

GetParameters of this DatasetIAMMember

func (*DatasetIAMMember) GetProviderConfigReference added in v0.28.0

func (mg *DatasetIAMMember) GetProviderConfigReference() *xpv1.Reference

GetProviderConfigReference of this DatasetIAMMember.

func (*DatasetIAMMember) GetPublishConnectionDetailsTo added in v0.28.0

func (mg *DatasetIAMMember) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo

GetPublishConnectionDetailsTo of this DatasetIAMMember.

func (*DatasetIAMMember) GetTerraformResourceType added in v0.28.0

func (mg *DatasetIAMMember) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this DatasetIAMMember

func (*DatasetIAMMember) GetTerraformSchemaVersion added in v0.28.0

func (tr *DatasetIAMMember) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*DatasetIAMMember) GetWriteConnectionSecretToReference added in v0.28.0

func (mg *DatasetIAMMember) GetWriteConnectionSecretToReference() *xpv1.SecretReference

GetWriteConnectionSecretToReference of this DatasetIAMMember.

func (*DatasetIAMMember) Hub added in v0.41.2

func (tr *DatasetIAMMember) Hub()

Hub marks this type as a conversion hub.

func (*DatasetIAMMember) LateInitialize added in v0.28.0

func (tr *DatasetIAMMember) LateInitialize(attrs []byte) (bool, error)

LateInitialize this DatasetIAMMember using its observed tfState. returns True if there are any spec changes for the resource.

func (*DatasetIAMMember) ResolveReferences added in v0.28.0

func (mg *DatasetIAMMember) ResolveReferences(ctx context.Context, c client.Reader) error

ResolveReferences of this DatasetIAMMember.

func (*DatasetIAMMember) SetConditions added in v0.28.0

func (mg *DatasetIAMMember) SetConditions(c ...xpv1.Condition)

SetConditions of this DatasetIAMMember.

func (*DatasetIAMMember) SetDeletionPolicy added in v0.28.0

func (mg *DatasetIAMMember) SetDeletionPolicy(r xpv1.DeletionPolicy)

SetDeletionPolicy of this DatasetIAMMember.

func (*DatasetIAMMember) SetManagementPolicies added in v0.35.0

func (mg *DatasetIAMMember) SetManagementPolicies(r xpv1.ManagementPolicies)

SetManagementPolicies of this DatasetIAMMember.

func (*DatasetIAMMember) SetObservation added in v0.28.0

func (tr *DatasetIAMMember) SetObservation(obs map[string]any) error

SetObservation for this DatasetIAMMember

func (*DatasetIAMMember) SetParameters added in v0.28.0

func (tr *DatasetIAMMember) SetParameters(params map[string]any) error

SetParameters for this DatasetIAMMember

func (*DatasetIAMMember) SetProviderConfigReference added in v0.28.0

func (mg *DatasetIAMMember) SetProviderConfigReference(r *xpv1.Reference)

SetProviderConfigReference of this DatasetIAMMember.

func (*DatasetIAMMember) SetPublishConnectionDetailsTo added in v0.28.0

func (mg *DatasetIAMMember) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)

SetPublishConnectionDetailsTo of this DatasetIAMMember.

func (*DatasetIAMMember) SetWriteConnectionSecretToReference added in v0.28.0

func (mg *DatasetIAMMember) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)

SetWriteConnectionSecretToReference of this DatasetIAMMember.

type DatasetIAMMemberInitParameters added in v0.35.0

type DatasetIAMMemberInitParameters struct {
	Condition []ConditionInitParameters `json:"condition,omitempty" tf:"condition,omitempty"`

	// +crossplane:generate:reference:type=github.com/upbound/provider-gcp/apis/healthcare/v1beta1.Dataset
	DatasetID *string `json:"datasetId,omitempty" tf:"dataset_id,omitempty"`

	// Reference to a Dataset in healthcare to populate datasetId.
	// +kubebuilder:validation:Optional
	DatasetIDRef *v1.Reference `json:"datasetIdRef,omitempty" tf:"-"`

	// Selector for a Dataset in healthcare to populate datasetId.
	// +kubebuilder:validation:Optional
	DatasetIDSelector *v1.Selector `json:"datasetIdSelector,omitempty" tf:"-"`

	Member *string `json:"member,omitempty" tf:"member,omitempty"`

	Role *string `json:"role,omitempty" tf:"role,omitempty"`
}

func (*DatasetIAMMemberInitParameters) DeepCopy added in v0.35.0

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DatasetIAMMemberInitParameters.

func (*DatasetIAMMemberInitParameters) DeepCopyInto added in v0.35.0

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type DatasetIAMMemberList added in v0.28.0

type DatasetIAMMemberList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	Items           []DatasetIAMMember `json:"items"`
}

DatasetIAMMemberList contains a list of DatasetIAMMembers

func (*DatasetIAMMemberList) DeepCopy added in v0.28.0

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DatasetIAMMemberList.

func (*DatasetIAMMemberList) DeepCopyInto added in v0.28.0

func (in *DatasetIAMMemberList) DeepCopyInto(out *DatasetIAMMemberList)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*DatasetIAMMemberList) DeepCopyObject added in v0.28.0

func (in *DatasetIAMMemberList) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*DatasetIAMMemberList) GetItems added in v0.28.0

func (l *DatasetIAMMemberList) GetItems() []resource.Managed

GetItems of this DatasetIAMMemberList.

type DatasetIAMMemberObservation added in v0.28.0

type DatasetIAMMemberObservation struct {
	Condition []ConditionObservation `json:"condition,omitempty" tf:"condition,omitempty"`

	DatasetID *string `json:"datasetId,omitempty" tf:"dataset_id,omitempty"`

	Etag *string `json:"etag,omitempty" tf:"etag,omitempty"`

	ID *string `json:"id,omitempty" tf:"id,omitempty"`

	Member *string `json:"member,omitempty" tf:"member,omitempty"`

	Role *string `json:"role,omitempty" tf:"role,omitempty"`
}

func (*DatasetIAMMemberObservation) DeepCopy added in v0.28.0

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DatasetIAMMemberObservation.

func (*DatasetIAMMemberObservation) DeepCopyInto added in v0.28.0

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type DatasetIAMMemberParameters added in v0.28.0

type DatasetIAMMemberParameters struct {

	// +kubebuilder:validation:Optional
	Condition []ConditionParameters `json:"condition,omitempty" tf:"condition,omitempty"`

	// +crossplane:generate:reference:type=github.com/upbound/provider-gcp/apis/healthcare/v1beta1.Dataset
	// +kubebuilder:validation:Optional
	DatasetID *string `json:"datasetId,omitempty" tf:"dataset_id,omitempty"`

	// Reference to a Dataset in healthcare to populate datasetId.
	// +kubebuilder:validation:Optional
	DatasetIDRef *v1.Reference `json:"datasetIdRef,omitempty" tf:"-"`

	// Selector for a Dataset in healthcare to populate datasetId.
	// +kubebuilder:validation:Optional
	DatasetIDSelector *v1.Selector `json:"datasetIdSelector,omitempty" tf:"-"`

	// +kubebuilder:validation:Optional
	Member *string `json:"member,omitempty" tf:"member,omitempty"`

	// +kubebuilder:validation:Optional
	Role *string `json:"role,omitempty" tf:"role,omitempty"`
}

func (*DatasetIAMMemberParameters) DeepCopy added in v0.28.0

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DatasetIAMMemberParameters.

func (*DatasetIAMMemberParameters) DeepCopyInto added in v0.28.0

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type DatasetIAMMemberSpec added in v0.28.0

type DatasetIAMMemberSpec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     DatasetIAMMemberParameters `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 DatasetIAMMemberInitParameters `json:"initProvider,omitempty"`
}

DatasetIAMMemberSpec defines the desired state of DatasetIAMMember

func (*DatasetIAMMemberSpec) DeepCopy added in v0.28.0

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DatasetIAMMemberSpec.

func (*DatasetIAMMemberSpec) DeepCopyInto added in v0.28.0

func (in *DatasetIAMMemberSpec) DeepCopyInto(out *DatasetIAMMemberSpec)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type DatasetIAMMemberStatus added in v0.28.0

type DatasetIAMMemberStatus struct {
	v1.ResourceStatus `json:",inline"`
	AtProvider        DatasetIAMMemberObservation `json:"atProvider,omitempty"`
}

DatasetIAMMemberStatus defines the observed state of DatasetIAMMember.

func (*DatasetIAMMemberStatus) DeepCopy added in v0.28.0

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DatasetIAMMemberStatus.

func (*DatasetIAMMemberStatus) DeepCopyInto added in v0.28.0

func (in *DatasetIAMMemberStatus) DeepCopyInto(out *DatasetIAMMemberStatus)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type DatasetInitParameters added in v0.35.0

type DatasetInitParameters struct {

	// The location for the Dataset.
	Location *string `json:"location,omitempty" tf:"location,omitempty"`

	// The resource name for the Dataset.
	Name *string `json:"name,omitempty" tf:"name,omitempty"`

	// The ID of the project in which the resource belongs.
	// If it is not provided, the provider project is used.
	Project *string `json:"project,omitempty" tf:"project,omitempty"`

	// The default timezone used by this dataset. Must be a either a valid IANA time zone name such as
	// "America/New_York" or empty, which defaults to UTC. This is used for parsing times in resources
	// (e.g., HL7 messages) where no explicit timezone is specified.
	TimeZone *string `json:"timeZone,omitempty" tf:"time_zone,omitempty"`
}

func (*DatasetInitParameters) DeepCopy added in v0.35.0

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DatasetInitParameters.

func (*DatasetInitParameters) DeepCopyInto added in v0.35.0

func (in *DatasetInitParameters) DeepCopyInto(out *DatasetInitParameters)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type DatasetList

type DatasetList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	Items           []Dataset `json:"items"`
}

DatasetList contains a list of Datasets

func (*DatasetList) DeepCopy

func (in *DatasetList) DeepCopy() *DatasetList

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DatasetList.

func (*DatasetList) DeepCopyInto

func (in *DatasetList) DeepCopyInto(out *DatasetList)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*DatasetList) DeepCopyObject

func (in *DatasetList) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*DatasetList) GetItems

func (l *DatasetList) GetItems() []resource.Managed

GetItems of this DatasetList.

type DatasetObservation

type DatasetObservation struct {

	// an identifier for the resource with format projects/{{project}}/locations/{{location}}/datasets/{{name}}
	ID *string `json:"id,omitempty" tf:"id,omitempty"`

	// The location for the Dataset.
	Location *string `json:"location,omitempty" tf:"location,omitempty"`

	// The resource name for the Dataset.
	Name *string `json:"name,omitempty" tf:"name,omitempty"`

	// The ID of the project in which the resource belongs.
	// If it is not provided, the provider project is used.
	Project *string `json:"project,omitempty" tf:"project,omitempty"`

	// The fully qualified name of this dataset
	SelfLink *string `json:"selfLink,omitempty" tf:"self_link,omitempty"`

	// The default timezone used by this dataset. Must be a either a valid IANA time zone name such as
	// "America/New_York" or empty, which defaults to UTC. This is used for parsing times in resources
	// (e.g., HL7 messages) where no explicit timezone is specified.
	TimeZone *string `json:"timeZone,omitempty" tf:"time_zone,omitempty"`
}

func (*DatasetObservation) DeepCopy

func (in *DatasetObservation) DeepCopy() *DatasetObservation

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DatasetObservation.

func (*DatasetObservation) DeepCopyInto

func (in *DatasetObservation) DeepCopyInto(out *DatasetObservation)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type DatasetParameters

type DatasetParameters struct {

	// The location for the Dataset.
	// +kubebuilder:validation:Optional
	Location *string `json:"location,omitempty" tf:"location,omitempty"`

	// The resource name for the Dataset.
	// +kubebuilder:validation:Optional
	Name *string `json:"name,omitempty" tf:"name,omitempty"`

	// The ID of the project in which the resource belongs.
	// If it is not provided, the provider project is used.
	// +kubebuilder:validation:Optional
	Project *string `json:"project,omitempty" tf:"project,omitempty"`

	// The default timezone used by this dataset. Must be a either a valid IANA time zone name such as
	// "America/New_York" or empty, which defaults to UTC. This is used for parsing times in resources
	// (e.g., HL7 messages) where no explicit timezone is specified.
	// +kubebuilder:validation:Optional
	TimeZone *string `json:"timeZone,omitempty" tf:"time_zone,omitempty"`
}

func (*DatasetParameters) DeepCopy

func (in *DatasetParameters) DeepCopy() *DatasetParameters

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DatasetParameters.

func (*DatasetParameters) DeepCopyInto

func (in *DatasetParameters) DeepCopyInto(out *DatasetParameters)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type DatasetSpec

type DatasetSpec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     DatasetParameters `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 DatasetInitParameters `json:"initProvider,omitempty"`
}

DatasetSpec defines the desired state of Dataset

func (*DatasetSpec) DeepCopy

func (in *DatasetSpec) DeepCopy() *DatasetSpec

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DatasetSpec.

func (*DatasetSpec) DeepCopyInto

func (in *DatasetSpec) DeepCopyInto(out *DatasetSpec)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type DatasetStatus

type DatasetStatus struct {
	v1.ResourceStatus `json:",inline"`
	AtProvider        DatasetObservation `json:"atProvider,omitempty"`
}

DatasetStatus defines the observed state of Dataset.

func (*DatasetStatus) DeepCopy

func (in *DatasetStatus) DeepCopy() *DatasetStatus

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DatasetStatus.

func (*DatasetStatus) DeepCopyInto

func (in *DatasetStatus) DeepCopyInto(out *DatasetStatus)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL