ResourceKubernetesAppInput
No description
input ResourceKubernetesAppInput {
useHumanReadableName: Boolean
deployJob: Boolean
deployService: Boolean
releaseCommand: String
envs: [EnvVarInput!]
runCommand: String
volumes: [VolumeInput!]
secretMounts: [KubernetesSecretMountInput!]
ports: [PortInput!]
defaultIngressDomain: String
staticIP: Boolean
resources: ContainerResourcesSpecInput
branchResources: ContainerResourcesSpecInput
replication: [ReplicationInput]
autoscaling: AutoscalingInput
logShipper: LogShipperInput
datadogApmEnabled: Boolean
prometheusScrape: PrometheusScrapeInput
deployStrategy: DeployStrategy
preStopSleep: Int
terminationGracePeriodSeconds: Int
readinessProbe: ProbeInput
livenessProbe: ProbeInput
startupProbe: ProbeInput
awsIamRole: String
gcpServiceAccount: String
customization: KubernetesCustomizationInput
}
Fields
ResourceKubernetesAppInput.useHumanReadableName ● Boolean scalar
ResourceKubernetesAppInput.deployJob ● Boolean scalar
ResourceKubernetesAppInput.deployService ● Boolean scalar
ResourceKubernetesAppInput.releaseCommand ● String scalar
ResourceKubernetesAppInput.envs ● [EnvVarInput!] list input
ResourceKubernetesAppInput.runCommand ● String scalar
ResourceKubernetesAppInput.volumes ● [VolumeInput!] list input
ResourceKubernetesAppInput.secretMounts ● [KubernetesSecretMountInput!] list input
ResourceKubernetesAppInput.ports ● [PortInput!] list input
ResourceKubernetesAppInput.defaultIngressDomain ● String scalar
ResourceKubernetesAppInput.staticIP ● Boolean scalar
ResourceKubernetesAppInput.resources ● ContainerResourcesSpecInput input
ResourceKubernetesAppInput.branchResources ● ContainerResourcesSpecInput input
ResourceKubernetesAppInput.replication ● [ReplicationInput] list input
ResourceKubernetesAppInput.autoscaling ● AutoscalingInput input
ResourceKubernetesAppInput.logShipper ● LogShipperInput input
ResourceKubernetesAppInput.datadogApmEnabled ● Boolean scalar
ResourceKubernetesAppInput.prometheusScrape ● PrometheusScrapeInput input
ResourceKubernetesAppInput.deployStrategy ● DeployStrategy enum
ResourceKubernetesAppInput.preStopSleep ● Int scalar
ResourceKubernetesAppInput.terminationGracePeriodSeconds ● Int scalar
ResourceKubernetesAppInput.readinessProbe ● ProbeInput input
ResourceKubernetesAppInput.livenessProbe ● ProbeInput input
ResourceKubernetesAppInput.startupProbe ● ProbeInput input
ResourceKubernetesAppInput.awsIamRole ● String scalar
ResourceKubernetesAppInput.gcpServiceAccount ● String scalar
ResourceKubernetesAppInput.customization ● KubernetesCustomizationInput input
Member Of
ResourceKubernetesInput input