Documentation ¶
Index ¶
- Variables
- type IngressInstance
- func (*IngressInstance) Descriptor() ([]byte, []int)deprecated
- func (x *IngressInstance) GetIngressFragment() []*schema.IngressFragment
- func (*IngressInstance) ProtoMessage()
- func (x *IngressInstance) ProtoReflect() protoreflect.Message
- func (x *IngressInstance) Reset()
- func (x *IngressInstance) String() string
- type SecretInstance
Constants ¶
This section is empty.
Variables ¶
View Source
var File_library_runtime_ingress_proto protoreflect.FileDescriptor
View Source
var File_library_runtime_secrets_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type IngressInstance ¶ added in v0.0.117
type IngressInstance struct { IngressFragment []*schema.IngressFragment `protobuf:"bytes,1,rep,name=ingress_fragment,json=ingressFragment,proto3" json:"ingress_fragment,omitempty"` // contains filtered or unexported fields }
func (*IngressInstance) Descriptor
deprecated
added in
v0.0.117
func (*IngressInstance) Descriptor() ([]byte, []int)
Deprecated: Use IngressInstance.ProtoReflect.Descriptor instead.
func (*IngressInstance) GetIngressFragment ¶ added in v0.0.117
func (x *IngressInstance) GetIngressFragment() []*schema.IngressFragment
func (*IngressInstance) ProtoMessage ¶ added in v0.0.117
func (*IngressInstance) ProtoMessage()
func (*IngressInstance) ProtoReflect ¶ added in v0.0.117
func (x *IngressInstance) ProtoReflect() protoreflect.Message
func (*IngressInstance) Reset ¶ added in v0.0.117
func (x *IngressInstance) Reset()
func (*IngressInstance) String ¶ added in v0.0.117
func (x *IngressInstance) String() string
type SecretInstance ¶
type SecretInstance struct { Path string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"` // contains filtered or unexported fields }
func (*SecretInstance) Descriptor
deprecated
func (*SecretInstance) Descriptor() ([]byte, []int)
Deprecated: Use SecretInstance.ProtoReflect.Descriptor instead.
func (*SecretInstance) GetPath ¶
func (x *SecretInstance) GetPath() string
func (*SecretInstance) ProtoMessage ¶
func (*SecretInstance) ProtoMessage()
func (*SecretInstance) ProtoReflect ¶
func (x *SecretInstance) ProtoReflect() protoreflect.Message
func (*SecretInstance) Reset ¶
func (x *SecretInstance) Reset()
func (*SecretInstance) String ¶
func (x *SecretInstance) String() string
Click to show internal directories.
Click to hide internal directories.