k8s

package
v0.17.0 Latest Latest
Warning

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

Go to latest
Published: Jul 31, 2020 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type JSONPathImageLocatorListSpec

type JSONPathImageLocatorListSpec struct {
	Specs []JSONPathImageLocatorSpec
}

Deserializing locators from starlark values.

func (JSONPathImageLocatorListSpec) IsEmpty

func (s JSONPathImageLocatorListSpec) IsEmpty() bool

func (JSONPathImageLocatorListSpec) ToImageLocators

func (s JSONPathImageLocatorListSpec) ToImageLocators(selector k8s.ObjectSelector) ([]k8s.ImageLocator, error)

func (*JSONPathImageLocatorListSpec) Unpack

type JSONPathImageLocatorSpec

type JSONPathImageLocatorSpec struct {
	// contains filtered or unexported fields
}

func (JSONPathImageLocatorSpec) ToImageLocator

func (s JSONPathImageLocatorSpec) ToImageLocator(selector k8s.ObjectSelector) (k8s.ImageLocator, error)

func (*JSONPathImageLocatorSpec) Unpack

type JSONPathImageObjectLocatorSpec

type JSONPathImageObjectLocatorSpec struct {
	// contains filtered or unexported fields
}

func (JSONPathImageObjectLocatorSpec) IsEmpty

func (JSONPathImageObjectLocatorSpec) ToImageLocator

func (*JSONPathImageObjectLocatorSpec) Unpack

type KindInfo added in v0.17.0

type KindInfo struct {
	ImageLocators    []k8s.ImageLocator
	PodReadinessMode model.PodReadinessMode
}

type PodReadinessMode added in v0.17.0

type PodReadinessMode struct {
	Value model.PodReadinessMode
}

Deserializing pod readiness from starlark values.

func (*PodReadinessMode) Unpack added in v0.17.0

func (m *PodReadinessMode) Unpack(v starlark.Value) error

Jump to

Keyboard shortcuts

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