You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`metadata`_[ObjectMeta](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.29/#objectmeta-v1-meta)_| Refer to Kubernetes API documentation for fields of `metadata`. |||
1653
+
|`spec`_[GroupSpec](#groupspec)_| Spec defines the desired state of the Group. |||
1654
+
1655
+
1656
+
#### GroupSpec
1657
+
1658
+
1659
+
1660
+
GroupSpec defines the desired state of Group.
1661
+
1662
+
1663
+
1664
+
_Appears in:_
1665
+
-[Group](#group)
1666
+
1667
+
| Field | Description | Default | Validation |
1668
+
| --- | --- | --- | --- |
1669
+
|`name`_string_| Name specifies the name for this Group.<br />If not provided, the name from the resource metadata will be used. || Optional: \{\} <br /> |
1670
+
|`description`_string_| Description provides a detailed explanation of this Group's purpose. || Optional: \{\} <br /> |
1671
+
|`global`_boolean_| Global indicates whether all users in the system are automatically added to this group. | false | Optional: \{\} <br /> |
1672
+
|`reconciliation`_[Reconciliation](#reconciliation)_| Reconciliation settings for this resource.<br />Controls drift detection and reconciliation intervals. || Optional: \{\} <br /> |
0 commit comments