You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: AdoptedResource is the schema for the AdoptedResource API.
22
21
properties:
23
22
apiVersion:
24
-
description: 'APIVersion defines the versioned schema of this representation
25
-
of an object. Servers should convert recognized schemas to the latest
26
-
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
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
27
28
type: string
28
29
kind:
29
-
description: 'Kind is a string value representing the REST resource this
30
-
object represents. Servers may infer this from the endpoint the client
31
-
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
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
32
36
type: string
33
37
metadata:
34
38
type: object
@@ -42,126 +46,149 @@ spec:
42
46
additionalKeys:
43
47
additionalProperties:
44
48
type: string
45
-
description: AdditionalKeys represents any additional arbitrary
46
-
identifiers used when describing the target resource.
49
+
description: |-
50
+
AdditionalKeys represents any additional arbitrary identifiers used when
51
+
describing the target resource.
47
52
type: object
48
53
arn:
49
-
description: ARN is the AWS Resource Name for the resource. It
50
-
is a globally unique identifier.
54
+
description: |-
55
+
ARN is the AWS Resource Name for the resource. It is a globally
56
+
unique identifier.
51
57
type: string
52
58
nameOrID:
53
-
description: NameOrId is a user-supplied string identifier for
54
-
the resource. It may or may not be globally unique, depending
55
-
on the type of resource.
59
+
description: |-
60
+
NameOrId is a user-supplied string identifier for the resource. It may
61
+
or may not be globally unique, depending on the type of resource.
56
62
type: string
57
63
type: object
58
64
kubernetes:
59
-
description: ResourceWithMetadata provides the values necessary to
60
-
create a Kubernetes resource and override any of its metadata values.
65
+
description: |-
66
+
ResourceWithMetadata provides the values necessary to create a
67
+
Kubernetes resource and override any of its metadata values.
61
68
properties:
62
69
group:
63
70
type: string
64
71
kind:
65
72
type: string
66
73
metadata:
67
-
description: "ObjectMeta is metadata that all persisted resources
68
-
must have, which includes all objects users must create. It
69
-
is not possible to use `metav1.ObjectMeta` inside spec, as the
70
-
controller-gen automatically converts this to an arbitrary string-string
0 commit comments