-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Scan GUIDs #7
Scan GUIDs #7
Conversation
…uids_clean_v4 # Conflicts: # pkg/host/types/interfaces.go
Thanks for your PR,
To skip the vendors CIs, Maintainers can use one of:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice, LGTM, only one question about the pKeyConfigured
field.
@@ -722,7 +722,12 @@ func (cr *SriovIBNetwork) RenderNetAttDef() (*uns.Unstructured, error) { | |||
data.Data["CapabilitiesConfigured"] = true | |||
data.Data["SriovCniCapabilities"] = cr.Spec.Capabilities | |||
} | |||
|
|||
if cr.Spec.PKey == "" { | |||
data.Data["pKeyConfigured"] = false |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm why do we need this boolean? Can't we just check for a non-empty pKey
string field?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tried to do that - didn't seem that simple, so followed the pattern I saw here (e.g CapabilitiesConfigured
, LogLevelConfigured
, LogFileConfigured
etc.
82b5147
into
clark/config-daemon-ib-unbind-fix
No description provided.