Skip to content

Commit 1f8ffbb

Browse files
Extending the MTPNC status
1 parent a1550f2 commit 1f8ffbb

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

crd/multitenancy/api/v1alpha1/multitenantpodnetworkconfig.go

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,13 @@ type MultitenantPodNetworkConfigStatus struct {
105105
// DefaultDenyACL bool indicates whether default deny policy will be present on the pods upon pod creation
106106
// +kubebuilder:validation:Optional
107107
DefaultDenyACL bool `json:"defaultDenyACL"`
108+
// NodeName is the name of the node where the pod is scheduled
109+
// +kubebuilder:validation:Optional
110+
NodeName string `json:"nodeName,omitempty"`
111+
// PodName is the name of the pod
112+
PodName string `json:"podName,omitempty"`
113+
// PodUID is the uid of the pod
114+
PodUID string `json:"podUID,omitempty"`
108115
}
109116

110117
func init() {

0 commit comments

Comments
 (0)