Versions in this module Expand all Collapse all v1 v1.19.1 Oct 25, 2022 Changes in this version + var AddToScheme = SchemeBuilder.AddToScheme + var SchemeBuilder = &scheme.Builder + var SchemeGroupVersion = schema.GroupVersion + func Resource(resource string) schema.GroupResource + type AppNode struct + Spec AppNodeSpec + Status AppNodeStatus + func (in *AppNode) DeepCopy() *AppNode + func (in *AppNode) DeepCopyInto(out *AppNode) + func (in *AppNode) DeepCopyObject() runtime.Object + type AppNodeList struct + Items []AppNode + func (in *AppNodeList) DeepCopy() *AppNodeList + func (in *AppNodeList) DeepCopyInto(out *AppNodeList) + func (in *AppNodeList) DeepCopyObject() runtime.Object + type AppNodeSpec struct + Index string + Network string + NodeIP string + Ports []NodePort + ProxyIP string + Version string + Weight uint + func (in *AppNodeSpec) DeepCopy() *AppNodeSpec + func (in *AppNodeSpec) DeepCopyInto(out *AppNodeSpec) + type AppNodeStatus struct + LastUpdateTime metav1.Time + func (in *AppNodeStatus) DeepCopy() *AppNodeStatus + func (in *AppNodeStatus) DeepCopyInto(out *AppNodeStatus) + type AppSvc struct + Spec AppSvcSpec + Status AppSvcStatus + func (in *AppSvc) DeepCopy() *AppSvc + func (in *AppSvc) DeepCopyInto(out *AppSvc) + func (in *AppSvc) DeepCopyObject() runtime.Object + type AppSvcList struct + Items []AppSvc + func (in *AppSvcList) DeepCopy() *AppSvcList + func (in *AppSvcList) DeepCopyInto(out *AppSvcList) + func (in *AppSvcList) DeepCopyObject() runtime.Object + type AppSvcSpec struct + Alias string + Frontend []string + Selector map[string]string + ServicePorts []ServicePort + Type string + Version string + WANIP []string + func (in *AppSvcSpec) DeepCopy() *AppSvcSpec + func (in *AppSvcSpec) DeepCopyInto(out *AppSvcSpec) + type AppSvcStatus struct + LastUpdateTime metav1.Time + func (in *AppSvcStatus) DeepCopy() *AppSvcStatus + func (in *AppSvcStatus) DeepCopyInto(out *AppSvcStatus) + type NodePort struct + Name string + NodePort int + Protocol string + ProxyPort int + func (in *NodePort) DeepCopy() *NodePort + func (in *NodePort) DeepCopyInto(out *NodePort) + type ServicePort struct + Domain string + Name string + Path string + Protocol string + ProxyPort int + ServicePort int + func (in *ServicePort) DeepCopy() *ServicePort + func (in *ServicePort) DeepCopyInto(out *ServicePort)