Documentation
¶
Overview ¶
Package v1beta1 contains API Schema definitions for the bigqueryanalyticshub v1beta1 API group. +k8s:openapi-gen=true +k8s:deepcopy-gen=package,register +k8s:conversion-gen=github.com/GoogleCloudPlatform/k8s-config-connector/pkg/clients/generated/pkg/apis/bigqueryanalyticshub +k8s:defaulter-gen=TypeMeta +groupName=bigqueryanalyticshub.cnrm.cloud.google.com
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ( // SchemeGroupVersion is the group version used to register these objects. SchemeGroupVersion = schema.GroupVersion{Group: "bigqueryanalyticshub.cnrm.cloud.google.com", Version: "v1beta1"} // SchemeBuilder is used to add go types to the GroupVersionKind scheme. SchemeBuilder = &scheme.Builder{GroupVersion: SchemeGroupVersion} // AddToScheme is a global function that registers this API group & version to a scheme AddToScheme = SchemeBuilder.AddToScheme BigQueryAnalyticsHubDataExchangeGVK = schema.GroupVersionKind{ Group: SchemeGroupVersion.Group, Version: SchemeGroupVersion.Version, Kind: reflect.TypeOf(BigQueryAnalyticsHubDataExchange{}).Name(), } )
Functions ¶
This section is empty.
Types ¶
type BigQueryAnalyticsHubDataExchange ¶
type BigQueryAnalyticsHubDataExchange struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec BigQueryAnalyticsHubDataExchangeSpec `json:"spec,omitempty"` Status BigQueryAnalyticsHubDataExchangeStatus `json:"status,omitempty"` }
BigQueryAnalyticsHubDataExchange is the Schema for the bigqueryanalyticshub API +k8s:openapi-gen=true
func (*BigQueryAnalyticsHubDataExchange) DeepCopy ¶
func (in *BigQueryAnalyticsHubDataExchange) DeepCopy() *BigQueryAnalyticsHubDataExchange
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BigQueryAnalyticsHubDataExchange.
func (*BigQueryAnalyticsHubDataExchange) DeepCopyInto ¶
func (in *BigQueryAnalyticsHubDataExchange) DeepCopyInto(out *BigQueryAnalyticsHubDataExchange)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*BigQueryAnalyticsHubDataExchange) DeepCopyObject ¶
func (in *BigQueryAnalyticsHubDataExchange) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type BigQueryAnalyticsHubDataExchangeList ¶
type BigQueryAnalyticsHubDataExchangeList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []BigQueryAnalyticsHubDataExchange `json:"items"` }
BigQueryAnalyticsHubDataExchangeList contains a list of BigQueryAnalyticsHubDataExchange
func (*BigQueryAnalyticsHubDataExchangeList) DeepCopy ¶
func (in *BigQueryAnalyticsHubDataExchangeList) DeepCopy() *BigQueryAnalyticsHubDataExchangeList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BigQueryAnalyticsHubDataExchangeList.
func (*BigQueryAnalyticsHubDataExchangeList) DeepCopyInto ¶
func (in *BigQueryAnalyticsHubDataExchangeList) DeepCopyInto(out *BigQueryAnalyticsHubDataExchangeList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*BigQueryAnalyticsHubDataExchangeList) DeepCopyObject ¶
func (in *BigQueryAnalyticsHubDataExchangeList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type BigQueryAnalyticsHubDataExchangeSpec ¶
type BigQueryAnalyticsHubDataExchangeSpec struct { /* Optional. Description of the data exchange. The description must not contain Unicode non-characters as well as C0 and C1 control codes except tabs (HT), new lines (LF), carriage returns (CR), and page breaks (FF). Default value is an empty string. Max length: 2000 bytes. */ // +optional Description *string `json:"description,omitempty"` /* Optional. Type of discovery on the discovery page for all the listings under this exchange. Updating this field also updates (overwrites) the discovery_type field for all the listings under this exchange. */ // +optional DiscoveryType *string `json:"discoveryType,omitempty"` /* Required. Human-readable display name of the data exchange. The display name must contain only Unicode letters, numbers (0-9), underscores (_), dashes (-), spaces ( ), ampersands (&) and must not start or end with spaces. Default value is an empty string. Max length: 63 bytes. */ // +optional DisplayName *string `json:"displayName,omitempty"` /* Optional. Documentation describing the data exchange. */ // +optional Documentation *string `json:"documentation,omitempty"` /* Immutable. The name of the location this data exchange. */ Location string `json:"location"` /* Optional. Email or URL of the primary point of contact of the data exchange. Max Length: 1000 bytes. */ // +optional PrimaryContact *string `json:"primaryContact,omitempty"` /* The project that this resource belongs to. */ ProjectRef v1alpha1.ResourceRef `json:"projectRef"` /* Immutable. The BigQueryAnalyticsHubDataExchange name. If not given, the metadata.name will be used. */ // +optional ResourceID *string `json:"resourceID,omitempty"` }
func (*BigQueryAnalyticsHubDataExchangeSpec) DeepCopy ¶
func (in *BigQueryAnalyticsHubDataExchangeSpec) DeepCopy() *BigQueryAnalyticsHubDataExchangeSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BigQueryAnalyticsHubDataExchangeSpec.
func (*BigQueryAnalyticsHubDataExchangeSpec) DeepCopyInto ¶
func (in *BigQueryAnalyticsHubDataExchangeSpec) DeepCopyInto(out *BigQueryAnalyticsHubDataExchangeSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type BigQueryAnalyticsHubDataExchangeStatus ¶
type BigQueryAnalyticsHubDataExchangeStatus struct { /* Conditions represent the latest available observations of the BigQueryAnalyticsHubDataExchange's current state. */ Conditions []v1alpha1.Condition `json:"conditions,omitempty"` /* A unique specifier for the BigQueryAnalyticsHubDataExchange resource in GCP. */ // +optional ExternalRef *string `json:"externalRef,omitempty"` /* ObservedGeneration is the generation of the resource that was most recently observed by the Config Connector controller. If this is equal to metadata.generation, then that means that the current reported status reflects the most recent desired state of the resource. */ // +optional ObservedGeneration *int64 `json:"observedGeneration,omitempty"` /* ObservedState is the state of the resource as most recently observed in GCP. */ // +optional ObservedState *DataexchangeObservedStateStatus `json:"observedState,omitempty"` }
func (*BigQueryAnalyticsHubDataExchangeStatus) DeepCopy ¶
func (in *BigQueryAnalyticsHubDataExchangeStatus) DeepCopy() *BigQueryAnalyticsHubDataExchangeStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BigQueryAnalyticsHubDataExchangeStatus.
func (*BigQueryAnalyticsHubDataExchangeStatus) DeepCopyInto ¶
func (in *BigQueryAnalyticsHubDataExchangeStatus) DeepCopyInto(out *BigQueryAnalyticsHubDataExchangeStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type DataexchangeObservedStateStatus ¶
type DataexchangeObservedStateStatus struct { /* Number of listings contained in the data exchange. */ // +optional ListingCount *int64 `json:"listingCount,omitempty"` }
func (*DataexchangeObservedStateStatus) DeepCopy ¶
func (in *DataexchangeObservedStateStatus) DeepCopy() *DataexchangeObservedStateStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DataexchangeObservedStateStatus.
func (*DataexchangeObservedStateStatus) DeepCopyInto ¶
func (in *DataexchangeObservedStateStatus) DeepCopyInto(out *DataexchangeObservedStateStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.