Documentation ¶
Index ¶
- Variables
- type AlpineConfig
- type Container
- func (*Container) Descriptor() ([]byte, []int)deprecated
- func (x *Container) GetArgs() []string
- func (x *Container) GetCommand() []string
- func (x *Container) GetImage() string
- func (x *Container) GetName() string
- func (*Container) ProtoMessage()
- func (x *Container) ProtoReflect() protoreflect.Message
- func (x *Container) Reset()
- func (x *Container) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_alpine_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type AlpineConfig ¶
type AlpineConfig struct { Containers []*Container `protobuf:"bytes,1,rep,name=containers,proto3" json:"containers,omitempty"` // contains filtered or unexported fields }
Alpine specific vendor data for KNE
func (*AlpineConfig) Descriptor
deprecated
func (*AlpineConfig) Descriptor() ([]byte, []int)
Deprecated: Use AlpineConfig.ProtoReflect.Descriptor instead.
func (*AlpineConfig) GetContainers ¶
func (x *AlpineConfig) GetContainers() []*Container
func (*AlpineConfig) ProtoMessage ¶
func (*AlpineConfig) ProtoMessage()
func (*AlpineConfig) ProtoReflect ¶
func (x *AlpineConfig) ProtoReflect() protoreflect.Message
func (*AlpineConfig) Reset ¶
func (x *AlpineConfig) Reset()
func (*AlpineConfig) String ¶
func (x *AlpineConfig) String() string
type Container ¶
type Container struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Image string `protobuf:"bytes,2,opt,name=image,proto3" json:"image,omitempty"` Command []string `protobuf:"bytes,3,rep,name=command,proto3" json:"command,omitempty"` Args []string `protobuf:"bytes,4,rep,name=args,proto3" json:"args,omitempty"` // contains filtered or unexported fields }
func (*Container) Descriptor
deprecated
func (*Container) GetCommand ¶
func (*Container) ProtoMessage ¶
func (*Container) ProtoMessage()
func (*Container) ProtoReflect ¶
func (x *Container) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.