INPUT_OBJECT
KubernetesKindContainerAppSpecInput
ContainerAppSpec defines the desired state of ContainerApp
link GraphQL Schema definition
- input KubernetesKindContainerAppSpecInput {
- KubernetesKindContainerAppSpecAcceptedServiceBindingsInput] : [
- # Specifies build instructions for this app
- KubernetesKindContainerAppSpecBuildInput :
- # Contact information about the App owners
- TagInput!] : [
- # Contain details about the app contents: source repository, revision, build
- # dates, etc.
- # Well known keys: "summary"
- TagInput!] : [
- # Short description of the App
- String :
- # The image of the app
- String :
- KubernetesKindContainerAppSpecNonSecretEnvInput] : [
- KubernetesKindContainerAppSpecPortsInput] : [
- # Determines the health of the App
- KubernetesKindContainerAppSpecProbesInput :
- KubernetesKindContainerAppSpecRelatedRefsInput] : [
- # Default number of app replicas
- Int :
- # Wanted set of resources for each replica (cpu/mem/...)
- # Well known keys: "cpu", "memory"
- TagInput!] : [
- # Used to trigger a restart of the app
- # Change the current value with a non-empty (and different) string to trigger a
- # new restart
- String :
- KubernetesKindContainerAppSpecSecretEnvInput] : [
- # Used to control whether the app is in a stopped state
- # Change to true to stop the app (to terminate all running app replicas)
- # If you have previously stopped the app, change to false to start the app again
- # (to create the desired number of app replicas again)
- Boolean :
- }