Versions in this module Expand all Collapse all v0 v0.1.0 Oct 9, 2025 Changes in this version + var AddToScheme = SchemeBuilder.AddToScheme + var GroupVersion = schema.GroupVersion + var SchemeBuilder = &scheme.Builder + type AiGateway struct + Spec AiGatewaySpec + Status AiGatewayStatus + func (in *AiGateway) DeepCopy() *AiGateway + func (in *AiGateway) DeepCopyInto(out *AiGateway) + func (in *AiGateway) DeepCopyObject() runtime.Object + type AiGatewayClass struct + Spec AiGatewayClassSpec + Status AiGatewayClassStatus + func (in *AiGatewayClass) DeepCopy() *AiGatewayClass + func (in *AiGatewayClass) DeepCopyInto(out *AiGatewayClass) + func (in *AiGatewayClass) DeepCopyObject() runtime.Object + type AiGatewayClassList struct + Items []AiGatewayClass + func (in *AiGatewayClassList) DeepCopy() *AiGatewayClassList + func (in *AiGatewayClassList) DeepCopyInto(out *AiGatewayClassList) + func (in *AiGatewayClassList) DeepCopyObject() runtime.Object + type AiGatewayClassSpec struct + Controller string + func (in *AiGatewayClassSpec) DeepCopy() *AiGatewayClassSpec + func (in *AiGatewayClassSpec) DeepCopyInto(out *AiGatewayClassSpec) + type AiGatewayClassStatus struct + Conditions []metav1.Condition + func (in *AiGatewayClassStatus) DeepCopy() *AiGatewayClassStatus + func (in *AiGatewayClassStatus) DeepCopyInto(out *AiGatewayClassStatus) + type AiGatewayList struct + Items []AiGateway + func (in *AiGatewayList) DeepCopy() *AiGatewayList + func (in *AiGatewayList) DeepCopyInto(out *AiGatewayList) + func (in *AiGatewayList) DeepCopyObject() runtime.Object + type AiGatewaySpec struct + AiGatewayClassName string + AiModels []AiModel + Port int32 + func (in *AiGatewaySpec) DeepCopy() *AiGatewaySpec + func (in *AiGatewaySpec) DeepCopyInto(out *AiGatewaySpec) + type AiGatewayStatus struct + Conditions []metav1.Condition + func (in *AiGatewayStatus) DeepCopy() *AiGatewayStatus + func (in *AiGatewayStatus) DeepCopyInto(out *AiGatewayStatus) + type AiModel struct + Name string + Provider string + func (in *AiModel) DeepCopy() *AiModel + func (in *AiModel) DeepCopyInto(out *AiModel)