Skip to content

Latest commit

 

History

History
122 lines (106 loc) · 3.03 KB

spin-app-executor.md

File metadata and controls

122 lines (106 loc) · 3.03 KB
title weight description categories tags
SpinAppExecutor
2
Custom Resource Definition (CRD) reference for `SpinAppExecutor`
Spin Operator
reference

Resource Types:

SpinAppExecutor

SpinAppExecutor is the Schema for the spinappexecutors API

Name Type Description Required
apiVersion string core.spinoperator.dev/v1alpha1 true
kind string SpinAppExecutor true
metadata object Refer to the Kubernetes API documentation for the fields of the `metadata` field. true
spec object SpinAppExecutorSpec defines the desired state of SpinAppExecutor
false
status object SpinAppExecutorStatus defines the observed state of SpinAppExecutor
false

SpinAppExecutor.spec

back to parent

SpinAppExecutorSpec defines the desired state of SpinAppExecutor

Name Type Description Required
createDeployment boolean CreateDeployment specifies whether the Executor wants the SpinKube operator to create a deployment for the application or if it will be realized externally.
true
deploymentConfig object DeploymentConfig specifies how the deployment should be configured when createDeployment is true.
false

SpinAppExecutor.spec.deploymentConfig

back to parent

DeploymentConfig specifies how the deployment should be configured when createDeployment is true.

Name Type Description Required
runtimeClassName string RuntimeClassName is the runtime class name that should be used by pods created as part of a deployment.
true