deploymentv1alpha1

package
v1.40.1 Latest Latest
Warning

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

Go to latest
Published: Jun 23, 2024 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	DNSRecordType_name = map[int32]string{
		0: "DNS_RECORD_TYPE_UNSPECIFIED",
		1: "DNS_RECORD_TYPE_TXT",
		2: "DNS_RECORD_TYPE_CNAME",
	}
	DNSRecordType_value = map[string]int32{
		"DNS_RECORD_TYPE_UNSPECIFIED": 0,
		"DNS_RECORD_TYPE_TXT":         1,
		"DNS_RECORD_TYPE_CNAME":       2,
	}
)

Enum value maps for DNSRecordType.

View Source
var File_commonfate_factory_deployment_v1alpha1_deployment_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type CreateDNSRecordRequest

type CreateDNSRecordRequest struct {
	Name   string        `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Type   DNSRecordType `protobuf:"varint,2,opt,name=type,proto3,enum=commonfate.factory.deployment.v1alpha1.DNSRecordType" json:"type,omitempty"`
	Values []string      `protobuf:"bytes,3,rep,name=values,proto3" json:"values,omitempty"`
	// The base DNS name associated with the deployment.
	// e.g. 'commonfate.app'.
	DnsZoneName string `protobuf:"bytes,4,opt,name=dns_zone_name,json=dnsZoneName,proto3" json:"dns_zone_name,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateDNSRecordRequest) Descriptor deprecated

func (*CreateDNSRecordRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateDNSRecordRequest.ProtoReflect.Descriptor instead.

func (*CreateDNSRecordRequest) GetDnsZoneName

func (x *CreateDNSRecordRequest) GetDnsZoneName() string

func (*CreateDNSRecordRequest) GetName

func (x *CreateDNSRecordRequest) GetName() string

func (*CreateDNSRecordRequest) GetType

func (*CreateDNSRecordRequest) GetValues

func (x *CreateDNSRecordRequest) GetValues() []string

func (*CreateDNSRecordRequest) ProtoMessage

func (*CreateDNSRecordRequest) ProtoMessage()

func (*CreateDNSRecordRequest) ProtoReflect

func (x *CreateDNSRecordRequest) ProtoReflect() protoreflect.Message

func (*CreateDNSRecordRequest) Reset

func (x *CreateDNSRecordRequest) Reset()

func (*CreateDNSRecordRequest) String

func (x *CreateDNSRecordRequest) String() string

type CreateDNSRecordResponse

type CreateDNSRecordResponse struct {
	Created *DNSRecord `protobuf:"bytes,1,opt,name=created,proto3" json:"created,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateDNSRecordResponse) Descriptor deprecated

func (*CreateDNSRecordResponse) Descriptor() ([]byte, []int)

Deprecated: Use CreateDNSRecordResponse.ProtoReflect.Descriptor instead.

func (*CreateDNSRecordResponse) GetCreated

func (x *CreateDNSRecordResponse) GetCreated() *DNSRecord

func (*CreateDNSRecordResponse) ProtoMessage

func (*CreateDNSRecordResponse) ProtoMessage()

func (*CreateDNSRecordResponse) ProtoReflect

func (x *CreateDNSRecordResponse) ProtoReflect() protoreflect.Message

func (*CreateDNSRecordResponse) Reset

func (x *CreateDNSRecordResponse) Reset()

func (*CreateDNSRecordResponse) String

func (x *CreateDNSRecordResponse) String() string

type DNSRecord

type DNSRecord struct {
	Id     string        `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Name   string        `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Type   DNSRecordType `protobuf:"varint,3,opt,name=type,proto3,enum=commonfate.factory.deployment.v1alpha1.DNSRecordType" json:"type,omitempty"`
	Values []string      `protobuf:"bytes,4,rep,name=values,proto3" json:"values,omitempty"`
	// The base DNS name associated with the deployment.
	// e.g. 'commonfate.app'.
	DnsZoneName string `protobuf:"bytes,5,opt,name=dns_zone_name,json=dnsZoneName,proto3" json:"dns_zone_name,omitempty"`
	// contains filtered or unexported fields
}

func (*DNSRecord) Descriptor deprecated

func (*DNSRecord) Descriptor() ([]byte, []int)

Deprecated: Use DNSRecord.ProtoReflect.Descriptor instead.

func (*DNSRecord) GetDnsZoneName

func (x *DNSRecord) GetDnsZoneName() string

func (*DNSRecord) GetId

func (x *DNSRecord) GetId() string

func (*DNSRecord) GetName

func (x *DNSRecord) GetName() string

func (*DNSRecord) GetType

func (x *DNSRecord) GetType() DNSRecordType

func (*DNSRecord) GetValues

func (x *DNSRecord) GetValues() []string

func (*DNSRecord) ProtoMessage

func (*DNSRecord) ProtoMessage()

func (*DNSRecord) ProtoReflect

func (x *DNSRecord) ProtoReflect() protoreflect.Message

func (*DNSRecord) Reset

func (x *DNSRecord) Reset()

func (*DNSRecord) String

func (x *DNSRecord) String() string

type DNSRecordType

type DNSRecordType int32
const (
	DNSRecordType_DNS_RECORD_TYPE_UNSPECIFIED DNSRecordType = 0
	DNSRecordType_DNS_RECORD_TYPE_TXT         DNSRecordType = 1
	DNSRecordType_DNS_RECORD_TYPE_CNAME       DNSRecordType = 2
)

func (DNSRecordType) Descriptor

func (DNSRecordType) Enum

func (x DNSRecordType) Enum() *DNSRecordType

func (DNSRecordType) EnumDescriptor deprecated

func (DNSRecordType) EnumDescriptor() ([]byte, []int)

Deprecated: Use DNSRecordType.Descriptor instead.

func (DNSRecordType) Number

func (DNSRecordType) String

func (x DNSRecordType) String() string

func (DNSRecordType) Type

type DeleteDNSRecordRequest

type DeleteDNSRecordRequest struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteDNSRecordRequest) Descriptor deprecated

func (*DeleteDNSRecordRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteDNSRecordRequest.ProtoReflect.Descriptor instead.

func (*DeleteDNSRecordRequest) GetId

func (x *DeleteDNSRecordRequest) GetId() string

func (*DeleteDNSRecordRequest) ProtoMessage

func (*DeleteDNSRecordRequest) ProtoMessage()

func (*DeleteDNSRecordRequest) ProtoReflect

func (x *DeleteDNSRecordRequest) ProtoReflect() protoreflect.Message

func (*DeleteDNSRecordRequest) Reset

func (x *DeleteDNSRecordRequest) Reset()

func (*DeleteDNSRecordRequest) String

func (x *DeleteDNSRecordRequest) String() string

type DeleteDNSRecordResponse

type DeleteDNSRecordResponse struct {
	Deleted *DNSRecord `protobuf:"bytes,1,opt,name=deleted,proto3" json:"deleted,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteDNSRecordResponse) Descriptor deprecated

func (*DeleteDNSRecordResponse) Descriptor() ([]byte, []int)

Deprecated: Use DeleteDNSRecordResponse.ProtoReflect.Descriptor instead.

func (*DeleteDNSRecordResponse) GetDeleted

func (x *DeleteDNSRecordResponse) GetDeleted() *DNSRecord

func (*DeleteDNSRecordResponse) ProtoMessage

func (*DeleteDNSRecordResponse) ProtoMessage()

func (*DeleteDNSRecordResponse) ProtoReflect

func (x *DeleteDNSRecordResponse) ProtoReflect() protoreflect.Message

func (*DeleteDNSRecordResponse) Reset

func (x *DeleteDNSRecordResponse) Reset()

func (*DeleteDNSRecordResponse) String

func (x *DeleteDNSRecordResponse) String() string

type Deployment

type Deployment struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// The default DNS subdomain associated with the deployment.
	// Currently this is the deployment ID.
	DefaultSubdomain string `protobuf:"bytes,2,opt,name=default_subdomain,json=defaultSubdomain,proto3" json:"default_subdomain,omitempty"`
	// The base DNS name associated with the deployment.
	// e.g. 'commonfate.app'.
	DnsZoneName string `protobuf:"bytes,3,opt,name=dns_zone_name,json=dnsZoneName,proto3" json:"dns_zone_name,omitempty"`
	// contains filtered or unexported fields
}

func (*Deployment) Descriptor deprecated

func (*Deployment) Descriptor() ([]byte, []int)

Deprecated: Use Deployment.ProtoReflect.Descriptor instead.

func (*Deployment) GetDefaultSubdomain

func (x *Deployment) GetDefaultSubdomain() string

func (*Deployment) GetDnsZoneName

func (x *Deployment) GetDnsZoneName() string

func (*Deployment) GetId

func (x *Deployment) GetId() string

func (*Deployment) ProtoMessage

func (*Deployment) ProtoMessage()

func (*Deployment) ProtoReflect

func (x *Deployment) ProtoReflect() protoreflect.Message

func (*Deployment) Reset

func (x *Deployment) Reset()

func (*Deployment) String

func (x *Deployment) String() string

type GetDNSRecordRequest

type GetDNSRecordRequest struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetDNSRecordRequest) Descriptor deprecated

func (*GetDNSRecordRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetDNSRecordRequest.ProtoReflect.Descriptor instead.

func (*GetDNSRecordRequest) GetId

func (x *GetDNSRecordRequest) GetId() string

func (*GetDNSRecordRequest) ProtoMessage

func (*GetDNSRecordRequest) ProtoMessage()

func (*GetDNSRecordRequest) ProtoReflect

func (x *GetDNSRecordRequest) ProtoReflect() protoreflect.Message

func (*GetDNSRecordRequest) Reset

func (x *GetDNSRecordRequest) Reset()

func (*GetDNSRecordRequest) String

func (x *GetDNSRecordRequest) String() string

type GetDNSRecordResponse

type GetDNSRecordResponse struct {
	Record *DNSRecord `protobuf:"bytes,1,opt,name=record,proto3" json:"record,omitempty"`
	// contains filtered or unexported fields
}

func (*GetDNSRecordResponse) Descriptor deprecated

func (*GetDNSRecordResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetDNSRecordResponse.ProtoReflect.Descriptor instead.

func (*GetDNSRecordResponse) GetRecord

func (x *GetDNSRecordResponse) GetRecord() *DNSRecord

func (*GetDNSRecordResponse) ProtoMessage

func (*GetDNSRecordResponse) ProtoMessage()

func (*GetDNSRecordResponse) ProtoReflect

func (x *GetDNSRecordResponse) ProtoReflect() protoreflect.Message

func (*GetDNSRecordResponse) Reset

func (x *GetDNSRecordResponse) Reset()

func (*GetDNSRecordResponse) String

func (x *GetDNSRecordResponse) String() string

type GetDeploymentRequest

type GetDeploymentRequest struct {
	// contains filtered or unexported fields
}

func (*GetDeploymentRequest) Descriptor deprecated

func (*GetDeploymentRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetDeploymentRequest.ProtoReflect.Descriptor instead.

func (*GetDeploymentRequest) ProtoMessage

func (*GetDeploymentRequest) ProtoMessage()

func (*GetDeploymentRequest) ProtoReflect

func (x *GetDeploymentRequest) ProtoReflect() protoreflect.Message

func (*GetDeploymentRequest) Reset

func (x *GetDeploymentRequest) Reset()

func (*GetDeploymentRequest) String

func (x *GetDeploymentRequest) String() string

type GetDeploymentResponse

type GetDeploymentResponse struct {
	Deployment *Deployment `protobuf:"bytes,1,opt,name=deployment,proto3" json:"deployment,omitempty"`
	// contains filtered or unexported fields
}

func (*GetDeploymentResponse) Descriptor deprecated

func (*GetDeploymentResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetDeploymentResponse.ProtoReflect.Descriptor instead.

func (*GetDeploymentResponse) GetDeployment

func (x *GetDeploymentResponse) GetDeployment() *Deployment

func (*GetDeploymentResponse) ProtoMessage

func (*GetDeploymentResponse) ProtoMessage()

func (*GetDeploymentResponse) ProtoReflect

func (x *GetDeploymentResponse) ProtoReflect() protoreflect.Message

func (*GetDeploymentResponse) Reset

func (x *GetDeploymentResponse) Reset()

func (*GetDeploymentResponse) String

func (x *GetDeploymentResponse) String() string

type UpdateDNSRecordRequest

type UpdateDNSRecordRequest struct {
	Id     string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Values []string `protobuf:"bytes,2,rep,name=values,proto3" json:"values,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateDNSRecordRequest) Descriptor deprecated

func (*UpdateDNSRecordRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateDNSRecordRequest.ProtoReflect.Descriptor instead.

func (*UpdateDNSRecordRequest) GetId

func (x *UpdateDNSRecordRequest) GetId() string

func (*UpdateDNSRecordRequest) GetValues

func (x *UpdateDNSRecordRequest) GetValues() []string

func (*UpdateDNSRecordRequest) ProtoMessage

func (*UpdateDNSRecordRequest) ProtoMessage()

func (*UpdateDNSRecordRequest) ProtoReflect

func (x *UpdateDNSRecordRequest) ProtoReflect() protoreflect.Message

func (*UpdateDNSRecordRequest) Reset

func (x *UpdateDNSRecordRequest) Reset()

func (*UpdateDNSRecordRequest) String

func (x *UpdateDNSRecordRequest) String() string

type UpdateDNSRecordResponse

type UpdateDNSRecordResponse struct {
	Updated *DNSRecord `protobuf:"bytes,1,opt,name=updated,proto3" json:"updated,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateDNSRecordResponse) Descriptor deprecated

func (*UpdateDNSRecordResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateDNSRecordResponse.ProtoReflect.Descriptor instead.

func (*UpdateDNSRecordResponse) GetUpdated

func (x *UpdateDNSRecordResponse) GetUpdated() *DNSRecord

func (*UpdateDNSRecordResponse) ProtoMessage

func (*UpdateDNSRecordResponse) ProtoMessage()

func (*UpdateDNSRecordResponse) ProtoReflect

func (x *UpdateDNSRecordResponse) ProtoReflect() protoreflect.Message

func (*UpdateDNSRecordResponse) Reset

func (x *UpdateDNSRecordResponse) Reset()

func (*UpdateDNSRecordResponse) String

func (x *UpdateDNSRecordResponse) String() string

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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