types

package
v0.0.365 Latest Latest
Warning

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

Go to latest
Published: May 2, 2024 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_std_types_certificates_proto protoreflect.FileDescriptor
View Source
var File_std_types_invocation_proto protoreflect.FileDescriptor
View Source
var File_std_types_resource_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type CertificateChain

type CertificateChain struct {
	CA     *schema.Certificate `protobuf:"bytes,1,opt,name=CA,proto3" json:"CA,omitempty"`
	Server *schema.Certificate `protobuf:"bytes,2,opt,name=Server,proto3" json:"Server,omitempty"`
	// contains filtered or unexported fields
}

func (*CertificateChain) Descriptor deprecated

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

Deprecated: Use CertificateChain.ProtoReflect.Descriptor instead.

func (*CertificateChain) GetCA

func (x *CertificateChain) GetCA() *schema.Certificate

func (*CertificateChain) GetServer

func (x *CertificateChain) GetServer() *schema.Certificate

func (*CertificateChain) ProtoMessage

func (*CertificateChain) ProtoMessage()

func (*CertificateChain) ProtoReflect

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

func (*CertificateChain) Reset

func (x *CertificateChain) Reset()

func (*CertificateChain) String

func (x *CertificateChain) String() string

type DeferredInvocation

type DeferredInvocation struct {
	BinaryRef    *schema.PackageRef   `protobuf:"bytes,7,opt,name=binary_ref,json=binaryRef,proto3" json:"binary_ref,omitempty"`
	Image        string               `protobuf:"bytes,2,opt,name=image,proto3" json:"image,omitempty"`
	BinaryConfig *schema.BinaryConfig `protobuf:"bytes,3,opt,name=binary_config,json=binaryConfig,proto3" json:"binary_config,omitempty"`
	Cacheable    bool                 `protobuf:"varint,4,opt,name=cacheable,proto3" json:"cacheable,omitempty"`
	WithInput    *anypb.Any           `protobuf:"bytes,5,opt,name=with_input,json=withInput,proto3" json:"with_input,omitempty"`
	// contains filtered or unexported fields
}

func (*DeferredInvocation) Descriptor deprecated

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

Deprecated: Use DeferredInvocation.ProtoReflect.Descriptor instead.

func (*DeferredInvocation) GetBinaryConfig

func (x *DeferredInvocation) GetBinaryConfig() *schema.BinaryConfig

func (*DeferredInvocation) GetBinaryRef

func (x *DeferredInvocation) GetBinaryRef() *schema.PackageRef

func (*DeferredInvocation) GetCacheable

func (x *DeferredInvocation) GetCacheable() bool

func (*DeferredInvocation) GetImage

func (x *DeferredInvocation) GetImage() string

func (*DeferredInvocation) GetWithInput

func (x *DeferredInvocation) GetWithInput() *anypb.Any

func (*DeferredInvocation) ProtoMessage

func (*DeferredInvocation) ProtoMessage()

func (*DeferredInvocation) ProtoReflect

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

func (*DeferredInvocation) Reset

func (x *DeferredInvocation) Reset()

func (*DeferredInvocation) String

func (x *DeferredInvocation) String() string

type DeferredInvocationSource

type DeferredInvocationSource struct {

	// Deprecated, use binary_ref instead
	Binary    string             `protobuf:"bytes,1,opt,name=binary,proto3" json:"binary,omitempty"`
	BinaryRef *schema.PackageRef `protobuf:"bytes,5,opt,name=binary_ref,json=binaryRef,proto3" json:"binary_ref,omitempty"`
	Cacheable bool               `protobuf:"varint,2,opt,name=cacheable,proto3" json:"cacheable,omitempty"`
	WithInput *anypb.Any         `protobuf:"bytes,3,opt,name=with_input,json=withInput,proto3" json:"with_input,omitempty"`
	// contains filtered or unexported fields
}

func (*DeferredInvocationSource) Descriptor deprecated

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

Deprecated: Use DeferredInvocationSource.ProtoReflect.Descriptor instead.

func (*DeferredInvocationSource) GetBinary

func (x *DeferredInvocationSource) GetBinary() string

func (*DeferredInvocationSource) GetBinaryRef

func (x *DeferredInvocationSource) GetBinaryRef() *schema.PackageRef

func (*DeferredInvocationSource) GetCacheable

func (x *DeferredInvocationSource) GetCacheable() bool

func (*DeferredInvocationSource) GetWithInput

func (x *DeferredInvocationSource) GetWithInput() *anypb.Any

func (*DeferredInvocationSource) ProtoMessage

func (*DeferredInvocationSource) ProtoMessage()

func (*DeferredInvocationSource) ProtoReflect

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

func (*DeferredInvocationSource) Reset

func (x *DeferredInvocationSource) Reset()

func (*DeferredInvocationSource) String

func (x *DeferredInvocationSource) String() string

type DeferredResource

type DeferredResource struct {
	FromInvocation *DeferredInvocationSource `protobuf:"bytes,2,opt,name=from_invocation,json=fromInvocation,proto3" json:"from_invocation,omitempty"`
	// contains filtered or unexported fields
}

func (*DeferredResource) Descriptor deprecated

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

Deprecated: Use DeferredResource.ProtoReflect.Descriptor instead.

func (*DeferredResource) GetFromInvocation

func (x *DeferredResource) GetFromInvocation() *DeferredInvocationSource

func (*DeferredResource) ProtoMessage

func (*DeferredResource) ProtoMessage()

func (*DeferredResource) ProtoReflect

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

func (*DeferredResource) Reset

func (x *DeferredResource) Reset()

func (*DeferredResource) String

func (x *DeferredResource) String() string

type Resource

type Resource struct {
	Path     string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
	Contents []byte `protobuf:"bytes,2,opt,name=contents,proto3" json:"contents,omitempty"`
	// contains filtered or unexported fields
}

func (*Resource) Descriptor deprecated

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

Deprecated: Use Resource.ProtoReflect.Descriptor instead.

func (*Resource) GetContents

func (x *Resource) GetContents() []byte

func (*Resource) GetPath

func (x *Resource) GetPath() string

func (*Resource) ProtoMessage

func (*Resource) ProtoMessage()

func (*Resource) ProtoReflect

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

func (*Resource) Reset

func (x *Resource) Reset()

func (*Resource) String

func (x *Resource) String() string

type TLSCertificateSpec

type TLSCertificateSpec struct {
	Organization []string `protobuf:"bytes,1,rep,name=organization,proto3" json:"organization,omitempty"`
	Description  string   `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
	CommonName   string   `protobuf:"bytes,3,opt,name=common_name,json=commonName,proto3" json:"common_name,omitempty"`
	DnsName      []string `protobuf:"bytes,4,rep,name=dns_name,json=dnsName,proto3" json:"dns_name,omitempty"`
	// contains filtered or unexported fields
}

func (*TLSCertificateSpec) Descriptor deprecated

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

Deprecated: Use TLSCertificateSpec.ProtoReflect.Descriptor instead.

func (*TLSCertificateSpec) GetCommonName

func (x *TLSCertificateSpec) GetCommonName() string

func (*TLSCertificateSpec) GetDescription

func (x *TLSCertificateSpec) GetDescription() string

func (*TLSCertificateSpec) GetDnsName

func (x *TLSCertificateSpec) GetDnsName() []string

func (*TLSCertificateSpec) GetOrganization

func (x *TLSCertificateSpec) GetOrganization() []string

func (*TLSCertificateSpec) ProtoMessage

func (*TLSCertificateSpec) ProtoMessage()

func (*TLSCertificateSpec) ProtoReflect

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

func (*TLSCertificateSpec) Reset

func (x *TLSCertificateSpec) Reset()

func (*TLSCertificateSpec) String

func (x *TLSCertificateSpec) String() string

Jump to

Keyboard shortcuts

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