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)
type JSONPathImageLocatorSpec ¶
type JSONPathImageLocatorSpec struct {
// contains filtered or unexported fields
}
func (JSONPathImageLocatorSpec) ToImageLocator ¶
func (s JSONPathImageLocatorSpec) ToImageLocator(selector k8s.ObjectSelector) (k8s.ImageLocator, error)
type JSONPathImageObjectLocatorSpec ¶
type JSONPathImageObjectLocatorSpec struct {
// contains filtered or unexported fields
}
func (JSONPathImageObjectLocatorSpec) IsEmpty ¶
func (s JSONPathImageObjectLocatorSpec) IsEmpty() bool
func (JSONPathImageObjectLocatorSpec) ToImageLocator ¶
func (s JSONPathImageObjectLocatorSpec) ToImageLocator(selector k8s.ObjectSelector) (k8s.ImageLocator, error)
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.
Click to show internal directories.
Click to hide internal directories.