Documentation ¶
Index ¶
- Variables
- type CertificateChain
- func (*CertificateChain) Descriptor() ([]byte, []int)deprecated
- func (x *CertificateChain) GetCA() *schema.Certificate
- func (x *CertificateChain) GetServer() *schema.Certificate
- func (*CertificateChain) ProtoMessage()
- func (x *CertificateChain) ProtoReflect() protoreflect.Message
- func (x *CertificateChain) Reset()
- func (x *CertificateChain) String() string
- type DeferredInvocation
- func (*DeferredInvocation) Descriptor() ([]byte, []int)deprecated
- func (x *DeferredInvocation) GetBinaryConfig() *schema.BinaryConfig
- func (x *DeferredInvocation) GetBinaryRef() *schema.PackageRef
- func (x *DeferredInvocation) GetCacheable() bool
- func (x *DeferredInvocation) GetExperimentalFunction() *schema.ExperimentalFunction
- func (x *DeferredInvocation) GetImage() string
- func (x *DeferredInvocation) GetWithInput() *anypb.Any
- func (*DeferredInvocation) ProtoMessage()
- func (x *DeferredInvocation) ProtoReflect() protoreflect.Message
- func (x *DeferredInvocation) Reset()
- func (x *DeferredInvocation) String() string
- type DeferredInvocationSource
- func (*DeferredInvocationSource) Descriptor() ([]byte, []int)deprecated
- func (x *DeferredInvocationSource) GetBinary() string
- func (x *DeferredInvocationSource) GetBinaryRef() *schema.PackageRef
- func (x *DeferredInvocationSource) GetCacheable() bool
- func (x *DeferredInvocationSource) GetExperimentalFunction() string
- func (x *DeferredInvocationSource) GetWithInput() *anypb.Any
- func (*DeferredInvocationSource) ProtoMessage()
- func (x *DeferredInvocationSource) ProtoReflect() protoreflect.Message
- func (x *DeferredInvocationSource) Reset()
- func (x *DeferredInvocationSource) String() string
- type DeferredResource
- func (*DeferredResource) Descriptor() ([]byte, []int)deprecated
- func (x *DeferredResource) GetFromInvocation() *DeferredInvocationSource
- func (*DeferredResource) ProtoMessage()
- func (x *DeferredResource) ProtoReflect() protoreflect.Message
- func (x *DeferredResource) Reset()
- func (x *DeferredResource) String() string
- type Resource
- type TLSCertificateSpec
- func (*TLSCertificateSpec) Descriptor() ([]byte, []int)deprecated
- func (x *TLSCertificateSpec) GetCommonName() string
- func (x *TLSCertificateSpec) GetDescription() string
- func (x *TLSCertificateSpec) GetDnsName() []string
- func (x *TLSCertificateSpec) GetOrganization() []string
- func (*TLSCertificateSpec) ProtoMessage()
- func (x *TLSCertificateSpec) ProtoReflect() protoreflect.Message
- func (x *TLSCertificateSpec) Reset()
- func (x *TLSCertificateSpec) String() string
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"` ExperimentalFunction *schema.ExperimentalFunction `protobuf:"bytes,6,opt,name=experimental_function,json=experimentalFunction,proto3" json:"experimental_function,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) GetExperimentalFunction ¶
func (x *DeferredInvocation) GetExperimentalFunction() *schema.ExperimentalFunction
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"` ExperimentalFunction string `protobuf:"bytes,4,opt,name=experimental_function,json=experimentalFunction,proto3" json:"experimental_function,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) GetExperimentalFunction ¶
func (x *DeferredInvocationSource) GetExperimentalFunction() string
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) GetContents ¶
func (*Resource) ProtoMessage ¶
func (*Resource) ProtoMessage()
func (*Resource) ProtoReflect ¶
func (x *Resource) ProtoReflect() protoreflect.Message
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
Click to show internal directories.
Click to hide internal directories.