|
| 1 | +apiVersion: apis.kcp.io/v1alpha1 |
| 2 | +kind: APIResourceSchema |
| 3 | +metadata: |
| 4 | + creationTimestamp: null |
| 5 | + name: v251015-07ea718.collections.catalog.kube-bind.io |
| 6 | +spec: |
| 7 | + group: catalog.kube-bind.io |
| 8 | + names: |
| 9 | + categories: |
| 10 | + - kube-bindings |
| 11 | + kind: Collection |
| 12 | + listKind: CollectionList |
| 13 | + plural: collections |
| 14 | + singular: collection |
| 15 | + scope: Namespaced |
| 16 | + versions: |
| 17 | + - additionalPrinterColumns: |
| 18 | + - jsonPath: .spec.description |
| 19 | + name: Description |
| 20 | + type: string |
| 21 | + - jsonPath: .spec.modules[*] |
| 22 | + name: Modules |
| 23 | + type: integer |
| 24 | + - jsonPath: .metadata.creationTimestamp |
| 25 | + name: Age |
| 26 | + type: date |
| 27 | + name: v1alpha1 |
| 28 | + schema: |
| 29 | + description: Collection groups multiple Modules into a logical group. This functions |
| 30 | + as a folder in the UI. |
| 31 | + properties: |
| 32 | + apiVersion: |
| 33 | + description: |- |
| 34 | + APIVersion defines the versioned schema of this representation of an object. |
| 35 | + Servers should convert recognized schemas to the latest internal value, and |
| 36 | + may reject unrecognized values. |
| 37 | + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources |
| 38 | + type: string |
| 39 | + kind: |
| 40 | + description: |- |
| 41 | + Kind is a string value representing the REST resource this object represents. |
| 42 | + Servers may infer this from the endpoint the client submits requests to. |
| 43 | + Cannot be updated. |
| 44 | + In CamelCase. |
| 45 | + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds |
| 46 | + type: string |
| 47 | + metadata: |
| 48 | + type: object |
| 49 | + spec: |
| 50 | + description: spec specifies the collection. |
| 51 | + properties: |
| 52 | + description: |
| 53 | + description: description is a human readable description of this collection. |
| 54 | + type: string |
| 55 | + modules: |
| 56 | + description: modules is a list of module references that are part of |
| 57 | + this collection. |
| 58 | + items: |
| 59 | + description: ModuleReference references a Module by name. |
| 60 | + properties: |
| 61 | + name: |
| 62 | + description: name is the name of the module. |
| 63 | + type: string |
| 64 | + required: |
| 65 | + - name |
| 66 | + type: object |
| 67 | + minItems: 1 |
| 68 | + type: array |
| 69 | + required: |
| 70 | + - modules |
| 71 | + type: object |
| 72 | + status: |
| 73 | + description: status contains reconciliation information for the collection. |
| 74 | + properties: |
| 75 | + conditions: |
| 76 | + description: conditions is a list of conditions that apply to the Collection. |
| 77 | + items: |
| 78 | + description: Condition defines an observation of a object operational |
| 79 | + state. |
| 80 | + properties: |
| 81 | + lastTransitionTime: |
| 82 | + description: |- |
| 83 | + Last time the condition transitioned from one status to another. |
| 84 | + This should be when the underlying condition changed. If that is not known, then using the time when |
| 85 | + the API field changed is acceptable. |
| 86 | + format: date-time |
| 87 | + type: string |
| 88 | + message: |
| 89 | + description: |- |
| 90 | + A human readable message indicating details about the transition. |
| 91 | + This field may be empty. |
| 92 | + type: string |
| 93 | + reason: |
| 94 | + description: |- |
| 95 | + The reason for the condition's last transition in CamelCase. |
| 96 | + The specific API may choose whether or not this field is considered a guaranteed API. |
| 97 | + This field may not be empty. |
| 98 | + type: string |
| 99 | + severity: |
| 100 | + description: |- |
| 101 | + Severity provides an explicit classification of Reason code, so the users or machines can immediately |
| 102 | + understand the current situation and act accordingly. |
| 103 | + The Severity field MUST be set only when Status=False. |
| 104 | + type: string |
| 105 | + status: |
| 106 | + description: Status of the condition, one of True, False, Unknown. |
| 107 | + type: string |
| 108 | + type: |
| 109 | + description: |- |
| 110 | + Type of condition in CamelCase or in foo.example.com/CamelCase. |
| 111 | + Many .condition.type values are consistent across resources like Available, but because arbitrary conditions |
| 112 | + can be useful (see .node.status.conditions), the ability to deconflict is important. |
| 113 | + type: string |
| 114 | + required: |
| 115 | + - lastTransitionTime |
| 116 | + - status |
| 117 | + - type |
| 118 | + type: object |
| 119 | + type: array |
| 120 | + type: object |
| 121 | + required: |
| 122 | + - spec |
| 123 | + type: object |
| 124 | + served: true |
| 125 | + storage: true |
| 126 | + subresources: |
| 127 | + status: {} |
0 commit comments