Documentation
¶
Index ¶
- func GetState(m starkit.Model) (apiset.ObjectSet, error)
- func MustState(model starkit.Model) apiset.ObjectSet
- type ConfigMapDisableSource
- type ConfigMapDisableSourceList
- type DisableSource
- type DisableSourceList
- type ExecAction
- type ExecActionList
- type HTTPGetAction
- type HTTPGetActionList
- type HTTPHeader
- type HTTPHeaderList
- type Handler
- type HandlerList
- type IgnoreDef
- type IgnoreDefList
- type Plugin
- type Probe
- type ProbeList
- type RestartOnSpec
- type RestartOnSpecList
- type StartOnSpec
- type StartOnSpecList
- type TCPSocketAction
- type TCPSocketActionList
- type UIBoolInputSpec
- type UIBoolInputSpecList
- type UIComponentLocation
- type UIComponentLocationList
- type UIHiddenInputSpec
- type UIHiddenInputSpecList
- type UIInputSpec
- type UIInputSpecList
- type UITextInputSpec
- type UITextInputSpecList
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ConfigMapDisableSource ¶ added in v0.22.10
type ConfigMapDisableSource struct {
*starlark.Dict
Value v1alpha1.ConfigMapDisableSource
// contains filtered or unexported fields
}
type ConfigMapDisableSourceList ¶ added in v0.22.10
type ConfigMapDisableSourceList struct {
*starlark.List
Value []v1alpha1.ConfigMapDisableSource
// contains filtered or unexported fields
}
type DisableSource ¶ added in v0.22.10
type DisableSource struct {
*starlark.Dict
Value v1alpha1.DisableSource
// contains filtered or unexported fields
}
type DisableSourceList ¶ added in v0.22.10
type DisableSourceList struct {
*starlark.List
Value []v1alpha1.DisableSource
// contains filtered or unexported fields
}
type ExecAction ¶ added in v0.22.10
type ExecAction struct {
*starlark.Dict
Value v1alpha1.ExecAction
// contains filtered or unexported fields
}
type ExecActionList ¶ added in v0.22.10
type ExecActionList struct {
*starlark.List
Value []v1alpha1.ExecAction
// contains filtered or unexported fields
}
type HTTPGetAction ¶ added in v0.22.10
type HTTPGetAction struct {
*starlark.Dict
Value v1alpha1.HTTPGetAction
// contains filtered or unexported fields
}
type HTTPGetActionList ¶ added in v0.22.10
type HTTPGetActionList struct {
*starlark.List
Value []v1alpha1.HTTPGetAction
// contains filtered or unexported fields
}
type HTTPHeader ¶ added in v0.22.10
type HTTPHeader struct {
*starlark.Dict
Value v1alpha1.HTTPHeader
// contains filtered or unexported fields
}
type HTTPHeaderList ¶ added in v0.22.10
type HTTPHeaderList struct {
*starlark.List
Value []v1alpha1.HTTPHeader
// contains filtered or unexported fields
}
type Handler ¶ added in v0.22.10
type HandlerList ¶ added in v0.22.10
type IgnoreDef ¶ added in v0.22.10
type IgnoreDefList ¶ added in v0.22.10
type Plugin ¶
type Plugin struct {
}
Defines starlark functions that register API objects from the v1alpha1 API.
Eventually, all the files in this module should be autogenerated from the data models.
type ProbeList ¶ added in v0.22.10
type RestartOnSpec ¶ added in v0.22.10
type RestartOnSpec struct {
*starlark.Dict
Value v1alpha1.RestartOnSpec
// contains filtered or unexported fields
}
type RestartOnSpecList ¶ added in v0.22.10
type RestartOnSpecList struct {
*starlark.List
Value []v1alpha1.RestartOnSpec
// contains filtered or unexported fields
}
type StartOnSpec ¶ added in v0.22.10
type StartOnSpec struct {
*starlark.Dict
Value v1alpha1.StartOnSpec
// contains filtered or unexported fields
}
type StartOnSpecList ¶ added in v0.22.10
type StartOnSpecList struct {
*starlark.List
Value []v1alpha1.StartOnSpec
// contains filtered or unexported fields
}
type TCPSocketAction ¶ added in v0.22.10
type TCPSocketAction struct {
*starlark.Dict
Value v1alpha1.TCPSocketAction
// contains filtered or unexported fields
}
type TCPSocketActionList ¶ added in v0.22.10
type TCPSocketActionList struct {
*starlark.List
Value []v1alpha1.TCPSocketAction
// contains filtered or unexported fields
}
type UIBoolInputSpec ¶ added in v0.22.10
type UIBoolInputSpec struct {
*starlark.Dict
Value v1alpha1.UIBoolInputSpec
// contains filtered or unexported fields
}
type UIBoolInputSpecList ¶ added in v0.22.10
type UIBoolInputSpecList struct {
*starlark.List
Value []v1alpha1.UIBoolInputSpec
// contains filtered or unexported fields
}
type UIComponentLocation ¶ added in v0.22.10
type UIComponentLocation struct {
*starlark.Dict
Value v1alpha1.UIComponentLocation
// contains filtered or unexported fields
}
type UIComponentLocationList ¶ added in v0.22.10
type UIComponentLocationList struct {
*starlark.List
Value []v1alpha1.UIComponentLocation
// contains filtered or unexported fields
}
type UIHiddenInputSpec ¶ added in v0.22.11
type UIHiddenInputSpec struct {
*starlark.Dict
Value v1alpha1.UIHiddenInputSpec
// contains filtered or unexported fields
}
type UIHiddenInputSpecList ¶ added in v0.22.11
type UIHiddenInputSpecList struct {
*starlark.List
Value []v1alpha1.UIHiddenInputSpec
// contains filtered or unexported fields
}
type UIInputSpec ¶ added in v0.22.10
type UIInputSpec struct {
*starlark.Dict
Value v1alpha1.UIInputSpec
// contains filtered or unexported fields
}
type UIInputSpecList ¶ added in v0.22.10
type UIInputSpecList struct {
*starlark.List
Value []v1alpha1.UIInputSpec
// contains filtered or unexported fields
}
type UITextInputSpec ¶ added in v0.22.10
type UITextInputSpec struct {
*starlark.Dict
Value v1alpha1.UITextInputSpec
// contains filtered or unexported fields
}
type UITextInputSpecList ¶ added in v0.22.10
type UITextInputSpecList struct {
*starlark.List
Value []v1alpha1.UITextInputSpec
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.