Add "IfNotPresent" to ResolvePolicy enum
Signed-off-by: Sergen Yalçın <yalcinsergen97@gmail.com>
This commit is contained in:
parent
75dda897e5
commit
23dad77b17
|
@ -84,7 +84,7 @@ type Policy struct {
|
|||
// the corresponding field is not present. Use 'Always' to resolve the
|
||||
// reference on every reconcile.
|
||||
// +optional
|
||||
// +kubebuilder:validation:Enum=Always
|
||||
// +kubebuilder:validation:Enum=Always;IfNotPresent
|
||||
Resolve *ResolvePolicy `json:"resolve,omitempty"`
|
||||
|
||||
// Resolution specifies whether resolution of this reference is required.
|
||||
|
|
Loading…
Reference in New Issue