Packages:
Package v1 contains PaddleService
Resource Types:(Appears on: ServiceSpec)
Autoscaler defines the autoscaler class
(Appears on: ServiceSpec)
AutoscalerMetric defines the metric for the autoscaler
(Appears on: PaddleServiceSpec)
EndpointSpec defines the running containers
| Field | Description |
|---|---|
containerImagestring |
|
tagstring |
|
portint32 |
|
argstring |
(Optional) |
PaddleService is the Schema for the paddles API
| Field | Description | ||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
metadataKubernetes meta/v1.ObjectMeta |
Refer to the Kubernetes API documentation for the fields of the
metadata field.
|
||||||||||||||||||
specPaddleServiceSpec |
|
||||||||||||||||||
statusPaddleServiceStatus |
(Appears on: PaddleService)
PaddleServiceSpec defines the desired state of PaddleService
| Field | Description |
|---|---|
runtimeVersionstring |
Version of the service |
resourcesKubernetes core/v1.ResourceRequirements |
Defaults to requests and limits of 1CPU, 2Gb MEM. |
defaultEndpointSpec |
DefaultTag defines default PaddleService endpoints |
canaryEndpointSpec |
(Optional)
CanaryTag defines an alternative PaddleService endpoints |
canaryTrafficPercentint |
(Optional)
CanaryTrafficPercent defines the percentage of traffic going to canary PaddleService endpoints |
serviceServiceSpec |
(Optional) |
workingDirstring |
(Optional)
Container’s working directory. If not specified, the container runtime’s default will be used, which might be configured in the container image. Cannot be updated. |
volumeMounts[]Kubernetes core/v1.VolumeMount |
(Optional)
Pod volumes to mount into the container’s filesystem. Cannot be updated. |
volumes[]Kubernetes core/v1.Volume |
(Optional)
List of volumes that can be mounted by containers belonging to the pod. More info: https://kubernetes.io/docs/concepts/storage/volumes |
(Appears on: PaddleService)
PaddleServiceStatus defines the observed state of PaddleService
| Field | Description |
|---|---|
Statusknative.dev/pkg/apis/duck/v1.Status |
(Members of |
urlstring |
URL of the PaddleService |
defaultStatusConfigurationSpec |
Statuses for the default endpoints of the PaddleService |
canaryStatusConfigurationSpec |
Statuses for the canary endpoints of the PaddleService |
addressknative.dev/pkg/apis/duck/v1.Addressable |
Addressable URL for eventing |
replicasint32 |
(Optional) |
(Appears on: PaddleServiceSpec)
ServiceSpec defines the configuration for Knative Service.
| Field | Description |
|---|---|
autoscalerAutoscaler |
(Optional) |
metricAutoscalerMetric |
(Optional) |
windowstring |
(Optional) |
panicWindowstring |
(Optional) |
panicThresholdstring |
(Optional) |
minScaleint |
(Optional) |
maxScaleint |
(Optional) |
targetint |
(Optional) |
targetUtilizationstring |
(Optional) |
(Appears on: PaddleServiceStatus)
StatusConfigurationSpec describes the state of the configuration receiving traffic.
| Field | Description |
|---|---|
namestring |
Latest revision name that is in ready state |
Generated with gen-crd-api-reference-docs
on git commit 97fc986.