v1alpha1

package
v1.4.0 Latest Latest
Warning

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

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

Documentation

Overview

+kubebuilder:object:generate=true +groupName=iot.yandex-cloud.upjet.crossplane.io +versionName=v1alpha1

Index

Constants

View Source
const (
	CRDGroup   = "iot.yandex-cloud.upjet.crossplane.io"
	CRDVersion = "v1alpha1"
)

Package type metadata.

Variables

View Source
var (
	CoreBroker_Kind             = "CoreBroker"
	CoreBroker_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: CoreBroker_Kind}.String()
	CoreBroker_KindAPIVersion   = CoreBroker_Kind + "." + CRDGroupVersion.String()
	CoreBroker_GroupVersionKind = CRDGroupVersion.WithKind(CoreBroker_Kind)
)

Repository type metadata.

View Source
var (
	CoreDevice_Kind             = "CoreDevice"
	CoreDevice_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: CoreDevice_Kind}.String()
	CoreDevice_KindAPIVersion   = CoreDevice_Kind + "." + CRDGroupVersion.String()
	CoreDevice_GroupVersionKind = CRDGroupVersion.WithKind(CoreDevice_Kind)
)

Repository type metadata.

View Source
var (
	CoreRegistry_Kind             = "CoreRegistry"
	CoreRegistry_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: CoreRegistry_Kind}.String()
	CoreRegistry_KindAPIVersion   = CoreRegistry_Kind + "." + CRDGroupVersion.String()
	CoreRegistry_GroupVersionKind = CRDGroupVersion.WithKind(CoreRegistry_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 CoreBroker

type CoreBroker 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   CoreBrokerSpec   `json:"spec"`
	Status CoreBrokerStatus `json:"status,omitempty"`
}

CoreBroker is the Schema for the CoreBrokers API. Allows management of a Yandex.Cloud IoT Core Broker. +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,yandex-cloud}

func (*CoreBroker) DeepCopy

func (in *CoreBroker) DeepCopy() *CoreBroker

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

func (*CoreBroker) DeepCopyInto

func (in *CoreBroker) DeepCopyInto(out *CoreBroker)

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

func (*CoreBroker) DeepCopyObject

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

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

func (*CoreBroker) GetCondition

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

GetCondition of this CoreBroker.

func (*CoreBroker) GetConnectionDetailsMapping

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

GetConnectionDetailsMapping for this CoreBroker

func (*CoreBroker) GetDeletionPolicy

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

GetDeletionPolicy of this CoreBroker.

func (*CoreBroker) GetID

func (tr *CoreBroker) GetID() string

GetID returns ID of underlying Terraform resource of this CoreBroker

func (*CoreBroker) GetInitParameters

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

GetInitParameters of this CoreBroker

func (*CoreBroker) GetManagementPolicies

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

GetManagementPolicies of this CoreBroker.

func (*CoreBroker) GetMergedParameters

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

GetInitParameters of this CoreBroker

func (*CoreBroker) GetObservation

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

GetObservation of this CoreBroker

func (*CoreBroker) GetParameters

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

GetParameters of this CoreBroker

func (*CoreBroker) GetProviderConfigReference

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

GetProviderConfigReference of this CoreBroker.

func (*CoreBroker) GetPublishConnectionDetailsTo

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

GetPublishConnectionDetailsTo of this CoreBroker.

func (*CoreBroker) GetTerraformResourceType

func (mg *CoreBroker) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this CoreBroker

func (*CoreBroker) GetTerraformSchemaVersion

func (tr *CoreBroker) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*CoreBroker) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this CoreBroker.

func (*CoreBroker) Hub

func (tr *CoreBroker) Hub()

Hub marks this type as a conversion hub.

func (*CoreBroker) LateInitialize

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

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

func (*CoreBroker) ResolveReferences

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

ResolveReferences of this CoreBroker.

func (*CoreBroker) SetConditions

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

SetConditions of this CoreBroker.

func (*CoreBroker) SetDeletionPolicy

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

SetDeletionPolicy of this CoreBroker.

func (*CoreBroker) SetManagementPolicies

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

SetManagementPolicies of this CoreBroker.

func (*CoreBroker) SetObservation

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

SetObservation for this CoreBroker

func (*CoreBroker) SetParameters

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

SetParameters for this CoreBroker

func (*CoreBroker) SetProviderConfigReference

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

SetProviderConfigReference of this CoreBroker.

func (*CoreBroker) SetPublishConnectionDetailsTo

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

SetPublishConnectionDetailsTo of this CoreBroker.

func (*CoreBroker) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this CoreBroker.

type CoreBrokerInitParameters

type CoreBrokerInitParameters struct {

	// A set of certificate's fingerprints for the IoT Core Broker
	// +listType=set
	Certificates []*string `json:"certificates,omitempty" tf:"certificates,omitempty"`

	// Description of the IoT Core Broker
	Description *string `json:"description,omitempty" tf:"description,omitempty"`

	// Folder ID for the IoT Core Broker
	// +crossplane:generate:reference:type=github.com/tagesjump/provider-upjet-yc/apis/resourcemanager/v1alpha1.Folder
	FolderID *string `json:"folderId,omitempty" tf:"folder_id,omitempty"`

	// Reference to a Folder in resourcemanager to populate folderId.
	// +kubebuilder:validation:Optional
	FolderIDRef *v1.Reference `json:"folderIdRef,omitempty" tf:"-"`

	// Selector for a Folder in resourcemanager to populate folderId.
	// +kubebuilder:validation:Optional
	FolderIDSelector *v1.Selector `json:"folderIdSelector,omitempty" tf:"-"`

	// A set of key/value label pairs to assign to the IoT Core Broker.
	// +mapType=granular
	Labels map[string]*string `json:"labels,omitempty" tf:"labels,omitempty"`

	// Options for logging for IoT Core Broker
	LogOptions []LogOptionsInitParameters `json:"logOptions,omitempty" tf:"log_options,omitempty"`

	// IoT Core Broker name used to define broker
	Name *string `json:"name,omitempty" tf:"name,omitempty"`
}

func (*CoreBrokerInitParameters) DeepCopy

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

func (*CoreBrokerInitParameters) DeepCopyInto

func (in *CoreBrokerInitParameters) DeepCopyInto(out *CoreBrokerInitParameters)

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

type CoreBrokerList

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

CoreBrokerList contains a list of CoreBrokers

func (*CoreBrokerList) DeepCopy

func (in *CoreBrokerList) DeepCopy() *CoreBrokerList

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

func (*CoreBrokerList) DeepCopyInto

func (in *CoreBrokerList) DeepCopyInto(out *CoreBrokerList)

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

func (*CoreBrokerList) DeepCopyObject

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

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

func (*CoreBrokerList) GetItems

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

GetItems of this CoreBrokerList.

type CoreBrokerObservation

type CoreBrokerObservation struct {

	// A set of certificate's fingerprints for the IoT Core Broker
	// +listType=set
	Certificates []*string `json:"certificates,omitempty" tf:"certificates,omitempty"`

	// Creation timestamp of the IoT Core Broker
	CreatedAt *string `json:"createdAt,omitempty" tf:"created_at,omitempty"`

	// Description of the IoT Core Broker
	Description *string `json:"description,omitempty" tf:"description,omitempty"`

	// Folder ID for the IoT Core Broker
	FolderID *string `json:"folderId,omitempty" tf:"folder_id,omitempty"`

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

	// A set of key/value label pairs to assign to the IoT Core Broker.
	// +mapType=granular
	Labels map[string]*string `json:"labels,omitempty" tf:"labels,omitempty"`

	// Options for logging for IoT Core Broker
	LogOptions []LogOptionsObservation `json:"logOptions,omitempty" tf:"log_options,omitempty"`

	// IoT Core Broker name used to define broker
	Name *string `json:"name,omitempty" tf:"name,omitempty"`
}

func (*CoreBrokerObservation) DeepCopy

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

func (*CoreBrokerObservation) DeepCopyInto

func (in *CoreBrokerObservation) DeepCopyInto(out *CoreBrokerObservation)

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

type CoreBrokerParameters

type CoreBrokerParameters struct {

	// A set of certificate's fingerprints for the IoT Core Broker
	// +kubebuilder:validation:Optional
	// +listType=set
	Certificates []*string `json:"certificates,omitempty" tf:"certificates,omitempty"`

	// Description of the IoT Core Broker
	// +kubebuilder:validation:Optional
	Description *string `json:"description,omitempty" tf:"description,omitempty"`

	// Folder ID for the IoT Core Broker
	// +crossplane:generate:reference:type=github.com/tagesjump/provider-upjet-yc/apis/resourcemanager/v1alpha1.Folder
	// +kubebuilder:validation:Optional
	FolderID *string `json:"folderId,omitempty" tf:"folder_id,omitempty"`

	// Reference to a Folder in resourcemanager to populate folderId.
	// +kubebuilder:validation:Optional
	FolderIDRef *v1.Reference `json:"folderIdRef,omitempty" tf:"-"`

	// Selector for a Folder in resourcemanager to populate folderId.
	// +kubebuilder:validation:Optional
	FolderIDSelector *v1.Selector `json:"folderIdSelector,omitempty" tf:"-"`

	// A set of key/value label pairs to assign to the IoT Core Broker.
	// +kubebuilder:validation:Optional
	// +mapType=granular
	Labels map[string]*string `json:"labels,omitempty" tf:"labels,omitempty"`

	// Options for logging for IoT Core Broker
	// +kubebuilder:validation:Optional
	LogOptions []LogOptionsParameters `json:"logOptions,omitempty" tf:"log_options,omitempty"`

	// IoT Core Broker name used to define broker
	// +kubebuilder:validation:Optional
	Name *string `json:"name,omitempty" tf:"name,omitempty"`
}

func (*CoreBrokerParameters) DeepCopy

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

func (*CoreBrokerParameters) DeepCopyInto

func (in *CoreBrokerParameters) DeepCopyInto(out *CoreBrokerParameters)

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

type CoreBrokerSpec

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

CoreBrokerSpec defines the desired state of CoreBroker

func (*CoreBrokerSpec) DeepCopy

func (in *CoreBrokerSpec) DeepCopy() *CoreBrokerSpec

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

func (*CoreBrokerSpec) DeepCopyInto

func (in *CoreBrokerSpec) DeepCopyInto(out *CoreBrokerSpec)

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

type CoreBrokerStatus

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

CoreBrokerStatus defines the observed state of CoreBroker.

func (*CoreBrokerStatus) DeepCopy

func (in *CoreBrokerStatus) DeepCopy() *CoreBrokerStatus

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

func (*CoreBrokerStatus) DeepCopyInto

func (in *CoreBrokerStatus) DeepCopyInto(out *CoreBrokerStatus)

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

type CoreDevice

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

CoreDevice is the Schema for the CoreDevices API. Allows management of a Yandex.Cloud IoT Core Device. +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,yandex-cloud}

func (*CoreDevice) DeepCopy

func (in *CoreDevice) DeepCopy() *CoreDevice

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

func (*CoreDevice) DeepCopyInto

func (in *CoreDevice) DeepCopyInto(out *CoreDevice)

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

func (*CoreDevice) DeepCopyObject

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

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

func (*CoreDevice) GetCondition

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

GetCondition of this CoreDevice.

func (*CoreDevice) GetConnectionDetailsMapping

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

GetConnectionDetailsMapping for this CoreDevice

func (*CoreDevice) GetDeletionPolicy

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

GetDeletionPolicy of this CoreDevice.

func (*CoreDevice) GetID

func (tr *CoreDevice) GetID() string

GetID returns ID of underlying Terraform resource of this CoreDevice

func (*CoreDevice) GetInitParameters

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

GetInitParameters of this CoreDevice

func (*CoreDevice) GetManagementPolicies

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

GetManagementPolicies of this CoreDevice.

func (*CoreDevice) GetMergedParameters

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

GetInitParameters of this CoreDevice

func (*CoreDevice) GetObservation

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

GetObservation of this CoreDevice

func (*CoreDevice) GetParameters

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

GetParameters of this CoreDevice

func (*CoreDevice) GetProviderConfigReference

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

GetProviderConfigReference of this CoreDevice.

func (*CoreDevice) GetPublishConnectionDetailsTo

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

GetPublishConnectionDetailsTo of this CoreDevice.

func (*CoreDevice) GetTerraformResourceType

func (mg *CoreDevice) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this CoreDevice

func (*CoreDevice) GetTerraformSchemaVersion

func (tr *CoreDevice) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*CoreDevice) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this CoreDevice.

func (*CoreDevice) Hub

func (tr *CoreDevice) Hub()

Hub marks this type as a conversion hub.

func (*CoreDevice) LateInitialize

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

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

func (*CoreDevice) SetConditions

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

SetConditions of this CoreDevice.

func (*CoreDevice) SetDeletionPolicy

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

SetDeletionPolicy of this CoreDevice.

func (*CoreDevice) SetManagementPolicies

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

SetManagementPolicies of this CoreDevice.

func (*CoreDevice) SetObservation

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

SetObservation for this CoreDevice

func (*CoreDevice) SetParameters

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

SetParameters for this CoreDevice

func (*CoreDevice) SetProviderConfigReference

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

SetProviderConfigReference of this CoreDevice.

func (*CoreDevice) SetPublishConnectionDetailsTo

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

SetPublishConnectionDetailsTo of this CoreDevice.

func (*CoreDevice) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this CoreDevice.

type CoreDeviceInitParameters

type CoreDeviceInitParameters struct {

	// A set of key/value aliases pairs to assign to the IoT Core Device
	// +mapType=granular
	Aliases map[string]*string `json:"aliases,omitempty" tf:"aliases,omitempty"`

	// A set of certificate's fingerprints for the IoT Core Device
	// +listType=set
	Certificates []*string `json:"certificates,omitempty" tf:"certificates,omitempty"`

	// Description of the IoT Core Device
	Description *string `json:"description,omitempty" tf:"description,omitempty"`

	// IoT Core Device name used to define device
	Name *string `json:"name,omitempty" tf:"name,omitempty"`

	Passwords []*string `json:"passwordsSecretRef,omitempty" tf:"-"`

	// IoT Core Registry ID for the IoT Core Device
	RegistryID *string `json:"registryId,omitempty" tf:"registry_id,omitempty"`
}

func (*CoreDeviceInitParameters) DeepCopy

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

func (*CoreDeviceInitParameters) DeepCopyInto

func (in *CoreDeviceInitParameters) DeepCopyInto(out *CoreDeviceInitParameters)

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

type CoreDeviceList

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

CoreDeviceList contains a list of CoreDevices

func (*CoreDeviceList) DeepCopy

func (in *CoreDeviceList) DeepCopy() *CoreDeviceList

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

func (*CoreDeviceList) DeepCopyInto

func (in *CoreDeviceList) DeepCopyInto(out *CoreDeviceList)

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

func (*CoreDeviceList) DeepCopyObject

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

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

func (*CoreDeviceList) GetItems

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

GetItems of this CoreDeviceList.

type CoreDeviceObservation

type CoreDeviceObservation struct {

	// A set of key/value aliases pairs to assign to the IoT Core Device
	// +mapType=granular
	Aliases map[string]*string `json:"aliases,omitempty" tf:"aliases,omitempty"`

	// A set of certificate's fingerprints for the IoT Core Device
	// +listType=set
	Certificates []*string `json:"certificates,omitempty" tf:"certificates,omitempty"`

	// Creation timestamp of the IoT Core Device
	CreatedAt *string `json:"createdAt,omitempty" tf:"created_at,omitempty"`

	// Description of the IoT Core Device
	Description *string `json:"description,omitempty" tf:"description,omitempty"`

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

	// IoT Core Device name used to define device
	Name *string `json:"name,omitempty" tf:"name,omitempty"`

	// IoT Core Registry ID for the IoT Core Device
	RegistryID *string `json:"registryId,omitempty" tf:"registry_id,omitempty"`
}

func (*CoreDeviceObservation) DeepCopy

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

func (*CoreDeviceObservation) DeepCopyInto

func (in *CoreDeviceObservation) DeepCopyInto(out *CoreDeviceObservation)

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

type CoreDeviceParameters

type CoreDeviceParameters struct {

	// A set of key/value aliases pairs to assign to the IoT Core Device
	// +kubebuilder:validation:Optional
	// +mapType=granular
	Aliases map[string]*string `json:"aliases,omitempty" tf:"aliases,omitempty"`

	// A set of certificate's fingerprints for the IoT Core Device
	// +kubebuilder:validation:Optional
	// +listType=set
	Certificates []*string `json:"certificates,omitempty" tf:"certificates,omitempty"`

	// Description of the IoT Core Device
	// +kubebuilder:validation:Optional
	Description *string `json:"description,omitempty" tf:"description,omitempty"`

	// IoT Core Device name used to define device
	// +kubebuilder:validation:Optional
	Name *string `json:"name,omitempty" tf:"name,omitempty"`

	// A set of passwords's id for the IoT Core Device
	// +kubebuilder:validation:Optional
	PasswordsSecretRef *[]v1.SecretKeySelector `json:"passwordsSecretRef,omitempty" tf:"-"`

	// IoT Core Registry ID for the IoT Core Device
	// +kubebuilder:validation:Optional
	RegistryID *string `json:"registryId,omitempty" tf:"registry_id,omitempty"`
}

func (*CoreDeviceParameters) DeepCopy

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

func (*CoreDeviceParameters) DeepCopyInto

func (in *CoreDeviceParameters) DeepCopyInto(out *CoreDeviceParameters)

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

type CoreDeviceSpec

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

CoreDeviceSpec defines the desired state of CoreDevice

func (*CoreDeviceSpec) DeepCopy

func (in *CoreDeviceSpec) DeepCopy() *CoreDeviceSpec

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

func (*CoreDeviceSpec) DeepCopyInto

func (in *CoreDeviceSpec) DeepCopyInto(out *CoreDeviceSpec)

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

type CoreDeviceStatus

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

CoreDeviceStatus defines the observed state of CoreDevice.

func (*CoreDeviceStatus) DeepCopy

func (in *CoreDeviceStatus) DeepCopy() *CoreDeviceStatus

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

func (*CoreDeviceStatus) DeepCopyInto

func (in *CoreDeviceStatus) DeepCopyInto(out *CoreDeviceStatus)

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

type CoreRegistry

type CoreRegistry 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   CoreRegistrySpec   `json:"spec"`
	Status CoreRegistryStatus `json:"status,omitempty"`
}

CoreRegistry is the Schema for the CoreRegistrys API. Allows management of a Yandex.Cloud IoT Core Registry. +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,yandex-cloud}

func (*CoreRegistry) DeepCopy

func (in *CoreRegistry) DeepCopy() *CoreRegistry

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

func (*CoreRegistry) DeepCopyInto

func (in *CoreRegistry) DeepCopyInto(out *CoreRegistry)

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

func (*CoreRegistry) DeepCopyObject

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

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

func (*CoreRegistry) GetCondition

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

GetCondition of this CoreRegistry.

func (*CoreRegistry) GetConnectionDetailsMapping

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

GetConnectionDetailsMapping for this CoreRegistry

func (*CoreRegistry) GetDeletionPolicy

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

GetDeletionPolicy of this CoreRegistry.

func (*CoreRegistry) GetID

func (tr *CoreRegistry) GetID() string

GetID returns ID of underlying Terraform resource of this CoreRegistry

func (*CoreRegistry) GetInitParameters

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

GetInitParameters of this CoreRegistry

func (*CoreRegistry) GetManagementPolicies

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

GetManagementPolicies of this CoreRegistry.

func (*CoreRegistry) GetMergedParameters

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

GetInitParameters of this CoreRegistry

func (*CoreRegistry) GetObservation

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

GetObservation of this CoreRegistry

func (*CoreRegistry) GetParameters

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

GetParameters of this CoreRegistry

func (*CoreRegistry) GetProviderConfigReference

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

GetProviderConfigReference of this CoreRegistry.

func (*CoreRegistry) GetPublishConnectionDetailsTo

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

GetPublishConnectionDetailsTo of this CoreRegistry.

func (*CoreRegistry) GetTerraformResourceType

func (mg *CoreRegistry) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this CoreRegistry

func (*CoreRegistry) GetTerraformSchemaVersion

func (tr *CoreRegistry) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*CoreRegistry) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this CoreRegistry.

func (*CoreRegistry) Hub

func (tr *CoreRegistry) Hub()

Hub marks this type as a conversion hub.

func (*CoreRegistry) LateInitialize

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

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

func (*CoreRegistry) ResolveReferences

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

ResolveReferences of this CoreRegistry.

func (*CoreRegistry) SetConditions

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

SetConditions of this CoreRegistry.

func (*CoreRegistry) SetDeletionPolicy

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

SetDeletionPolicy of this CoreRegistry.

func (*CoreRegistry) SetManagementPolicies

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

SetManagementPolicies of this CoreRegistry.

func (*CoreRegistry) SetObservation

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

SetObservation for this CoreRegistry

func (*CoreRegistry) SetParameters

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

SetParameters for this CoreRegistry

func (*CoreRegistry) SetProviderConfigReference

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

SetProviderConfigReference of this CoreRegistry.

func (*CoreRegistry) SetPublishConnectionDetailsTo

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

SetPublishConnectionDetailsTo of this CoreRegistry.

func (*CoreRegistry) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this CoreRegistry.

type CoreRegistryInitParameters

type CoreRegistryInitParameters struct {

	// A set of certificate's fingerprints for the IoT Core Registry
	// +listType=set
	Certificates []*string `json:"certificates,omitempty" tf:"certificates,omitempty"`

	// Description of the IoT Core Registry
	Description *string `json:"description,omitempty" tf:"description,omitempty"`

	// Folder ID for the IoT Core Registry
	// +crossplane:generate:reference:type=github.com/tagesjump/provider-upjet-yc/apis/resourcemanager/v1alpha1.Folder
	FolderID *string `json:"folderId,omitempty" tf:"folder_id,omitempty"`

	// Reference to a Folder in resourcemanager to populate folderId.
	// +kubebuilder:validation:Optional
	FolderIDRef *v1.Reference `json:"folderIdRef,omitempty" tf:"-"`

	// Selector for a Folder in resourcemanager to populate folderId.
	// +kubebuilder:validation:Optional
	FolderIDSelector *v1.Selector `json:"folderIdSelector,omitempty" tf:"-"`

	// A set of key/value label pairs to assign to the IoT Core Registry.
	// +mapType=granular
	Labels map[string]*string `json:"labels,omitempty" tf:"labels,omitempty"`

	// Options for logging for IoT Core Registry
	LogOptions []CoreRegistryLogOptionsInitParameters `json:"logOptions,omitempty" tf:"log_options,omitempty"`

	// IoT Core Device name used to define registry
	Name *string `json:"name,omitempty" tf:"name,omitempty"`

	Passwords []*string `json:"passwordsSecretRef,omitempty" tf:"-"`
}

func (*CoreRegistryInitParameters) DeepCopy

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

func (*CoreRegistryInitParameters) DeepCopyInto

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

type CoreRegistryList

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

CoreRegistryList contains a list of CoreRegistrys

func (*CoreRegistryList) DeepCopy

func (in *CoreRegistryList) DeepCopy() *CoreRegistryList

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

func (*CoreRegistryList) DeepCopyInto

func (in *CoreRegistryList) DeepCopyInto(out *CoreRegistryList)

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

func (*CoreRegistryList) DeepCopyObject

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

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

func (*CoreRegistryList) GetItems

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

GetItems of this CoreRegistryList.

type CoreRegistryLogOptionsInitParameters

type CoreRegistryLogOptionsInitParameters struct {

	// Is logging for registry disabled
	Disabled *bool `json:"disabled,omitempty" tf:"disabled,omitempty"`

	// Log entries are written to default log group for specified folder
	FolderID *string `json:"folderId,omitempty" tf:"folder_id,omitempty"`

	// Log entries are written to specified log group
	LogGroupID *string `json:"logGroupId,omitempty" tf:"log_group_id,omitempty"`

	// Minimum log entry level
	MinLevel *string `json:"minLevel,omitempty" tf:"min_level,omitempty"`
}

func (*CoreRegistryLogOptionsInitParameters) DeepCopy

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

func (*CoreRegistryLogOptionsInitParameters) DeepCopyInto

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

type CoreRegistryLogOptionsObservation

type CoreRegistryLogOptionsObservation struct {

	// Is logging for registry disabled
	Disabled *bool `json:"disabled,omitempty" tf:"disabled,omitempty"`

	// Log entries are written to default log group for specified folder
	FolderID *string `json:"folderId,omitempty" tf:"folder_id,omitempty"`

	// Log entries are written to specified log group
	LogGroupID *string `json:"logGroupId,omitempty" tf:"log_group_id,omitempty"`

	// Minimum log entry level
	MinLevel *string `json:"minLevel,omitempty" tf:"min_level,omitempty"`
}

func (*CoreRegistryLogOptionsObservation) DeepCopy

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

func (*CoreRegistryLogOptionsObservation) DeepCopyInto

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

type CoreRegistryLogOptionsParameters

type CoreRegistryLogOptionsParameters struct {

	// Is logging for registry disabled
	// +kubebuilder:validation:Optional
	Disabled *bool `json:"disabled,omitempty" tf:"disabled,omitempty"`

	// Log entries are written to default log group for specified folder
	// +kubebuilder:validation:Optional
	FolderID *string `json:"folderId,omitempty" tf:"folder_id,omitempty"`

	// Log entries are written to specified log group
	// +kubebuilder:validation:Optional
	LogGroupID *string `json:"logGroupId,omitempty" tf:"log_group_id,omitempty"`

	// Minimum log entry level
	// +kubebuilder:validation:Optional
	MinLevel *string `json:"minLevel,omitempty" tf:"min_level,omitempty"`
}

func (*CoreRegistryLogOptionsParameters) DeepCopy

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

func (*CoreRegistryLogOptionsParameters) DeepCopyInto

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

type CoreRegistryObservation

type CoreRegistryObservation struct {

	// A set of certificate's fingerprints for the IoT Core Registry
	// +listType=set
	Certificates []*string `json:"certificates,omitempty" tf:"certificates,omitempty"`

	// Creation timestamp of the IoT Core Registry
	CreatedAt *string `json:"createdAt,omitempty" tf:"created_at,omitempty"`

	// Description of the IoT Core Registry
	Description *string `json:"description,omitempty" tf:"description,omitempty"`

	// Folder ID for the IoT Core Registry
	FolderID *string `json:"folderId,omitempty" tf:"folder_id,omitempty"`

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

	// A set of key/value label pairs to assign to the IoT Core Registry.
	// +mapType=granular
	Labels map[string]*string `json:"labels,omitempty" tf:"labels,omitempty"`

	// Options for logging for IoT Core Registry
	LogOptions []CoreRegistryLogOptionsObservation `json:"logOptions,omitempty" tf:"log_options,omitempty"`

	// IoT Core Device name used to define registry
	Name *string `json:"name,omitempty" tf:"name,omitempty"`
}

func (*CoreRegistryObservation) DeepCopy

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

func (*CoreRegistryObservation) DeepCopyInto

func (in *CoreRegistryObservation) DeepCopyInto(out *CoreRegistryObservation)

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

type CoreRegistryParameters

type CoreRegistryParameters struct {

	// A set of certificate's fingerprints for the IoT Core Registry
	// +kubebuilder:validation:Optional
	// +listType=set
	Certificates []*string `json:"certificates,omitempty" tf:"certificates,omitempty"`

	// Description of the IoT Core Registry
	// +kubebuilder:validation:Optional
	Description *string `json:"description,omitempty" tf:"description,omitempty"`

	// Folder ID for the IoT Core Registry
	// +crossplane:generate:reference:type=github.com/tagesjump/provider-upjet-yc/apis/resourcemanager/v1alpha1.Folder
	// +kubebuilder:validation:Optional
	FolderID *string `json:"folderId,omitempty" tf:"folder_id,omitempty"`

	// Reference to a Folder in resourcemanager to populate folderId.
	// +kubebuilder:validation:Optional
	FolderIDRef *v1.Reference `json:"folderIdRef,omitempty" tf:"-"`

	// Selector for a Folder in resourcemanager to populate folderId.
	// +kubebuilder:validation:Optional
	FolderIDSelector *v1.Selector `json:"folderIdSelector,omitempty" tf:"-"`

	// A set of key/value label pairs to assign to the IoT Core Registry.
	// +kubebuilder:validation:Optional
	// +mapType=granular
	Labels map[string]*string `json:"labels,omitempty" tf:"labels,omitempty"`

	// Options for logging for IoT Core Registry
	// +kubebuilder:validation:Optional
	LogOptions []CoreRegistryLogOptionsParameters `json:"logOptions,omitempty" tf:"log_options,omitempty"`

	// IoT Core Device name used to define registry
	// +kubebuilder:validation:Optional
	Name *string `json:"name,omitempty" tf:"name,omitempty"`

	// A set of passwords's id for the IoT Core Registry
	// +kubebuilder:validation:Optional
	PasswordsSecretRef *[]v1.SecretKeySelector `json:"passwordsSecretRef,omitempty" tf:"-"`
}

func (*CoreRegistryParameters) DeepCopy

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

func (*CoreRegistryParameters) DeepCopyInto

func (in *CoreRegistryParameters) DeepCopyInto(out *CoreRegistryParameters)

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

type CoreRegistrySpec

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

CoreRegistrySpec defines the desired state of CoreRegistry

func (*CoreRegistrySpec) DeepCopy

func (in *CoreRegistrySpec) DeepCopy() *CoreRegistrySpec

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

func (*CoreRegistrySpec) DeepCopyInto

func (in *CoreRegistrySpec) DeepCopyInto(out *CoreRegistrySpec)

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

type CoreRegistryStatus

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

CoreRegistryStatus defines the observed state of CoreRegistry.

func (*CoreRegistryStatus) DeepCopy

func (in *CoreRegistryStatus) DeepCopy() *CoreRegistryStatus

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

func (*CoreRegistryStatus) DeepCopyInto

func (in *CoreRegistryStatus) DeepCopyInto(out *CoreRegistryStatus)

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

type LogOptionsInitParameters

type LogOptionsInitParameters struct {

	// Is logging for broker disabled
	Disabled *bool `json:"disabled,omitempty" tf:"disabled,omitempty"`

	// Log entries are written to default log group for specified folder
	FolderID *string `json:"folderId,omitempty" tf:"folder_id,omitempty"`

	// Log entries are written to specified log group
	LogGroupID *string `json:"logGroupId,omitempty" tf:"log_group_id,omitempty"`

	// Minimum log entry level
	MinLevel *string `json:"minLevel,omitempty" tf:"min_level,omitempty"`
}

func (*LogOptionsInitParameters) DeepCopy

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

func (*LogOptionsInitParameters) DeepCopyInto

func (in *LogOptionsInitParameters) DeepCopyInto(out *LogOptionsInitParameters)

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

type LogOptionsObservation

type LogOptionsObservation struct {

	// Is logging for broker disabled
	Disabled *bool `json:"disabled,omitempty" tf:"disabled,omitempty"`

	// Log entries are written to default log group for specified folder
	FolderID *string `json:"folderId,omitempty" tf:"folder_id,omitempty"`

	// Log entries are written to specified log group
	LogGroupID *string `json:"logGroupId,omitempty" tf:"log_group_id,omitempty"`

	// Minimum log entry level
	MinLevel *string `json:"minLevel,omitempty" tf:"min_level,omitempty"`
}

func (*LogOptionsObservation) DeepCopy

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

func (*LogOptionsObservation) DeepCopyInto

func (in *LogOptionsObservation) DeepCopyInto(out *LogOptionsObservation)

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

type LogOptionsParameters

type LogOptionsParameters struct {

	// Is logging for broker disabled
	// +kubebuilder:validation:Optional
	Disabled *bool `json:"disabled,omitempty" tf:"disabled,omitempty"`

	// Log entries are written to default log group for specified folder
	// +kubebuilder:validation:Optional
	FolderID *string `json:"folderId,omitempty" tf:"folder_id,omitempty"`

	// Log entries are written to specified log group
	// +kubebuilder:validation:Optional
	LogGroupID *string `json:"logGroupId,omitempty" tf:"log_group_id,omitempty"`

	// Minimum log entry level
	// +kubebuilder:validation:Optional
	MinLevel *string `json:"minLevel,omitempty" tf:"min_level,omitempty"`
}

func (*LogOptionsParameters) DeepCopy

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

func (*LogOptionsParameters) DeepCopyInto

func (in *LogOptionsParameters) DeepCopyInto(out *LogOptionsParameters)

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