Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

LldapGroup

An LldapGroup resource declares an lldap group managed by the operator.

Each resource must carry the lldap-operator.lukidoescode.com/lldap-instance label whose value selects which lldap instance the group belongs to.

Example

apiVersion: lldap-operator.lukidoescode.com/v1alpha1
kind: LldapGroup
metadata:
  name: engineering
  labels:
    lldap-operator.lukidoescode.com/lldap-instance: default
spec:
  displayName: "Engineering"
  attributes:
    - name: costCenter
      value:
        - "1234"

Spec Fields

FieldTypeRequiredDescription
displayNamestringyesGroup display name (1–128 chars)
attributesAttributeValue[]noCustom attribute values; each requires a corresponding LldapAttributeSchema with target: Group

Status

FieldTypeDescription
groupIdintegerGroup ID assigned by lldap
uuidstringGroup UUID assigned by lldap
observedGenerationint64Last observed resource generation
conditionsCondition[]Standard Kubernetes conditions