apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: name: viewrequests.edge.ncr.com annotations: controller-gen.kubebuilder.io/version: (unknown) spec: group: edge.ncr.com names: kind: ViewRequest listKind: ViewRequestList plural: viewrequests singular: viewrequest scope: Namespaced versions: - name: v1alpha1 schema: openAPIV3Schema: type: object description: ViewRequest is the Schema for the viewrequests API properties: apiVersion: type: string 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' kind: type: string 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' metadata: type: object spec: type: object description: ViewRequestSpec defines the desired state of ViewRequest properties: name: type: string namespace: type: string kind: type: string group: type: string keepCurrent: type: boolean version: type: string required: - group - keepCurrent - kind - version status: type: object description: ViewRequestStatus defines the observed state of ViewRequest properties: resources: type: string format: byte error: type: object description: Error contains error information when an error occurs on the agent properties: status: type: string message: type: string served: true storage: true subresources: status: {}