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: JobRun is the Schema for the JobRuns API
29
28
properties:
30
29
apiVersion:
31
-
description: 'APIVersion defines the versioned schema of this representation
32
-
of an object. Servers should convert recognized schemas to the latest
33
-
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
34
35
type: string
35
36
kind:
36
-
description: 'Kind is a string value representing the REST resource this
37
-
object represents. Servers may infer this from the endpoint the client
38
-
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
39
43
type: string
40
44
metadata:
41
45
type: object
42
46
spec:
43
-
description: "JobRunSpec defines the desired state of JobRun. \n This
44
-
entity describes a job run. A job run is a unit of work, such as a Spark
45
-
jar, PySpark script, or SparkSQL query, that you submit to Amazon EMR
46
-
on EKS."
47
+
description: |-
48
+
JobRunSpec defines the desired state of JobRun.
49
+
50
+
51
+
This entity describes a job run. A job run is a unit of work, such as a Spark
52
+
jar, PySpark script, or SparkSQL query, that you submit to Amazon EMR on
53
+
EKS.
47
54
properties:
48
55
configurationOverrides:
49
56
type: string
@@ -83,12 +90,14 @@ spec:
83
90
type: string
84
91
virtualClusterRef:
85
92
description: "AWSResourceReferenceWrapper provides a wrapper around
86
-
*AWSResourceReference type to provide more user friendly syntax
87
-
for references using 'from' field Ex: APIIDRef: \n from: name: my-api"
93
+
*AWSResourceReference\ntype to provide more user friendly syntax
94
+
for references using 'from' field\nEx:\nAPIIDRef:\n\n\n\tfrom:\n\t
95
+
\ name: my-api"
88
96
properties:
89
97
from:
90
-
description: AWSResourceReference provides all the values necessary
91
-
to reference another k8s resource for finding the identifier(Id/ARN/Name)
98
+
description: |-
99
+
AWSResourceReference provides all the values necessary to reference another
100
+
k8s resource for finding the identifier(Id/ARN/Name)
92
101
properties:
93
102
name:
94
103
type: string
@@ -103,24 +112,26 @@ spec:
103
112
description: JobRunStatus defines the observed state of JobRun
104
113
properties:
105
114
ackResourceMetadata:
106
-
description: All CRs managed by ACK have a common `Status.ACKResourceMetadata`
107
-
member that is used to contain resource sync state, account ownership,
115
+
description: |-
116
+
All CRs managed by ACK have a common `Status.ACKResourceMetadata` member
117
+
that is used to contain resource sync state, account ownership,
108
118
constructed ARN for the resource
109
119
properties:
110
120
arn:
111
-
description: 'ARN is the Amazon Resource Name for the resource.
112
-
This is a globally-unique identifier and is set only by the
113
-
ACK service controller once the controller has orchestrated
114
-
the creation of the resource OR when it has verified that an
115
-
"adopted" resource (a resource where the ARN annotation was
116
-
set by the Kubernetes user on the CR) exists and matches the
117
-
supplied CR''s Spec field values. TODO(vijat@): Find a better
118
-
strategy for resources that do not have ARN in CreateOutputResponse
description: VirtualCluster is the Schema for the VirtualClusters 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
35
39
spec:
36
-
description: "VirtualClusterSpec defines the desired state of VirtualCluster.
37
-
\n This entity describes a virtual cluster. A virtual cluster is a Kubernetes
38
-
namespace that Amazon EMR is registered with. Amazon EMR uses virtual
39
-
clusters to run jobs and host endpoints. Multiple virtual clusters can
40
-
be backed by the same physical cluster. However, each virtual cluster
41
-
maps to one namespace on an EKS cluster. Virtual clusters do not create
42
-
any active resources that contribute to your bill or that require lifecycle
43
-
management outside the service."
40
+
description: |-
41
+
VirtualClusterSpec defines the desired state of VirtualCluster.
42
+
43
+
44
+
This entity describes a virtual cluster. A virtual cluster is a Kubernetes
45
+
namespace that Amazon EMR is registered with. Amazon EMR uses virtual clusters
46
+
to run jobs and host endpoints. Multiple virtual clusters can be backed by
47
+
the same physical cluster. However, each virtual cluster maps to one namespace
48
+
on an EKS cluster. Virtual clusters do not create any active resources that
49
+
contribute to your bill or that require lifecycle management outside the
50
+
service.
44
51
properties:
45
52
containerProvider:
46
53
description: The container provider of the virtual cluster.
@@ -77,24 +84,26 @@ spec:
77
84
description: VirtualClusterStatus defines the observed state of VirtualCluster
78
85
properties:
79
86
ackResourceMetadata:
80
-
description: All CRs managed by ACK have a common `Status.ACKResourceMetadata`
81
-
member that is used to contain resource sync state, account ownership,
87
+
description: |-
88
+
All CRs managed by ACK have a common `Status.ACKResourceMetadata` member
89
+
that is used to contain resource sync state, account ownership,
82
90
constructed ARN for the resource
83
91
properties:
84
92
arn:
85
-
description: 'ARN is the Amazon Resource Name for the resource.
86
-
This is a globally-unique identifier and is set only by the
87
-
ACK service controller once the controller has orchestrated
88
-
the creation of the resource OR when it has verified that an
89
-
"adopted" resource (a resource where the ARN annotation was
90
-
set by the Kubernetes user on the CR) exists and matches the
91
-
supplied CR''s Spec field values. TODO(vijat@): Find a better
92
-
strategy for resources that do not have ARN in CreateOutputResponse
0 commit comments