Skip to search

PocketIDUserGroup

pocketid.internal / v1alpha1

apiVersion: pocketid.internal/v1alpha1 kind: PocketIDUserGroup metadata: name: example
View raw schema
apiVersion string
APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
kind string
Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
metadata object
spec object
spec defines the desired state of PocketIDUserGroup
allowedOIDCClients []object
AllowedOIDCClients lists PocketIDOIDCClient CRs that this group grants access to. The final set of allowed clients is the union of this field and any OIDCClients that reference this group in their allowedUserGroups.
name string
Name is the name of the PocketIDOIDCClient CR
namespace string
Namespace is the namespace of the PocketIDOIDCClient CR Defaults to the referencing resource's namespace
customClaims []object
CustomClaims are additional claims to attach to users in this group
key string required
Key is the claim key
value string required
Value is the claim value
friendlyName string
FriendlyName is the display name for the user group
minLength: 2
maxLength: 50
instanceSelector object
InstanceSelector selects the PocketIDInstance to reconcile against. If omitted, the controller expects exactly one instance in the cluster.
matchExpressions []object
matchExpressions is a list of label selector requirements. The requirements are ANDed.
key string required
key is the label key that the selector applies to.
operator string required
operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.
values []string
values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.
matchLabels object
matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed.
name string
Name of the user group. Defaults to the metadata.name
minLength: 2
maxLength: 255
users object
Users defines the users to add to this group
userIDs []string
UserIDs are Pocket-ID user IDs to add directly to this group.
userRefs []object
UserRefs are PocketIDUser custom resources to add to this group
name string
Name is the name of the PocketIDUser CR
namespace string
Namespace is the namespace of the PocketIDUser CR Defaults to the referencing resource's namespace
usernames []string
Usernames are Pocket-ID usernames to add to this group. The controller will look up the user ID from Pocket-ID by username.
status object
status defines the observed state of PocketIDUserGroup
allowedOIDCClientIDs []string
AllowedOIDCClientIDs are the resolved OIDC client IDs assigned to this group
conditions []object
Conditions represent the current state of the PocketIDUserGroup resource.
lastTransitionTime string required
lastTransitionTime is the last time the condition transitioned from one status to another. This should be when the underlying condition changed. If that is not known, then using the time when the API field changed is acceptable.
format: date-time
message string required
message is a human readable message indicating details about the transition. This may be an empty string.
maxLength: 32768
observedGeneration integer
observedGeneration represents the .metadata.generation that the condition was set based upon. For instance, if .metadata.generation is currently 12, but the .status.conditions[x].observedGeneration is 9, the condition is out of date with respect to the current state of the instance.
format: int64
minimum: 0
reason string required
reason contains a programmatic identifier indicating the reason for the condition's last transition. Producers of specific condition types may define expected values and meanings for this field, and whether the values are considered a guaranteed API. The value should be a CamelCase string. This field may not be empty.
pattern: ^[A-Za-z]([A-Za-z0-9_,:]*[A-Za-z0-9_])?$
minLength: 1
maxLength: 1024
status string required
status of the condition, one of True, False, Unknown.
enum: True, False, Unknown
type string required
type of condition in CamelCase or in foo.example.com/CamelCase.
pattern: ^([a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*/)?(([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9])$
maxLength: 316
createdAt string
CreatedAt is the creation timestamp from Pocket-ID
customClaims []object
CustomClaims are the resolved custom claims on the group
key string required
Key is the claim key
value string required
Value is the claim value
friendlyName string
FriendlyName is the resolved display name from Pocket-ID
groupID string
GroupID is the ID assigned by Pocket-ID
ldapID string
LdapID is the LDAP identifier if the group is managed via LDAP
managedUserIDs []string
ManagedUserIDs are the Pocket-ID user IDs that the operator is actively managing. Users not in this list are considered externally managed and won't be removed.
name string
Name is the resolved group name from Pocket-ID
totalUserCount integer
TotalUserCount is the total number of users in the group including externally managed

No matches. Try .spec.allowedOIDCClients for an exact path