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/crds/base/jvmbuildservice.io_artifactbuilds.yaml
+12-15Lines changed: 12 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,9 @@
1
-
2
1
---
3
2
apiVersion: apiextensions.k8s.io/v1
4
3
kind: CustomResourceDefinition
5
4
metadata:
6
5
annotations:
7
-
controller-gen.kubebuilder.io/version: v0.6.2
8
-
creationTimestamp: null
6
+
controller-gen.kubebuilder.io/version: v0.15.0
9
7
name: artifactbuilds.jvmbuildservice.io
10
8
spec:
11
9
group: jvmbuildservice.io
@@ -29,14 +27,19 @@ spec:
29
27
description: ArtifactBuild TODO provide godoc description
30
28
properties:
31
29
apiVersion:
32
-
description: 'APIVersion defines the versioned schema of this representation
33
-
of an object. Servers should convert recognized schemas to the latest
34
-
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
30
+
description: |-
31
+
APIVersion defines the versioned schema of this representation of an object.
32
+
Servers should convert recognized schemas to the latest internal value, and
33
+
may reject unrecognized values.
34
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
35
35
type: string
36
36
kind:
37
-
description: 'Kind is a string value representing the REST resource this
38
-
object represents. Servers may infer this from the endpoint the client
39
-
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
37
+
description: |-
38
+
Kind is a string value representing the REST resource this object represents.
39
+
Servers may infer this from the endpoint the client submits requests to.
40
+
Cannot be updated.
41
+
In CamelCase.
42
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
Copy file name to clipboardExpand all lines: deploy/crds/base/jvmbuildservice.io_dependencybuilds.yaml
+46-50Lines changed: 46 additions & 50 deletions
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,9 @@
1
-
2
1
---
3
2
apiVersion: apiextensions.k8s.io/v1
4
3
kind: CustomResourceDefinition
5
4
metadata:
6
5
annotations:
7
-
controller-gen.kubebuilder.io/version: v0.6.2
8
-
creationTimestamp: null
6
+
controller-gen.kubebuilder.io/version: v0.15.0
9
7
name: dependencybuilds.jvmbuildservice.io
10
8
spec:
11
9
group: jvmbuildservice.io
@@ -35,14 +33,19 @@ spec:
35
33
description: DependencyBuild TODO provide godoc description
36
34
properties:
37
35
apiVersion:
38
-
description: 'APIVersion defines the versioned schema of this representation
39
-
of an object. Servers should convert recognized schemas to the latest
40
-
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
36
+
description: |-
37
+
APIVersion defines the versioned schema of this representation of an object.
38
+
Servers should convert recognized schemas to the latest internal value, and
39
+
may reject unrecognized values.
40
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
41
41
type: string
42
42
kind:
43
-
description: 'Kind is a string value representing the REST resource this
44
-
object represents. Servers may infer this from the endpoint the client
45
-
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
43
+
description: |-
44
+
Kind is a string value representing the REST resource this object represents.
45
+
Servers may infer this from the endpoint the client submits requests to.
46
+
Cannot be updated.
47
+
In CamelCase.
48
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
46
49
type: string
47
50
metadata:
48
51
type: object
@@ -243,50 +246,48 @@ spec:
243
246
format: int64
244
247
type: integer
245
248
conditions:
246
-
description: 'Conditions for capturing generic status NOTE: inspecting
247
-
the fabric8 Status class, it looked analogous to k8s Condition,
248
-
and then I took the liberty of making it an array, given best practices
249
-
in the k8s/ocp ecosystems'
249
+
description: |-
250
+
Conditions for capturing generic status
251
+
NOTE: inspecting the fabric8 Status class, it looked analogous to k8s Condition,
252
+
and then I took the liberty of making it an array, given best practices in the k8s/ocp ecosystems
250
253
items:
251
254
description: "Condition contains details for one aspect of the current
252
-
state of this API Resource. --- This struct is intended for direct
253
-
use as an array at the field path .status.conditions. For example,
254
-
\n\ttype FooStatus struct{ \t // Represents the observations
255
-
of a foo's current state. \t // Known .status.conditions.type
256
-
are: \"Available\", \"Progressing\", and \"Degraded\"\t //
Copy file name to clipboardExpand all lines: deploy/crds/base/jvmbuildservice.io_jbsconfigs.yaml
+15-18Lines changed: 15 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,9 @@
1
-
2
1
---
3
2
apiVersion: apiextensions.k8s.io/v1
4
3
kind: CustomResourceDefinition
5
4
metadata:
6
5
annotations:
7
-
controller-gen.kubebuilder.io/version: v0.6.2
8
-
creationTimestamp: null
6
+
controller-gen.kubebuilder.io/version: v0.15.0
9
7
name: jbsconfigs.jvmbuildservice.io
10
8
spec:
11
9
group: jvmbuildservice.io
@@ -26,14 +24,19 @@ spec:
26
24
description: JBSConfig TODO provide godoc description
27
25
properties:
28
26
apiVersion:
29
-
description: 'APIVersion defines the versioned schema of this representation
30
-
of an object. Servers should convert recognized schemas to the latest
31
-
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
32
32
type: string
33
33
kind:
34
-
description: 'Kind is a string value representing the REST resource this
35
-
object represents. Servers may infer this from the endpoint the client
36
-
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
37
40
type: string
38
41
metadata:
39
42
type: object
@@ -169,9 +172,9 @@ spec:
169
172
type: object
170
173
type: array
171
174
requireArtifactVerification:
172
-
description: If this is true then the build will fail if artifact
173
-
verification fails otherwise deploy will happen as normal, but a
174
-
field will be set on the DependencyBuild
175
+
description: |-
176
+
If this is true then the build will fail if artifact verification fails
177
+
otherwise deploy will happen as normal, but a field will be set on the DependencyBuild
Copy file name to clipboardExpand all lines: deploy/crds/base/jvmbuildservice.io_jvmimagescans.yaml
+12-15Lines changed: 12 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,9 @@
1
-
2
1
---
3
2
apiVersion: apiextensions.k8s.io/v1
4
3
kind: CustomResourceDefinition
5
4
metadata:
6
5
annotations:
7
-
controller-gen.kubebuilder.io/version: v0.6.2
8
-
creationTimestamp: null
6
+
controller-gen.kubebuilder.io/version: v0.15.0
9
7
name: jvmimagescans.jvmbuildservice.io
10
8
spec:
11
9
group: jvmbuildservice.io
@@ -29,14 +27,19 @@ spec:
29
27
description: JvmImageScan TODO provide godoc description
30
28
properties:
31
29
apiVersion:
32
-
description: 'APIVersion defines the versioned schema of this representation
33
-
of an object. Servers should convert recognized schemas to the latest
34
-
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
30
+
description: |-
31
+
APIVersion defines the versioned schema of this representation of an object.
32
+
Servers should convert recognized schemas to the latest internal value, and
33
+
may reject unrecognized values.
34
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
35
35
type: string
36
36
kind:
37
-
description: 'Kind is a string value representing the REST resource this
38
-
object represents. Servers may infer this from the endpoint the client
39
-
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
37
+
description: |-
38
+
Kind is a string value representing the REST resource this object represents.
39
+
Servers may infer this from the endpoint the client submits requests to.
40
+
Cannot be updated.
41
+
In CamelCase.
42
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
Copy file name to clipboardExpand all lines: deploy/crds/base/jvmbuildservice.io_rebuiltartifacts.yaml
+12-15Lines changed: 12 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,9 @@
1
-
2
1
---
3
2
apiVersion: apiextensions.k8s.io/v1
4
3
kind: CustomResourceDefinition
5
4
metadata:
6
5
annotations:
7
-
controller-gen.kubebuilder.io/version: v0.6.2
8
-
creationTimestamp: null
6
+
controller-gen.kubebuilder.io/version: v0.15.0
9
7
name: rebuiltartifacts.jvmbuildservice.io
10
8
spec:
11
9
group: jvmbuildservice.io
@@ -27,14 +25,19 @@ spec:
27
25
to S3 or a Container registry
28
26
properties:
29
27
apiVersion:
30
-
description: 'APIVersion defines the versioned schema of this representation
31
-
of an object. Servers should convert recognized schemas to the latest
32
-
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
28
+
description: |-
29
+
APIVersion defines the versioned schema of this representation of an object.
30
+
Servers should convert recognized schemas to the latest internal value, and
31
+
may reject unrecognized values.
32
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
33
33
type: string
34
34
kind:
35
-
description: 'Kind is a string value representing the REST resource this
36
-
object represents. Servers may infer this from the endpoint the client
37
-
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
35
+
description: |-
36
+
Kind is a string value representing the REST resource this object represents.
37
+
Servers may infer this from the endpoint the client submits requests to.
38
+
Cannot be updated.
39
+
In CamelCase.
40
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
0 commit comments