Versions in this module Expand all Collapse all v0 v0.1.0 Dec 9, 2021 Changes in this version + var AddToScheme = SchemeBuilder.AddToScheme + var GroupVersion = schema.GroupVersion + var SchemeBuilder = &scheme.Builder + type CloudProvider struct + Name string + Region string + Zones []string + func (in *CloudProvider) DeepCopy() *CloudProvider + func (in *CloudProvider) DeepCopyInto(out *CloudProvider) + type Features map[string]string + func (in Features) DeepCopy() Features + func (in Features) DeepCopyInto(out *Features) + type URLMap map[string]string + func (in URLMap) DeepCopy() URLMap + func (in URLMap) DeepCopyInto(out *URLMap) + func (in URLMap) GetURL(key string) (*url.URL, error) + type Zone struct + Data ZoneData + func (in *Zone) DeepCopy() *Zone + func (in *Zone) DeepCopyInto(out *Zone) + func (in *Zone) DeepCopyObject() runtime.Object + type ZoneData struct + CNAME string + CloudProvider CloudProvider + DefaultAppDomain string + DisplayName string + Features Features + GatewayIPs []string + URLs URLMap + func (in *ZoneData) DeepCopy() *ZoneData + func (in *ZoneData) DeepCopyInto(out *ZoneData) + type ZoneList struct + Items []Zone + func (in *ZoneList) DeepCopy() *ZoneList + func (in *ZoneList) DeepCopyInto(out *ZoneList) + func (in *ZoneList) DeepCopyObject() runtime.Object