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=spring.azure.upbound.io +versionName=v1beta1

Index

Constants

View Source
const (
	CRDGroup   = "spring.azure.upbound.io"
	CRDVersion = "v1beta1"
)

Package type metadata.

Variables

View Source
var (
	CloudApplicationLiveView_Kind             = "CloudApplicationLiveView"
	CloudApplicationLiveView_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: CloudApplicationLiveView_Kind}.String()
	CloudApplicationLiveView_KindAPIVersion   = CloudApplicationLiveView_Kind + "." + CRDGroupVersion.String()
	CloudApplicationLiveView_GroupVersionKind = CRDGroupVersion.WithKind(CloudApplicationLiveView_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 CloudApplicationLiveView

type CloudApplicationLiveView struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              CloudApplicationLiveViewSpec   `json:"spec"`
	Status            CloudApplicationLiveViewStatus `json:"status,omitempty"`
}

CloudApplicationLiveView is the Schema for the CloudApplicationLiveViews API. Manages a Spring Cloud Application Live View. +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,azure}

func (*CloudApplicationLiveView) DeepCopy

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

func (*CloudApplicationLiveView) DeepCopyInto

func (in *CloudApplicationLiveView) DeepCopyInto(out *CloudApplicationLiveView)

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

func (*CloudApplicationLiveView) DeepCopyObject

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

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

func (*CloudApplicationLiveView) GetCondition

GetCondition of this CloudApplicationLiveView.

func (*CloudApplicationLiveView) GetConnectionDetailsMapping

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

GetConnectionDetailsMapping for this CloudApplicationLiveView

func (*CloudApplicationLiveView) GetDeletionPolicy

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

GetDeletionPolicy of this CloudApplicationLiveView.

func (*CloudApplicationLiveView) GetID

func (tr *CloudApplicationLiveView) GetID() string

GetID returns ID of underlying Terraform resource of this CloudApplicationLiveView

func (*CloudApplicationLiveView) GetInitParameters added in v0.35.0

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

GetInitParameters of this CloudApplicationLiveView

func (*CloudApplicationLiveView) GetManagementPolicies added in v0.35.0

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

GetManagementPolicies of this CloudApplicationLiveView.

func (*CloudApplicationLiveView) GetMergedParameters added in v0.40.0

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

GetInitParameters of this CloudApplicationLiveView

func (*CloudApplicationLiveView) GetObservation

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

GetObservation of this CloudApplicationLiveView

func (*CloudApplicationLiveView) GetParameters

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

GetParameters of this CloudApplicationLiveView

func (*CloudApplicationLiveView) GetProviderConfigReference

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

GetProviderConfigReference of this CloudApplicationLiveView.

func (*CloudApplicationLiveView) GetPublishConnectionDetailsTo

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

GetPublishConnectionDetailsTo of this CloudApplicationLiveView.

func (*CloudApplicationLiveView) GetTerraformResourceType

func (mg *CloudApplicationLiveView) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this CloudApplicationLiveView

func (*CloudApplicationLiveView) GetTerraformSchemaVersion

func (tr *CloudApplicationLiveView) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*CloudApplicationLiveView) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this CloudApplicationLiveView.

func (*CloudApplicationLiveView) Hub added in v0.42.1

func (tr *CloudApplicationLiveView) Hub()

Hub marks this type as a conversion hub.

func (*CloudApplicationLiveView) LateInitialize

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

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

func (*CloudApplicationLiveView) ResolveReferences

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

func (*CloudApplicationLiveView) SetConditions

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

SetConditions of this CloudApplicationLiveView.

func (*CloudApplicationLiveView) SetDeletionPolicy

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

SetDeletionPolicy of this CloudApplicationLiveView.

func (*CloudApplicationLiveView) SetManagementPolicies added in v0.35.0

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

SetManagementPolicies of this CloudApplicationLiveView.

func (*CloudApplicationLiveView) SetObservation

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

SetObservation for this CloudApplicationLiveView

func (*CloudApplicationLiveView) SetParameters

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

SetParameters for this CloudApplicationLiveView

func (*CloudApplicationLiveView) SetProviderConfigReference

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

SetProviderConfigReference of this CloudApplicationLiveView.

func (*CloudApplicationLiveView) SetPublishConnectionDetailsTo

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

SetPublishConnectionDetailsTo of this CloudApplicationLiveView.

func (*CloudApplicationLiveView) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this CloudApplicationLiveView.

type CloudApplicationLiveViewInitParameters added in v0.35.0

type CloudApplicationLiveViewInitParameters struct {
}

func (*CloudApplicationLiveViewInitParameters) DeepCopy added in v0.35.0

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

func (*CloudApplicationLiveViewInitParameters) DeepCopyInto added in v0.35.0

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

type CloudApplicationLiveViewList

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

CloudApplicationLiveViewList contains a list of CloudApplicationLiveViews

func (*CloudApplicationLiveViewList) DeepCopy

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

func (*CloudApplicationLiveViewList) DeepCopyInto

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

func (*CloudApplicationLiveViewList) DeepCopyObject

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

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

func (*CloudApplicationLiveViewList) GetItems

GetItems of this CloudApplicationLiveViewList.

type CloudApplicationLiveViewObservation

type CloudApplicationLiveViewObservation struct {

	// The ID of the Spring Cloud Application Live View.
	ID *string `json:"id,omitempty" tf:"id,omitempty"`

	// The ID of the Spring Cloud Service. Changing this forces a new Spring Cloud Application Live View to be created.
	SpringCloudServiceID *string `json:"springCloudServiceId,omitempty" tf:"spring_cloud_service_id,omitempty"`
}

func (*CloudApplicationLiveViewObservation) DeepCopy

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

func (*CloudApplicationLiveViewObservation) DeepCopyInto

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

type CloudApplicationLiveViewParameters

type CloudApplicationLiveViewParameters struct {

	// The ID of the Spring Cloud Service. Changing this forces a new Spring Cloud Application Live View to be created.
	// +crossplane:generate:reference:type=github.com/upbound/provider-azure/apis/appplatform/v1beta1.SpringCloudService
	// +crossplane:generate:reference:extractor=github.com/crossplane/upjet/pkg/resource.ExtractResourceID()
	// +kubebuilder:validation:Optional
	SpringCloudServiceID *string `json:"springCloudServiceId,omitempty" tf:"spring_cloud_service_id,omitempty"`

	// Reference to a SpringCloudService in appplatform to populate springCloudServiceId.
	// +kubebuilder:validation:Optional
	SpringCloudServiceIDRef *v1.Reference `json:"springCloudServiceIdRef,omitempty" tf:"-"`

	// Selector for a SpringCloudService in appplatform to populate springCloudServiceId.
	// +kubebuilder:validation:Optional
	SpringCloudServiceIDSelector *v1.Selector `json:"springCloudServiceIdSelector,omitempty" tf:"-"`
}

func (*CloudApplicationLiveViewParameters) DeepCopy

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

func (*CloudApplicationLiveViewParameters) DeepCopyInto

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

type CloudApplicationLiveViewSpec

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

CloudApplicationLiveViewSpec defines the desired state of CloudApplicationLiveView

func (*CloudApplicationLiveViewSpec) DeepCopy

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

func (*CloudApplicationLiveViewSpec) DeepCopyInto

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

type CloudApplicationLiveViewStatus

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

CloudApplicationLiveViewStatus defines the observed state of CloudApplicationLiveView.

func (*CloudApplicationLiveViewStatus) DeepCopy

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

func (*CloudApplicationLiveViewStatus) DeepCopyInto

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