Versions in this module Expand all Collapse all v1 v1.19.0 Feb 21, 2020 Changes in this version + const GroupVersion + var AddToScheme = SchemeBuilder.AddToScheme + var SchemeBuilder = runtime.NewSchemeBuilder(addKnownTypes) + var SchemeGroupVersion = schema.GroupVersion + func Kind(kind string) schema.GroupKind + func Resource(resource string) schema.GroupResource + type Address struct + Spec AddressSpec + func (in *Address) DeepCopy() *Address + func (in *Address) DeepCopyInto(out *Address) + func (in *Address) DeepCopyObject() runtime.Object + type AddressList struct + Items []Address + func (in *AddressList) DeepCopy() *AddressList + func (in *AddressList) DeepCopyInto(out *AddressList) + func (in *AddressList) DeepCopyObject() runtime.Object + type AddressSpace struct + Spec AddressSpaceSpec + Status AddressSpaceStatus + func (in *AddressSpace) DeepCopy() *AddressSpace + func (in *AddressSpace) DeepCopyInto(out *AddressSpace) + func (in *AddressSpace) DeepCopyObject() runtime.Object + type AddressSpaceList struct + Items []AddressSpace + func (in *AddressSpaceList) DeepCopy() *AddressSpaceList + func (in *AddressSpaceList) DeepCopyInto(out *AddressSpaceList) + func (in *AddressSpaceList) DeepCopyObject() runtime.Object + type AddressSpaceSpec struct + AuthenticationService *AuthenticationService + Ednpoints []EndpointSpec + Plan string + Type string + func (in *AddressSpaceSpec) DeepCopy() *AddressSpaceSpec + func (in *AddressSpaceSpec) DeepCopyInto(out *AddressSpaceSpec) + type AddressSpaceStatus struct + CACertificate []byte + EndpointStatus []EndpointStatus + IsReady bool + func (in *AddressSpaceStatus) DeepCopy() *AddressSpaceStatus + func (in *AddressSpaceStatus) DeepCopyInto(out *AddressSpaceStatus) + type AddressSpec struct + Address string + AddressSpace string + Plan string + Topic string + Type string + func (in *AddressSpec) DeepCopy() *AddressSpec + func (in *AddressSpec) DeepCopyInto(out *AddressSpec) + type AuthenticationService struct + Details json.RawMessage + Type string + func (in *AuthenticationService) DeepCopy() *AuthenticationService + func (in *AuthenticationService) DeepCopyInto(out *AuthenticationService) + type CertificateSpec struct + Provider string + func (in *CertificateSpec) DeepCopy() *CertificateSpec + func (in *CertificateSpec) DeepCopyInto(out *CertificateSpec) + type Detail struct + BooleanValue *bool + FloatValue *float64 + StringValue *string + func (d *Detail) UnmarshalJSON(b []byte) error + func (d Detail) MarshalJSON() ([]byte, error) + func (in *Detail) DeepCopy() *Detail + func (in *Detail) DeepCopyInto(out *Detail) + type EndpointSpec struct + Certificate *CertificateSpec + Expose *ExposeSpec + Name string + Service string + func (in *EndpointSpec) DeepCopy() *EndpointSpec + func (in *EndpointSpec) DeepCopyInto(out *EndpointSpec) + type EndpointStatus struct + Certificate []byte + ExternalHost string + ExternalPorts []Port + Name string + ServiceHost string + ServicePorts []Port + func (in *EndpointStatus) DeepCopy() *EndpointStatus + func (in *EndpointStatus) DeepCopyInto(out *EndpointStatus) + type ExposeSpec struct + RouteServicePort string + RouteTlsTermination string + Type string + func (in *ExposeSpec) DeepCopy() *ExposeSpec + func (in *ExposeSpec) DeepCopyInto(out *ExposeSpec) + type ImageOverride struct + Name string + PullPolicy corev1.PullPolicy + func (in *ImageOverride) DeepCopy() *ImageOverride + func (in *ImageOverride) DeepCopyInto(out *ImageOverride) + type ImageOverridesProvider interface + GetImageOverrides func() map[string]ImageOverride + type Port struct + Name string + Port uint16 + func (in *Port) DeepCopy() *Port + func (in *Port) DeepCopyInto(out *Port)