...
Text file
src/edge-infra.dev/test/fixtures/crds/gcp/compute.cnrm.cloud.google.com_computesharedvpchostprojects.yaml
1---
2apiVersion: apiextensions.k8s.io/v1
3kind: CustomResourceDefinition
4metadata:
5 annotations:
6 controller-gen.kubebuilder.io/version: (unknown)
7 name: computesharedvpchostprojects.compute.cnrm.cloud.google.com
8spec:
9 group: compute.cnrm.cloud.google.com
10 names:
11 kind: ComputeSharedVPCHostProject
12 listKind: ComputeSharedVPCHostProjectList
13 plural: computesharedvpchostprojects
14 singular: computesharedvpchostproject
15 scope: Namespaced
16 versions:
17 - name: v1beta1
18 schema:
19 openAPIV3Schema:
20 description: ComputeSharedVPCHostProject is the Schema for the compute API
21 properties:
22 apiVersion:
23 description: |-
24 APIVersion defines the versioned schema of this representation of an object.
25 Servers should convert recognized schemas to the latest internal value, and
26 may reject unrecognized values.
27 More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
28 type: string
29 kind:
30 description: |-
31 Kind is a string value representing the REST resource this object represents.
32 Servers may infer this from the endpoint the client submits requests to.
33 Cannot be updated.
34 In CamelCase.
35 More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
36 type: string
37 metadata:
38 type: object
39 spec:
40 type: object
41 status:
42 properties:
43 conditions:
44 description: |-
45 Conditions represent the latest available observations of the
46 ComputeSharedVPCHostProject's current state.
47 items:
48 properties:
49 lastTransitionTime:
50 description: Last time the condition transitioned from one status
51 to another.
52 type: string
53 message:
54 description: Human-readable message indicating details about
55 last transition.
56 type: string
57 reason:
58 description: |-
59 Unique, one-word, CamelCase reason for the condition's last
60 transition.
61 type: string
62 status:
63 description: Status is the status of the condition. Can be True,
64 False, Unknown.
65 type: string
66 type:
67 description: Type is the type of the condition.
68 type: string
69 type: object
70 type: array
71 observedGeneration:
72 description: ObservedGeneration is the generation of the resource
73 that was most recently observed by the Config Connector controller.
74 If this is equal to metadata.generation, then that means that the
75 current reported status reflects the most recent desired state of
76 the resource.
77 type: integer
78 type: object
79 type: object
80 served: true
81 storage: true
View as plain text