Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RepositoryWithTag ¶ added in v0.11.0
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 ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new General.
func (*General) DeepCopyInto ¶
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
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ImageSpec.
func (*ImageSpec) DeepCopyInto ¶ added in v0.11.0
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
Click to show internal directories.
Click to hide internal directories.