Versions in this module Expand all Collapse all v0 v0.5.0 May 8, 2022 v0.4.0 Oct 28, 2021 Changes in this version + var AddToScheme = localSchemeBuilder.AddToScheme + var SchemeBuilder runtime.SchemeBuilder + var SchemeGroupVersion = schema.GroupVersion + func GetDecoder() map[string]jsoniter.ValDecoder + func GetEncoder() map[string]jsoniter.ValEncoder + func Kind(kind string) schema.GroupKind + func Resource(resource string) schema.GroupResource + type GatewayGateway struct + Spec GatewayGatewaySpec + Status GatewayGatewayStatus + func (in *GatewayGateway) DeepCopy() *GatewayGateway + func (in *GatewayGateway) DeepCopyInto(out *GatewayGateway) + func (in *GatewayGateway) DeepCopyObject() runtime.Object + func (r *GatewayGateway) SetupWebhookWithManager(mgr ctrl.Manager) error + func (r *GatewayGateway) ValidateCreate() error + func (r *GatewayGateway) ValidateDelete() error + func (r *GatewayGateway) ValidateUpdate(old runtime.Object) error + type GatewayGatewayList struct + Items []GatewayGateway + func (in *GatewayGatewayList) DeepCopy() *GatewayGatewayList + func (in *GatewayGatewayList) DeepCopyInto(out *GatewayGatewayList) + func (in *GatewayGatewayList) DeepCopyObject() runtime.Object + type GatewayGatewaySpec struct + BackendRef *core.LocalObjectReference + ProviderRef core.LocalObjectReference + Resource GatewayGatewaySpecResource + State *GatewayGatewaySpecResource + TerminationPolicy base.TerminationPolicy + UpdatePolicy base.UpdatePolicy + func (in *GatewayGatewaySpec) DeepCopy() *GatewayGatewaySpec + func (in *GatewayGatewaySpec) DeepCopyInto(out *GatewayGatewaySpec) + type GatewayGatewaySpecResource struct + GatewayDesc *string + GatewayName *string + ID string + Status *string + func (in *GatewayGatewaySpecResource) DeepCopy() *GatewayGatewaySpecResource + func (in *GatewayGatewaySpecResource) DeepCopyInto(out *GatewayGatewaySpecResource) + type GatewayGatewayStatus struct + Conditions []kmapi.Condition + ObservedGeneration int64 + Phase status.Status + func (in *GatewayGatewayStatus) DeepCopy() *GatewayGatewayStatus + func (in *GatewayGatewayStatus) DeepCopyInto(out *GatewayGatewayStatus)