api/v1/config/crd/eno.azure.io_resourceslices.yaml (75 lines of code) (raw):

--- apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: controller-gen.kubebuilder.io/version: v0.17.3 name: resourceslices.eno.azure.io spec: group: eno.azure.io names: kind: ResourceSlice listKind: ResourceSliceList plural: resourceslices singular: resourceslice scope: Namespaced versions: - name: v1 schema: openAPIV3Schema: 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: properties: resources: items: properties: deleted: description: Deleted is true when this manifest represents a "tombstone" - a resource that should no longer exist. type: boolean manifest: type: string type: object type: array synthesisUUID: type: string type: object status: properties: resources: description: Elements of resources correspond in index to those in spec.resources at the observed generation. items: properties: deleted: type: boolean ready: format: date-time type: string reconciled: type: boolean type: object type: array type: object type: object served: true storage: true subresources: status: {}