tailer

package
v0.11.0 Latest Latest
Warning

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

Go to latest
Published: Oct 16, 2023 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RepositoryWithTag added in v0.11.0

func RepositoryWithTag(repository, tag string) string

Types

type General

type General struct {
	Name          string               `json:"name"`
	Path          string               `json:"path,omitempty"`
	Disabled      bool                 `json:"disabled,omitempty"`
	ContainerBase *types.ContainerBase `json:"containerOverrides,omitempty"`
	Image         *ImageSpec           `json:"image,omitempty"`
}

General descriptor for hosttailers

func (*General) DeepCopy

func (in *General) DeepCopy() *General

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new General.

func (*General) DeepCopyInto

func (in *General) DeepCopyInto(out *General)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ImageSpec added in v0.11.0

type ImageSpec struct {
	Repository       string                        `json:"repository,omitempty"`
	Tag              string                        `json:"tag,omitempty"`
	PullPolicy       string                        `json:"pullPolicy,omitempty"`
	ImagePullSecrets []corev1.LocalObjectReference `json:"imagePullSecrets,omitempty"`
}

+kubebuilder:object:generate=true

func (*ImageSpec) DeepCopy added in v0.11.0

func (in *ImageSpec) DeepCopy() *ImageSpec

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ImageSpec.

func (*ImageSpec) DeepCopyInto added in v0.11.0

func (in *ImageSpec) DeepCopyInto(out *ImageSpec)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (ImageSpec) RepositoryWithTag added in v0.11.0

func (s ImageSpec) RepositoryWithTag() string

type Tailer

type Tailer interface {
	Command(Name string) []string
	GeneralDescriptor() General
}

Tailer .

Jump to

Keyboard shortcuts

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