package
0.0.0-20220726073604-b4f3a91b9f42
Repository: https://github.com/paddlepaddle/paddlecloud.git
Documentation: pkg.go.dev
# Constants
CanaryEndpointReady is set when canary PaddleService Endpoint has reported readiness.
DefaultEndpointReady is set when default PaddleService Endpoint has reported readiness.
RoutesReady is set when network configuration has completed.
# Variables
AddToScheme adds the types in this group-version to the given scheme.
GroupVersion is group version used to register these objects.
SchemeBuilder is used to add go types to the GroupVersionKind scheme.
# Structs
EndpointSpec defines the running containers.
PaddleService is the Schema for the paddles API +kubebuilder:object:root=true +kubebuilder:subresource:status +kubebuilder:subresource:scale:specpath=.spec.replicas,statuspath=.status.replicas +genclient.
PaddleServiceList contains a list of PaddleService.
PaddleServiceSpec defines the desired state of PaddleService.
PaddleServiceStatus defines the observed state of PaddleService.
ServiceSpec defines the configuration for Knative Service.
StatusConfigurationSpec describes the state of the configuration receiving traffic.
# Type aliases
Autoscaler defines the autoscaler class+kubebuilder:validation:Enum=kpa.autoscaling.knative.dev;hpa.autoscaling.knative.dev.
AutoscalerMetric defines the metric for the autoscaler+kubebuilder:validation:Enum=concurrency;rps;cpu.