Field | Type | Description |
---|---|---|
apiVersion |
string | aws.kubeform.com/v1alpha1 |
kind |
string | BatchComputeEnvironment |
metadata |
Kubernetes meta/v1.ObjectMeta | Refer to the Kubernetes API documentation for the fields of the metadata field. |
spec |
BatchComputeEnvironmentSpec | |
status |
BatchComputeEnvironmentStatus |
Field | Type | Description |
---|---|---|
providerRef |
Kubernetes core/v1.LocalObjectReference | |
id |
string | |
arn |
string | (Optional) |
computeEnvironmentName |
string | |
computeResources |
[]BatchComputeEnvironmentSpecComputeResources | (Optional) |
ecsClusterArn |
string | (Optional) |
serviceRole |
string | |
state |
string | (Optional) |
status |
string | (Optional) |
statusReason |
string | (Optional) |
type |
string |
Field | Type | Description |
---|---|---|
bidPercentage |
int | (Optional) |
desiredVcpus |
int | (Optional) |
ec2KeyPair |
string | (Optional) |
imageID |
string | (Optional) |
instanceRole |
string | |
instanceType |
[]string | |
launchTemplate |
[]BatchComputeEnvironmentSpecComputeResourcesLaunchTemplate | (Optional) |
maxVcpus |
int | |
minVcpus |
int | |
securityGroupIDS |
[]string | |
spotIamFleetRole |
string | (Optional) |
subnets |
[]string | |
tags |
map[string]string | (Optional) |
type |
string |
Field | Type | Description |
---|---|---|
launchTemplateID |
string | (Optional) |
launchTemplateName |
string | (Optional) |
version |
string | (Optional) |
Field | Type | Description |
---|---|---|
observedGeneration |
int64 | (Optional) Resource generation, which is updated on mutation by the API Server. |
output |
BatchComputeEnvironmentSpec | (Optional) |
state |
kubeform.dev/kubeform/apis.State | (Optional) |