Documentation ¶
Index ¶
- Variables
- type Context
- func (m *Context) CloneMessageVT() proto.Message
- func (m *Context) CloneVT() *Context
- func (*Context) Descriptor() ([]byte, []int)deprecated
- func (this *Context) EqualMessageVT(thatMsg proto.Message) bool
- func (this *Context) EqualVT(that *Context) bool
- func (x *Context) GetName() string
- func (m *Context) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *Context) MarshalToVT(dAtA []byte) (int, error)
- func (m *Context) MarshalVT() (dAtA []byte, err error)
- func (*Context) ProtoMessage()
- func (x *Context) ProtoReflect() protoreflect.Message
- func (x *Context) Reset()
- func (m *Context) SizeVT() (n int)
- func (x *Context) String() string
- func (m *Context) UnmarshalVT(dAtA []byte) error
- type Runtime
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Runtime_name = map[int32]string{ 0: "Kubernetes", 1: "Talos", 2: "Omni", } Runtime_value = map[string]int32{ "Kubernetes": 0, "Talos": 1, "Omni": 2, } )
Enum value maps for Runtime.
View Source
var File_common_omni_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Context ¶
type Context struct { // Name fetches the config from the top level Kubeconfig or Talosconfig. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
Context represents Kubernetes or Talos config source.
func (*Context) CloneMessageVT ¶
func (*Context) Descriptor
deprecated
func (*Context) MarshalToSizedBufferVT ¶
func (*Context) ProtoMessage ¶
func (*Context) ProtoMessage()
func (*Context) ProtoReflect ¶
func (x *Context) ProtoReflect() protoreflect.Message
func (*Context) UnmarshalVT ¶
type Runtime ¶
type Runtime int32
Data source.
func (Runtime) Descriptor ¶
func (Runtime) Descriptor() protoreflect.EnumDescriptor
func (Runtime) EnumDescriptor
deprecated
func (Runtime) Number ¶
func (x Runtime) Number() protoreflect.EnumNumber
func (Runtime) Type ¶
func (Runtime) Type() protoreflect.EnumType
Click to show internal directories.
Click to hide internal directories.