alpine

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Aug 20, 2024 License: Apache-2.0 Imports: 4 Imported by: 1

Documentation

Index

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) Descriptor() ([]byte, []int)

Deprecated: Use Container.ProtoReflect.Descriptor instead.

func (*Container) GetArgs

func (x *Container) GetArgs() []string

func (*Container) GetCommand

func (x *Container) GetCommand() []string

func (*Container) GetImage

func (x *Container) GetImage() string

func (*Container) GetName

func (x *Container) GetName() string

func (*Container) ProtoMessage

func (*Container) ProtoMessage()

func (*Container) ProtoReflect

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

func (*Container) Reset

func (x *Container) Reset()

func (*Container) String

func (x *Container) String() string

Jump to

Keyboard shortcuts

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