v1alpha1

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Jul 2, 2021 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Overview

+groupName=apprunner.aws.kubeform.com

Index

Constants

This section is empty.

Variables

View Source
var (
	// TODO: move SchemeBuilder with zz_generated.deepcopy.go to k8s.io/api.
	// localSchemeBuilder and AddToScheme will stay in k8s.io/kubernetes.
	SchemeBuilder runtime.SchemeBuilder

	AddToScheme = localSchemeBuilder.AddToScheme
)
View Source
var SchemeGroupVersion = schema.GroupVersion{Group: apprunner.GroupName, Version: "v1alpha1"}

Functions

func GetDecoder

func GetDecoder() map[string]jsoniter.ValDecoder

func GetEncoder

func GetEncoder() map[string]jsoniter.ValEncoder

func Kind

func Kind(kind string) schema.GroupKind

Kind takes an unqualified kind and returns a Group qualified GroupKind

func Resource

func Resource(resource string) schema.GroupResource

Resource takes an unqualified resource and returns a Group qualified GroupResource

Types

type AutoScalingConfigurationVersion

type AutoScalingConfigurationVersion struct {
	metav1.TypeMeta   `json:",inline,omitempty"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              AutoScalingConfigurationVersionSpec   `json:"spec,omitempty"`
	Status            AutoScalingConfigurationVersionStatus `json:"status,omitempty"`
}

func (*AutoScalingConfigurationVersion) DeepCopy

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

func (*AutoScalingConfigurationVersion) DeepCopyInto

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

func (*AutoScalingConfigurationVersion) DeepCopyObject

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

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

func (*AutoScalingConfigurationVersion) SetupWebhookWithManager

func (r *AutoScalingConfigurationVersion) SetupWebhookWithManager(mgr ctrl.Manager) error

func (*AutoScalingConfigurationVersion) ValidateCreate

func (r *AutoScalingConfigurationVersion) ValidateCreate() error

ValidateCreate implements webhook.Validator so a webhook will be registered for the type

func (*AutoScalingConfigurationVersion) ValidateDelete

func (r *AutoScalingConfigurationVersion) ValidateDelete() error

ValidateDelete implements webhook.Validator so a webhook will be registered for the type

func (*AutoScalingConfigurationVersion) ValidateUpdate

func (r *AutoScalingConfigurationVersion) ValidateUpdate(old runtime.Object) error

ValidateUpdate implements webhook.Validator so a webhook will be registered for the type

type AutoScalingConfigurationVersionList

type AutoScalingConfigurationVersionList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	// Items is a list of AutoScalingConfigurationVersion CRD objects
	Items []AutoScalingConfigurationVersion `json:"items,omitempty"`
}

AutoScalingConfigurationVersionList is a list of AutoScalingConfigurationVersions

func (*AutoScalingConfigurationVersionList) DeepCopy

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

func (*AutoScalingConfigurationVersionList) DeepCopyInto

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

func (*AutoScalingConfigurationVersionList) DeepCopyObject

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

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

type AutoScalingConfigurationVersionSpec

type AutoScalingConfigurationVersionSpec struct {
	KubeformOutput *AutoScalingConfigurationVersionSpecResource `json:"kubeformOutput,omitempty" tf:"-"`

	Resource AutoScalingConfigurationVersionSpecResource `json:"resource" tf:"resource"`

	UpdatePolicy base.UpdatePolicy `json:"updatePolicy,omitempty" tf:"-"`

	TerminationPolicy base.TerminationPolicy `json:"terminationPolicy,omitempty" tf:"-"`

	ProviderRef core.LocalObjectReference `json:"providerRef" tf:"-"`
}

func (*AutoScalingConfigurationVersionSpec) DeepCopy

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

func (*AutoScalingConfigurationVersionSpec) DeepCopyInto

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

type AutoScalingConfigurationVersionSpecResource

type AutoScalingConfigurationVersionSpecResource struct {
	ID string `json:"id,omitempty" tf:"id,omitempty"`

	// +optional
	Arn                          *string `json:"arn,omitempty" tf:"arn"`
	AutoScalingConfigurationName *string `json:"autoScalingConfigurationName" tf:"auto_scaling_configuration_name"`
	// +optional
	AutoScalingConfigurationRevision *int64 `json:"autoScalingConfigurationRevision,omitempty" tf:"auto_scaling_configuration_revision"`
	// +optional
	Latest *bool `json:"latest,omitempty" tf:"latest"`
	// +optional
	MaxConcurrency *int64 `json:"maxConcurrency,omitempty" tf:"max_concurrency"`
	// +optional
	MaxSize *int64 `json:"maxSize,omitempty" tf:"max_size"`
	// +optional
	MinSize *int64 `json:"minSize,omitempty" tf:"min_size"`
	// +optional
	Status *string `json:"status,omitempty" tf:"status"`
	// +optional
	Tags *map[string]string `json:"tags,omitempty" tf:"tags"`
	// +optional
	TagsAll *map[string]string `json:"tagsAll,omitempty" tf:"tags_all"`
}

func (*AutoScalingConfigurationVersionSpecResource) DeepCopy

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

func (*AutoScalingConfigurationVersionSpecResource) DeepCopyInto

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

type AutoScalingConfigurationVersionStatus

type AutoScalingConfigurationVersionStatus struct {
	// Resource generation, which is updated on mutation by the API Server.
	// +optional
	ObservedGeneration int64 `json:"observedGeneration,omitempty"`
	// +optional
	Phase status.Status `json:"phase,omitempty"`
	// +optional
	Conditions []kmapi.Condition `json:"conditions,omitempty"`
}

func (*AutoScalingConfigurationVersionStatus) DeepCopy

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

func (*AutoScalingConfigurationVersionStatus) DeepCopyInto

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

type Connection

type Connection struct {
	metav1.TypeMeta   `json:",inline,omitempty"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              ConnectionSpec   `json:"spec,omitempty"`
	Status            ConnectionStatus `json:"status,omitempty"`
}

func (*Connection) DeepCopy

func (in *Connection) DeepCopy() *Connection

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

func (*Connection) DeepCopyInto

func (in *Connection) DeepCopyInto(out *Connection)

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

func (*Connection) DeepCopyObject

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

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

func (*Connection) SetupWebhookWithManager

func (r *Connection) SetupWebhookWithManager(mgr ctrl.Manager) error

func (*Connection) ValidateCreate

func (r *Connection) ValidateCreate() error

ValidateCreate implements webhook.Validator so a webhook will be registered for the type

func (*Connection) ValidateDelete

func (r *Connection) ValidateDelete() error

ValidateDelete implements webhook.Validator so a webhook will be registered for the type

func (*Connection) ValidateUpdate

func (r *Connection) ValidateUpdate(old runtime.Object) error

ValidateUpdate implements webhook.Validator so a webhook will be registered for the type

type ConnectionList

type ConnectionList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	// Items is a list of Connection CRD objects
	Items []Connection `json:"items,omitempty"`
}

ConnectionList is a list of Connections

func (*ConnectionList) DeepCopy

func (in *ConnectionList) DeepCopy() *ConnectionList

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

func (*ConnectionList) DeepCopyInto

func (in *ConnectionList) DeepCopyInto(out *ConnectionList)

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

func (*ConnectionList) DeepCopyObject

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

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

type ConnectionSpec

type ConnectionSpec struct {
	KubeformOutput *ConnectionSpecResource `json:"kubeformOutput,omitempty" tf:"-"`

	Resource ConnectionSpecResource `json:"resource" tf:"resource"`

	UpdatePolicy base.UpdatePolicy `json:"updatePolicy,omitempty" tf:"-"`

	TerminationPolicy base.TerminationPolicy `json:"terminationPolicy,omitempty" tf:"-"`

	ProviderRef core.LocalObjectReference `json:"providerRef" tf:"-"`
}

func (*ConnectionSpec) DeepCopy

func (in *ConnectionSpec) DeepCopy() *ConnectionSpec

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

func (*ConnectionSpec) DeepCopyInto

func (in *ConnectionSpec) DeepCopyInto(out *ConnectionSpec)

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

type ConnectionSpecResource

type ConnectionSpecResource struct {
	ID string `json:"id,omitempty" tf:"id,omitempty"`

	// +optional
	Arn            *string `json:"arn,omitempty" tf:"arn"`
	ConnectionName *string `json:"connectionName" tf:"connection_name"`
	ProviderType   *string `json:"providerType" tf:"provider_type"`
	// +optional
	Status *string `json:"status,omitempty" tf:"status"`
	// +optional
	Tags *map[string]string `json:"tags,omitempty" tf:"tags"`
	// +optional
	TagsAll *map[string]string `json:"tagsAll,omitempty" tf:"tags_all"`
}

func (*ConnectionSpecResource) DeepCopy

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

func (*ConnectionSpecResource) DeepCopyInto

func (in *ConnectionSpecResource) DeepCopyInto(out *ConnectionSpecResource)

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

type ConnectionStatus

type ConnectionStatus struct {
	// Resource generation, which is updated on mutation by the API Server.
	// +optional
	ObservedGeneration int64 `json:"observedGeneration,omitempty"`
	// +optional
	Phase status.Status `json:"phase,omitempty"`
	// +optional
	Conditions []kmapi.Condition `json:"conditions,omitempty"`
}

func (*ConnectionStatus) DeepCopy

func (in *ConnectionStatus) DeepCopy() *ConnectionStatus

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

func (*ConnectionStatus) DeepCopyInto

func (in *ConnectionStatus) DeepCopyInto(out *ConnectionStatus)

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

type CustomDomainAssociation

type CustomDomainAssociation struct {
	metav1.TypeMeta   `json:",inline,omitempty"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              CustomDomainAssociationSpec   `json:"spec,omitempty"`
	Status            CustomDomainAssociationStatus `json:"status,omitempty"`
}

func (*CustomDomainAssociation) DeepCopy

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

func (*CustomDomainAssociation) DeepCopyInto

func (in *CustomDomainAssociation) DeepCopyInto(out *CustomDomainAssociation)

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

func (*CustomDomainAssociation) DeepCopyObject

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

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

func (*CustomDomainAssociation) SetupWebhookWithManager

func (r *CustomDomainAssociation) SetupWebhookWithManager(mgr ctrl.Manager) error

func (*CustomDomainAssociation) ValidateCreate

func (r *CustomDomainAssociation) ValidateCreate() error

ValidateCreate implements webhook.Validator so a webhook will be registered for the type

func (*CustomDomainAssociation) ValidateDelete

func (r *CustomDomainAssociation) ValidateDelete() error

ValidateDelete implements webhook.Validator so a webhook will be registered for the type

func (*CustomDomainAssociation) ValidateUpdate

func (r *CustomDomainAssociation) ValidateUpdate(old runtime.Object) error

ValidateUpdate implements webhook.Validator so a webhook will be registered for the type

type CustomDomainAssociationList

type CustomDomainAssociationList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	// Items is a list of CustomDomainAssociation CRD objects
	Items []CustomDomainAssociation `json:"items,omitempty"`
}

CustomDomainAssociationList is a list of CustomDomainAssociations

func (*CustomDomainAssociationList) DeepCopy

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

func (*CustomDomainAssociationList) DeepCopyInto

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

func (*CustomDomainAssociationList) DeepCopyObject

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

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

type CustomDomainAssociationSpec

type CustomDomainAssociationSpec struct {
	KubeformOutput *CustomDomainAssociationSpecResource `json:"kubeformOutput,omitempty" tf:"-"`

	Resource CustomDomainAssociationSpecResource `json:"resource" tf:"resource"`

	UpdatePolicy base.UpdatePolicy `json:"updatePolicy,omitempty" tf:"-"`

	TerminationPolicy base.TerminationPolicy `json:"terminationPolicy,omitempty" tf:"-"`

	ProviderRef core.LocalObjectReference `json:"providerRef" tf:"-"`
}

func (*CustomDomainAssociationSpec) DeepCopy

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

func (*CustomDomainAssociationSpec) DeepCopyInto

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

type CustomDomainAssociationSpecCertificateValidationRecords

type CustomDomainAssociationSpecCertificateValidationRecords struct {
	// +optional
	Name *string `json:"name,omitempty" tf:"name"`
	// +optional
	Status *string `json:"status,omitempty" tf:"status"`
	// +optional
	Type *string `json:"type,omitempty" tf:"type"`
	// +optional
	Value *string `json:"value,omitempty" tf:"value"`
}

func (*CustomDomainAssociationSpecCertificateValidationRecords) DeepCopy

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

func (*CustomDomainAssociationSpecCertificateValidationRecords) DeepCopyInto

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

type CustomDomainAssociationSpecResource

type CustomDomainAssociationSpecResource struct {
	ID string `json:"id,omitempty" tf:"id,omitempty"`

	// +optional
	CertificateValidationRecords []CustomDomainAssociationSpecCertificateValidationRecords `json:"certificateValidationRecords,omitempty" tf:"certificate_validation_records"`
	// +optional
	DnsTarget  *string `json:"dnsTarget,omitempty" tf:"dns_target"`
	DomainName *string `json:"domainName" tf:"domain_name"`
	// +optional
	EnableWWWSubdomain *bool   `json:"enableWWWSubdomain,omitempty" tf:"enable_www_subdomain"`
	ServiceArn         *string `json:"serviceArn" tf:"service_arn"`
	// +optional
	Status *string `json:"status,omitempty" tf:"status"`
}

func (*CustomDomainAssociationSpecResource) DeepCopy

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

func (*CustomDomainAssociationSpecResource) DeepCopyInto

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

type CustomDomainAssociationStatus

type CustomDomainAssociationStatus struct {
	// Resource generation, which is updated on mutation by the API Server.
	// +optional
	ObservedGeneration int64 `json:"observedGeneration,omitempty"`
	// +optional
	Phase status.Status `json:"phase,omitempty"`
	// +optional
	Conditions []kmapi.Condition `json:"conditions,omitempty"`
}

func (*CustomDomainAssociationStatus) DeepCopy

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

func (*CustomDomainAssociationStatus) DeepCopyInto

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

type Service

type Service struct {
	metav1.TypeMeta   `json:",inline,omitempty"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              ServiceSpec   `json:"spec,omitempty"`
	Status            ServiceStatus `json:"status,omitempty"`
}

func (*Service) DeepCopy

func (in *Service) DeepCopy() *Service

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

func (*Service) DeepCopyInto

func (in *Service) DeepCopyInto(out *Service)

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

func (*Service) DeepCopyObject

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

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

func (*Service) SetupWebhookWithManager

func (r *Service) SetupWebhookWithManager(mgr ctrl.Manager) error

func (*Service) ValidateCreate

func (r *Service) ValidateCreate() error

ValidateCreate implements webhook.Validator so a webhook will be registered for the type

func (*Service) ValidateDelete

func (r *Service) ValidateDelete() error

ValidateDelete implements webhook.Validator so a webhook will be registered for the type

func (*Service) ValidateUpdate

func (r *Service) ValidateUpdate(old runtime.Object) error

ValidateUpdate implements webhook.Validator so a webhook will be registered for the type

type ServiceList

type ServiceList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	// Items is a list of Service CRD objects
	Items []Service `json:"items,omitempty"`
}

ServiceList is a list of Services

func (*ServiceList) DeepCopy

func (in *ServiceList) DeepCopy() *ServiceList

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

func (*ServiceList) DeepCopyInto

func (in *ServiceList) DeepCopyInto(out *ServiceList)

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

func (*ServiceList) DeepCopyObject

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

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

type ServiceSpec

type ServiceSpec struct {
	KubeformOutput *ServiceSpecResource `json:"kubeformOutput,omitempty" tf:"-"`

	Resource ServiceSpecResource `json:"resource" tf:"resource"`

	UpdatePolicy base.UpdatePolicy `json:"updatePolicy,omitempty" tf:"-"`

	TerminationPolicy base.TerminationPolicy `json:"terminationPolicy,omitempty" tf:"-"`

	ProviderRef core.LocalObjectReference `json:"providerRef" tf:"-"`
}

func (*ServiceSpec) DeepCopy

func (in *ServiceSpec) DeepCopy() *ServiceSpec

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

func (*ServiceSpec) DeepCopyInto

func (in *ServiceSpec) DeepCopyInto(out *ServiceSpec)

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

type ServiceSpecEncryptionConfiguration

type ServiceSpecEncryptionConfiguration struct {
	KmsKey *string `json:"kmsKey" tf:"kms_key"`
}

func (*ServiceSpecEncryptionConfiguration) DeepCopy

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

func (*ServiceSpecEncryptionConfiguration) DeepCopyInto

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

type ServiceSpecEncryptionConfigurationCodec

type ServiceSpecEncryptionConfigurationCodec struct {
}

+k8s:deepcopy-gen=false

func (ServiceSpecEncryptionConfigurationCodec) Decode

func (ServiceSpecEncryptionConfigurationCodec) Encode

func (ServiceSpecEncryptionConfigurationCodec) IsEmpty

type ServiceSpecHealthCheckConfiguration

type ServiceSpecHealthCheckConfiguration struct {
	// +optional
	HealthyThreshold *int64 `json:"healthyThreshold,omitempty" tf:"healthy_threshold"`
	// +optional
	Interval *int64 `json:"interval,omitempty" tf:"interval"`
	// +optional
	Path *string `json:"path,omitempty" tf:"path"`
	// +optional
	Protocol *string `json:"protocol,omitempty" tf:"protocol"`
	// +optional
	Timeout *int64 `json:"timeout,omitempty" tf:"timeout"`
	// +optional
	UnhealthyThreshold *int64 `json:"unhealthyThreshold,omitempty" tf:"unhealthy_threshold"`
}

func (*ServiceSpecHealthCheckConfiguration) DeepCopy

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

func (*ServiceSpecHealthCheckConfiguration) DeepCopyInto

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

type ServiceSpecHealthCheckConfigurationCodec

type ServiceSpecHealthCheckConfigurationCodec struct {
}

+k8s:deepcopy-gen=false

func (ServiceSpecHealthCheckConfigurationCodec) Decode

func (ServiceSpecHealthCheckConfigurationCodec) Encode

func (ServiceSpecHealthCheckConfigurationCodec) IsEmpty

type ServiceSpecInstanceConfiguration

type ServiceSpecInstanceConfiguration struct {
	// +optional
	Cpu             *string `json:"cpu,omitempty" tf:"cpu"`
	InstanceRoleArn *string `json:"instanceRoleArn" tf:"instance_role_arn"`
	// +optional
	Memory *string `json:"memory,omitempty" tf:"memory"`
}

func (*ServiceSpecInstanceConfiguration) DeepCopy

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

func (*ServiceSpecInstanceConfiguration) DeepCopyInto

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

type ServiceSpecInstanceConfigurationCodec

type ServiceSpecInstanceConfigurationCodec struct {
}

+k8s:deepcopy-gen=false

func (ServiceSpecInstanceConfigurationCodec) Decode

func (ServiceSpecInstanceConfigurationCodec) Encode

func (ServiceSpecInstanceConfigurationCodec) IsEmpty

type ServiceSpecResource

type ServiceSpecResource struct {
	ID string `json:"id,omitempty" tf:"id,omitempty"`

	// +optional
	Arn *string `json:"arn,omitempty" tf:"arn"`
	// +optional
	AutoScalingConfigurationArn *string `json:"autoScalingConfigurationArn,omitempty" tf:"auto_scaling_configuration_arn"`
	// +optional
	EncryptionConfiguration *ServiceSpecEncryptionConfiguration `json:"encryptionConfiguration,omitempty" tf:"encryption_configuration"`
	// +optional
	HealthCheckConfiguration *ServiceSpecHealthCheckConfiguration `json:"healthCheckConfiguration,omitempty" tf:"health_check_configuration"`
	// +optional
	InstanceConfiguration *ServiceSpecInstanceConfiguration `json:"instanceConfiguration,omitempty" tf:"instance_configuration"`
	// +optional
	ServiceID   *string `json:"serviceID,omitempty" tf:"service_id"`
	ServiceName *string `json:"serviceName" tf:"service_name"`
	// +optional
	ServiceURL          *string                         `json:"serviceURL,omitempty" tf:"service_url"`
	SourceConfiguration *ServiceSpecSourceConfiguration `json:"sourceConfiguration" tf:"source_configuration"`
	// +optional
	Status *string `json:"status,omitempty" tf:"status"`
	// +optional
	Tags *map[string]string `json:"tags,omitempty" tf:"tags"`
	// +optional
	TagsAll *map[string]string `json:"tagsAll,omitempty" tf:"tags_all"`
}

func (*ServiceSpecResource) DeepCopy

func (in *ServiceSpecResource) DeepCopy() *ServiceSpecResource

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

func (*ServiceSpecResource) DeepCopyInto

func (in *ServiceSpecResource) DeepCopyInto(out *ServiceSpecResource)

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

type ServiceSpecSourceConfiguration

type ServiceSpecSourceConfiguration struct {
	// +optional
	AuthenticationConfiguration *ServiceSpecSourceConfigurationAuthenticationConfiguration `json:"authenticationConfiguration,omitempty" tf:"authentication_configuration"`
	// +optional
	AutoDeploymentsEnabled *bool `json:"autoDeploymentsEnabled,omitempty" tf:"auto_deployments_enabled"`
	// +optional
	CodeRepository *ServiceSpecSourceConfigurationCodeRepository `json:"codeRepository,omitempty" tf:"code_repository"`
	// +optional
	ImageRepository *ServiceSpecSourceConfigurationImageRepository `json:"imageRepository,omitempty" tf:"image_repository"`
}

func (*ServiceSpecSourceConfiguration) DeepCopy

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

func (*ServiceSpecSourceConfiguration) DeepCopyInto

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

type ServiceSpecSourceConfigurationAuthenticationConfiguration

type ServiceSpecSourceConfigurationAuthenticationConfiguration struct {
	// +optional
	AccessRoleArn *string `json:"accessRoleArn,omitempty" tf:"access_role_arn"`
	// +optional
	ConnectionArn *string `json:"connectionArn,omitempty" tf:"connection_arn"`
}

func (*ServiceSpecSourceConfigurationAuthenticationConfiguration) DeepCopy

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

func (*ServiceSpecSourceConfigurationAuthenticationConfiguration) DeepCopyInto

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

type ServiceSpecSourceConfigurationAuthenticationConfigurationCodec

type ServiceSpecSourceConfigurationAuthenticationConfigurationCodec struct {
}

+k8s:deepcopy-gen=false

func (ServiceSpecSourceConfigurationAuthenticationConfigurationCodec) Decode

func (ServiceSpecSourceConfigurationAuthenticationConfigurationCodec) Encode

func (ServiceSpecSourceConfigurationAuthenticationConfigurationCodec) IsEmpty

type ServiceSpecSourceConfigurationCodeRepository

type ServiceSpecSourceConfigurationCodeRepository struct {
	// +optional
	CodeConfiguration *ServiceSpecSourceConfigurationCodeRepositoryCodeConfiguration `json:"codeConfiguration,omitempty" tf:"code_configuration"`
	RepositoryURL     *string                                                        `json:"repositoryURL" tf:"repository_url"`
	SourceCodeVersion *ServiceSpecSourceConfigurationCodeRepositorySourceCodeVersion `json:"sourceCodeVersion" tf:"source_code_version"`
}

func (*ServiceSpecSourceConfigurationCodeRepository) DeepCopy

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

func (*ServiceSpecSourceConfigurationCodeRepository) DeepCopyInto

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

type ServiceSpecSourceConfigurationCodeRepositoryCodeConfiguration

type ServiceSpecSourceConfigurationCodeRepositoryCodeConfiguration struct {
	// +optional
	CodeConfigurationValues *ServiceSpecSourceConfigurationCodeRepositoryCodeConfigurationCodeConfigurationValues `json:"codeConfigurationValues,omitempty" tf:"code_configuration_values"`
	ConfigurationSource     *string                                                                               `json:"configurationSource" tf:"configuration_source"`
}

func (*ServiceSpecSourceConfigurationCodeRepositoryCodeConfiguration) DeepCopy

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

func (*ServiceSpecSourceConfigurationCodeRepositoryCodeConfiguration) DeepCopyInto

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

type ServiceSpecSourceConfigurationCodeRepositoryCodeConfigurationCodeConfigurationValues

type ServiceSpecSourceConfigurationCodeRepositoryCodeConfigurationCodeConfigurationValues struct {
	// +optional
	BuildCommand *string `json:"buildCommand,omitempty" tf:"build_command"`
	// +optional
	Port    *string `json:"port,omitempty" tf:"port"`
	Runtime *string `json:"runtime" tf:"runtime"`
	// +optional
	RuntimeEnvironmentVariables *map[string]string `json:"runtimeEnvironmentVariables,omitempty" tf:"runtime_environment_variables"`
	// +optional
	StartCommand *string `json:"startCommand,omitempty" tf:"start_command"`
}

func (*ServiceSpecSourceConfigurationCodeRepositoryCodeConfigurationCodeConfigurationValues) DeepCopy

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

func (*ServiceSpecSourceConfigurationCodeRepositoryCodeConfigurationCodeConfigurationValues) DeepCopyInto

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

type ServiceSpecSourceConfigurationCodeRepositoryCodeConfigurationCodeConfigurationValuesCodec

type ServiceSpecSourceConfigurationCodeRepositoryCodeConfigurationCodeConfigurationValuesCodec struct {
}

+k8s:deepcopy-gen=false

func (ServiceSpecSourceConfigurationCodeRepositoryCodeConfigurationCodeConfigurationValuesCodec) Decode

func (ServiceSpecSourceConfigurationCodeRepositoryCodeConfigurationCodeConfigurationValuesCodec) Encode

func (ServiceSpecSourceConfigurationCodeRepositoryCodeConfigurationCodeConfigurationValuesCodec) IsEmpty

type ServiceSpecSourceConfigurationCodeRepositoryCodeConfigurationCodec

type ServiceSpecSourceConfigurationCodeRepositoryCodeConfigurationCodec struct {
}

+k8s:deepcopy-gen=false

func (ServiceSpecSourceConfigurationCodeRepositoryCodeConfigurationCodec) Decode

func (ServiceSpecSourceConfigurationCodeRepositoryCodeConfigurationCodec) Encode

func (ServiceSpecSourceConfigurationCodeRepositoryCodeConfigurationCodec) IsEmpty

type ServiceSpecSourceConfigurationCodeRepositoryCodec

type ServiceSpecSourceConfigurationCodeRepositoryCodec struct {
}

+k8s:deepcopy-gen=false

func (ServiceSpecSourceConfigurationCodeRepositoryCodec) Decode

func (ServiceSpecSourceConfigurationCodeRepositoryCodec) Encode

func (ServiceSpecSourceConfigurationCodeRepositoryCodec) IsEmpty

type ServiceSpecSourceConfigurationCodeRepositorySourceCodeVersion

type ServiceSpecSourceConfigurationCodeRepositorySourceCodeVersion struct {
	Type  *string `json:"type" tf:"type"`
	Value *string `json:"value" tf:"value"`
}

func (*ServiceSpecSourceConfigurationCodeRepositorySourceCodeVersion) DeepCopy

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

func (*ServiceSpecSourceConfigurationCodeRepositorySourceCodeVersion) DeepCopyInto

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

type ServiceSpecSourceConfigurationCodeRepositorySourceCodeVersionCodec

type ServiceSpecSourceConfigurationCodeRepositorySourceCodeVersionCodec struct {
}

+k8s:deepcopy-gen=false

func (ServiceSpecSourceConfigurationCodeRepositorySourceCodeVersionCodec) Decode

func (ServiceSpecSourceConfigurationCodeRepositorySourceCodeVersionCodec) Encode

func (ServiceSpecSourceConfigurationCodeRepositorySourceCodeVersionCodec) IsEmpty

type ServiceSpecSourceConfigurationCodec

type ServiceSpecSourceConfigurationCodec struct {
}

+k8s:deepcopy-gen=false

func (ServiceSpecSourceConfigurationCodec) Decode

func (ServiceSpecSourceConfigurationCodec) Encode

func (ServiceSpecSourceConfigurationCodec) IsEmpty

type ServiceSpecSourceConfigurationImageRepository

type ServiceSpecSourceConfigurationImageRepository struct {
	// +optional
	ImageConfiguration  *ServiceSpecSourceConfigurationImageRepositoryImageConfiguration `json:"imageConfiguration,omitempty" tf:"image_configuration"`
	ImageIdentifier     *string                                                          `json:"imageIdentifier" tf:"image_identifier"`
	ImageRepositoryType *string                                                          `json:"imageRepositoryType" tf:"image_repository_type"`
}

func (*ServiceSpecSourceConfigurationImageRepository) DeepCopy

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

func (*ServiceSpecSourceConfigurationImageRepository) DeepCopyInto

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

type ServiceSpecSourceConfigurationImageRepositoryCodec

type ServiceSpecSourceConfigurationImageRepositoryCodec struct {
}

+k8s:deepcopy-gen=false

func (ServiceSpecSourceConfigurationImageRepositoryCodec) Decode

func (ServiceSpecSourceConfigurationImageRepositoryCodec) Encode

func (ServiceSpecSourceConfigurationImageRepositoryCodec) IsEmpty

type ServiceSpecSourceConfigurationImageRepositoryImageConfiguration

type ServiceSpecSourceConfigurationImageRepositoryImageConfiguration struct {
	// +optional
	Port *string `json:"port,omitempty" tf:"port"`
	// +optional
	RuntimeEnvironmentVariables *map[string]string `json:"runtimeEnvironmentVariables,omitempty" tf:"runtime_environment_variables"`
	// +optional
	StartCommand *string `json:"startCommand,omitempty" tf:"start_command"`
}

func (*ServiceSpecSourceConfigurationImageRepositoryImageConfiguration) DeepCopy

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

func (*ServiceSpecSourceConfigurationImageRepositoryImageConfiguration) DeepCopyInto

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

type ServiceSpecSourceConfigurationImageRepositoryImageConfigurationCodec

type ServiceSpecSourceConfigurationImageRepositoryImageConfigurationCodec struct {
}

+k8s:deepcopy-gen=false

func (ServiceSpecSourceConfigurationImageRepositoryImageConfigurationCodec) Decode

func (ServiceSpecSourceConfigurationImageRepositoryImageConfigurationCodec) Encode

func (ServiceSpecSourceConfigurationImageRepositoryImageConfigurationCodec) IsEmpty

type ServiceStatus

type ServiceStatus struct {
	// Resource generation, which is updated on mutation by the API Server.
	// +optional
	ObservedGeneration int64 `json:"observedGeneration,omitempty"`
	// +optional
	Phase status.Status `json:"phase,omitempty"`
	// +optional
	Conditions []kmapi.Condition `json:"conditions,omitempty"`
}

func (*ServiceStatus) DeepCopy

func (in *ServiceStatus) DeepCopy() *ServiceStatus

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

func (*ServiceStatus) DeepCopyInto

func (in *ServiceStatus) DeepCopyInto(out *ServiceStatus)

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