Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Ref ¶
type Ref struct { // Custom image repository // +kubebuilder:example:="docker.io/dynatrace/image-name" Repository string `json:"repository,omitempty"` // Indicates a tag of the image to use Tag string `json:"tag,omitempty"` }
+kubebuilder:object:generate=true
func (*Ref) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Ref.
func (*Ref) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (Ref) StringWithDefaults ¶
StringWithDefaults will use the provided default values for fields that were not already set.
Click to show internal directories.
Click to hide internal directories.