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
Copy file name to clipboardExpand all lines: deploy/helm/pulumi-operator/crds/program-crd.yaml
+44-34
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,10 @@
1
+
---
1
2
apiVersion: apiextensions.k8s.io/v1
2
3
kind: CustomResourceDefinition
3
4
metadata:
4
-
name: programs.pulumi.com
5
5
annotations:
6
-
controller-gen.kubebuilder.io/version: v0.9.2
6
+
controller-gen.kubebuilder.io/version: v0.15.0
7
+
name: programs.pulumi.com
7
8
spec:
8
9
group: pulumi.com
9
10
names:
@@ -23,14 +24,19 @@ spec:
23
24
description: Program is the schema for the inline YAML program API.
24
25
properties:
25
26
apiVersion:
26
-
description: 'APIVersion defines the versioned schema of this representation
27
-
of an object. Servers should convert recognized schemas to the latest
28
-
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
27
+
description: |-
28
+
APIVersion defines the versioned schema of this representation of an object.
29
+
Servers should convert recognized schemas to the latest internal value, and
30
+
may reject unrecognized values.
31
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
29
32
type: string
30
33
kind:
31
-
description: 'Kind is a string value representing the REST resource this
32
-
object represents. Servers may infer this from the endpoint the client
33
-
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
34
+
description: |-
35
+
Kind is a string value representing the REST resource this object represents.
36
+
Servers may infer this from the endpoint the client submits requests to.
37
+
Cannot be updated.
38
+
In CamelCase.
39
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
34
40
type: string
35
41
metadata:
36
42
type: object
@@ -40,8 +46,8 @@ spec:
40
46
additionalProperties:
41
47
properties:
42
48
default:
43
-
description: default is a value of the appropriate type for the
44
-
template to use if no value is specified.
49
+
description: default is a value of the appropriate type for
50
+
the template to use if no value is specified.
45
51
x-kubernetes-preserve-unknown-fields: true
46
52
type:
47
53
description: type is the (required) data type for the parameter.
@@ -52,8 +58,9 @@ spec:
52
58
- List<String>
53
59
type: string
54
60
type: object
55
-
description: configuration specifies the Pulumi config inputs to the
56
-
deployment. Either type or default is required.
61
+
description: |-
62
+
configuration specifies the Pulumi config inputs to the deployment.
63
+
Either type or default is required.
57
64
type: object
58
65
outputs:
59
66
additionalProperties:
@@ -75,16 +82,16 @@ spec:
75
82
state:
76
83
additionalProperties:
77
84
x-kubernetes-preserve-unknown-fields: true
78
-
description: state contains the known properties (input &
79
-
output) of the resource. This assists the provider in figuring
80
-
out the correct resource.
85
+
description: |-
86
+
state contains the known properties (input & output) of the resource. This assists
87
+
the provider in figuring out the correct resource.
81
88
type: object
82
89
required:
83
90
- id
84
91
type: object
85
92
options:
86
-
description: options contains all resource options supported by
87
-
Pulumi.
93
+
description: options contains all resource options supported
0 commit comments