--- apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: controller-gen.kubebuilder.io/version: v0.20.1 name: nbgroups.netbird.io spec: group: netbird.io names: kind: NBGroup listKind: NBGroupList plural: nbgroups singular: nbgroup scope: Namespaced versions: - name: v1 schema: openAPIV3Schema: description: NBGroup is the Schema for the nbgroups API. properties: apiVersion: description: |- 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 type: string kind: description: |- 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 type: string metadata: type: object spec: description: NBGroupSpec defines the desired state of NBGroup. properties: name: minLength: 1 type: string x-kubernetes-validations: - message: Value is immutable rule: self == oldSelf required: - name type: object status: description: NBGroupStatus defines the observed state of NBGroup. properties: conditions: items: description: NBCondition defines a condition in NBSetupKey status. properties: lastProbeTime: description: Last time we probed the condition. format: date-time type: string lastTransitionTime: description: Last time the condition transitioned from one status to another. format: date-time type: string message: description: Human-readable message indicating details about last transition. type: string reason: description: Unique, one-word, CamelCase reason for the condition's last transition. type: string status: description: |- Status is the status of the condition. Can be True, False, Unknown. type: string type: description: Type is the type of the condition. type: string required: - status - type type: object type: array groupID: type: string type: object type: object served: true storage: true subresources: status: {}