Documentation ¶
Overview ¶
+groupName=signalr.azurerm.kubeform.com
Index ¶
- Variables
- 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 Service
- func (in *Service) DeepCopy() *Service
- func (in *Service) DeepCopyInto(out *Service)
- func (in *Service) DeepCopyObject() runtime.Object
- func (r *Service) SetupWebhookWithManager(mgr ctrl.Manager) error
- func (r *Service) ValidateCreate() error
- func (r *Service) ValidateDelete() error
- func (r *Service) ValidateUpdate(old runtime.Object) error
- type ServiceList
- type ServiceNetworkACL
- func (in *ServiceNetworkACL) DeepCopy() *ServiceNetworkACL
- func (in *ServiceNetworkACL) DeepCopyInto(out *ServiceNetworkACL)
- func (in *ServiceNetworkACL) DeepCopyObject() runtime.Object
- func (r *ServiceNetworkACL) SetupWebhookWithManager(mgr ctrl.Manager) error
- func (r *ServiceNetworkACL) ValidateCreate() error
- func (r *ServiceNetworkACL) ValidateDelete() error
- func (r *ServiceNetworkACL) ValidateUpdate(old runtime.Object) error
- type ServiceNetworkACLList
- type ServiceNetworkACLSpec
- type ServiceNetworkACLSpecPrivateEndpoint
- type ServiceNetworkACLSpecPublicNetwork
- type ServiceNetworkACLSpecPublicNetworkCodec
- type ServiceNetworkACLSpecResource
- type ServiceNetworkACLStatus
- type ServiceSpec
- type ServiceSpecCors
- type ServiceSpecFeatures
- type ServiceSpecResource
- type ServiceSpecSku
- type ServiceSpecSkuCodec
- type ServiceSpecUpstreamEndpoint
- type ServiceStatus
Constants ¶
This section is empty.
Variables ¶
var ( // TODO: move SchemeBuilder with zz_generated.deepcopy.go to k8s.io/api. // localSchemeBuilder and AddToScheme will stay in k8s.io/kubernetes. SchemeBuilder runtime.SchemeBuilder AddToScheme = localSchemeBuilder.AddToScheme )
var SchemeGroupVersion = schema.GroupVersion{Group: signalr.GroupName, Version: "v1alpha1"}
Functions ¶
func GetDecoder ¶
func GetDecoder() map[string]jsoniter.ValDecoder
func GetEncoder ¶
func GetEncoder() map[string]jsoniter.ValEncoder
func Kind ¶
Kind takes an unqualified kind and returns a Group qualified GroupKind
func Resource ¶
func Resource(resource string) schema.GroupResource
Resource takes an unqualified resource and returns a Group qualified GroupResource
Types ¶
type Service ¶
type Service struct { metav1.TypeMeta `json:",inline,omitempty"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec ServiceSpec `json:"spec,omitempty"` Status ServiceStatus `json:"status,omitempty"` }
func (*Service) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Service.
func (*Service) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Service) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*Service) SetupWebhookWithManager ¶
func (*Service) ValidateCreate ¶
ValidateCreate implements webhook.Validator so a webhook will be registered for the type
func (*Service) ValidateDelete ¶
ValidateDelete implements webhook.Validator so a webhook will be registered for the type
type ServiceList ¶
type ServiceList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` // Items is a list of Service CRD objects Items []Service `json:"items,omitempty"` }
ServiceList is a list of Services
func (*ServiceList) DeepCopy ¶
func (in *ServiceList) DeepCopy() *ServiceList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ServiceList.
func (*ServiceList) DeepCopyInto ¶
func (in *ServiceList) DeepCopyInto(out *ServiceList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ServiceList) DeepCopyObject ¶
func (in *ServiceList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type ServiceNetworkACL ¶ added in v0.5.0
type ServiceNetworkACL struct { metav1.TypeMeta `json:",inline,omitempty"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec ServiceNetworkACLSpec `json:"spec,omitempty"` Status ServiceNetworkACLStatus `json:"status,omitempty"` }
func (*ServiceNetworkACL) DeepCopy ¶ added in v0.5.0
func (in *ServiceNetworkACL) DeepCopy() *ServiceNetworkACL
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ServiceNetworkACL.
func (*ServiceNetworkACL) DeepCopyInto ¶ added in v0.5.0
func (in *ServiceNetworkACL) DeepCopyInto(out *ServiceNetworkACL)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ServiceNetworkACL) DeepCopyObject ¶ added in v0.5.0
func (in *ServiceNetworkACL) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*ServiceNetworkACL) SetupWebhookWithManager ¶ added in v0.5.0
func (r *ServiceNetworkACL) SetupWebhookWithManager(mgr ctrl.Manager) error
func (*ServiceNetworkACL) ValidateCreate ¶ added in v0.5.0
func (r *ServiceNetworkACL) ValidateCreate() error
ValidateCreate implements webhook.Validator so a webhook will be registered for the type
func (*ServiceNetworkACL) ValidateDelete ¶ added in v0.5.0
func (r *ServiceNetworkACL) ValidateDelete() error
ValidateDelete implements webhook.Validator so a webhook will be registered for the type
func (*ServiceNetworkACL) ValidateUpdate ¶ added in v0.5.0
func (r *ServiceNetworkACL) ValidateUpdate(old runtime.Object) error
ValidateUpdate implements webhook.Validator so a webhook will be registered for the type
type ServiceNetworkACLList ¶ added in v0.5.0
type ServiceNetworkACLList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` // Items is a list of ServiceNetworkACL CRD objects Items []ServiceNetworkACL `json:"items,omitempty"` }
ServiceNetworkACLList is a list of ServiceNetworkACLs
func (*ServiceNetworkACLList) DeepCopy ¶ added in v0.5.0
func (in *ServiceNetworkACLList) DeepCopy() *ServiceNetworkACLList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ServiceNetworkACLList.
func (*ServiceNetworkACLList) DeepCopyInto ¶ added in v0.5.0
func (in *ServiceNetworkACLList) DeepCopyInto(out *ServiceNetworkACLList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ServiceNetworkACLList) DeepCopyObject ¶ added in v0.5.0
func (in *ServiceNetworkACLList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type ServiceNetworkACLSpec ¶ added in v0.5.0
type ServiceNetworkACLSpec struct { State *ServiceNetworkACLSpecResource `json:"state,omitempty" tf:"-"` Resource ServiceNetworkACLSpecResource `json:"resource" tf:"resource"` UpdatePolicy base.UpdatePolicy `json:"updatePolicy,omitempty" tf:"-"` TerminationPolicy base.TerminationPolicy `json:"terminationPolicy,omitempty" tf:"-"` ProviderRef core.LocalObjectReference `json:"providerRef" tf:"-"` BackendRef *core.LocalObjectReference `json:"backendRef,omitempty" tf:"-"` }
func (*ServiceNetworkACLSpec) DeepCopy ¶ added in v0.5.0
func (in *ServiceNetworkACLSpec) DeepCopy() *ServiceNetworkACLSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ServiceNetworkACLSpec.
func (*ServiceNetworkACLSpec) DeepCopyInto ¶ added in v0.5.0
func (in *ServiceNetworkACLSpec) DeepCopyInto(out *ServiceNetworkACLSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ServiceNetworkACLSpecPrivateEndpoint ¶ added in v0.5.0
type ServiceNetworkACLSpecPrivateEndpoint struct { // +optional AllowedRequestTypes []string `json:"allowedRequestTypes,omitempty" tf:"allowed_request_types"` // +optional DeniedRequestTypes []string `json:"deniedRequestTypes,omitempty" tf:"denied_request_types"` ID *string `json:"ID" tf:"id"` }
func (*ServiceNetworkACLSpecPrivateEndpoint) DeepCopy ¶ added in v0.5.0
func (in *ServiceNetworkACLSpecPrivateEndpoint) DeepCopy() *ServiceNetworkACLSpecPrivateEndpoint
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ServiceNetworkACLSpecPrivateEndpoint.
func (*ServiceNetworkACLSpecPrivateEndpoint) DeepCopyInto ¶ added in v0.5.0
func (in *ServiceNetworkACLSpecPrivateEndpoint) DeepCopyInto(out *ServiceNetworkACLSpecPrivateEndpoint)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ServiceNetworkACLSpecPublicNetwork ¶ added in v0.5.0
type ServiceNetworkACLSpecPublicNetwork struct { // +optional AllowedRequestTypes []string `json:"allowedRequestTypes,omitempty" tf:"allowed_request_types"` // +optional DeniedRequestTypes []string `json:"deniedRequestTypes,omitempty" tf:"denied_request_types"` }
func (*ServiceNetworkACLSpecPublicNetwork) DeepCopy ¶ added in v0.5.0
func (in *ServiceNetworkACLSpecPublicNetwork) DeepCopy() *ServiceNetworkACLSpecPublicNetwork
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ServiceNetworkACLSpecPublicNetwork.
func (*ServiceNetworkACLSpecPublicNetwork) DeepCopyInto ¶ added in v0.5.0
func (in *ServiceNetworkACLSpecPublicNetwork) DeepCopyInto(out *ServiceNetworkACLSpecPublicNetwork)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ServiceNetworkACLSpecPublicNetworkCodec ¶ added in v0.5.0
type ServiceNetworkACLSpecPublicNetworkCodec struct { }
+k8s:deepcopy-gen=false
func (ServiceNetworkACLSpecPublicNetworkCodec) Decode ¶ added in v0.5.0
func (ServiceNetworkACLSpecPublicNetworkCodec) Decode(ptr unsafe.Pointer, iter *jsoniter.Iterator)
func (ServiceNetworkACLSpecPublicNetworkCodec) Encode ¶ added in v0.5.0
func (ServiceNetworkACLSpecPublicNetworkCodec) Encode(ptr unsafe.Pointer, stream *jsoniter.Stream)
func (ServiceNetworkACLSpecPublicNetworkCodec) IsEmpty ¶ added in v0.5.0
func (ServiceNetworkACLSpecPublicNetworkCodec) IsEmpty(ptr unsafe.Pointer) bool
type ServiceNetworkACLSpecResource ¶ added in v0.5.0
type ServiceNetworkACLSpecResource struct { Timeouts *base.ResourceTimeout `json:"timeouts,omitempty" tf:"timeouts"` ID string `json:"id,omitempty" tf:"id,omitempty"` DefaultAction *string `json:"defaultAction" tf:"default_action"` // +optional PrivateEndpoint []ServiceNetworkACLSpecPrivateEndpoint `json:"privateEndpoint,omitempty" tf:"private_endpoint"` PublicNetwork *ServiceNetworkACLSpecPublicNetwork `json:"publicNetwork" tf:"public_network"` SignalrServiceID *string `json:"signalrServiceID" tf:"signalr_service_id"` }
func (*ServiceNetworkACLSpecResource) DeepCopy ¶ added in v0.5.0
func (in *ServiceNetworkACLSpecResource) DeepCopy() *ServiceNetworkACLSpecResource
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ServiceNetworkACLSpecResource.
func (*ServiceNetworkACLSpecResource) DeepCopyInto ¶ added in v0.5.0
func (in *ServiceNetworkACLSpecResource) DeepCopyInto(out *ServiceNetworkACLSpecResource)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ServiceNetworkACLStatus ¶ added in v0.5.0
type ServiceNetworkACLStatus struct { // Resource generation, which is updated on mutation by the API Server. // +optional ObservedGeneration int64 `json:"observedGeneration,omitempty"` // +optional Phase status.Status `json:"phase,omitempty"` // +optional Conditions []kmapi.Condition `json:"conditions,omitempty"` }
func (*ServiceNetworkACLStatus) DeepCopy ¶ added in v0.5.0
func (in *ServiceNetworkACLStatus) DeepCopy() *ServiceNetworkACLStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ServiceNetworkACLStatus.
func (*ServiceNetworkACLStatus) DeepCopyInto ¶ added in v0.5.0
func (in *ServiceNetworkACLStatus) DeepCopyInto(out *ServiceNetworkACLStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ServiceSpec ¶
type ServiceSpec struct { State *ServiceSpecResource `json:"state,omitempty" tf:"-"` Resource ServiceSpecResource `json:"resource" tf:"resource"` UpdatePolicy base.UpdatePolicy `json:"updatePolicy,omitempty" tf:"-"` TerminationPolicy base.TerminationPolicy `json:"terminationPolicy,omitempty" tf:"-"` ProviderRef core.LocalObjectReference `json:"providerRef" tf:"-"` SecretRef *core.LocalObjectReference `json:"secretRef,omitempty" tf:"-"` BackendRef *core.LocalObjectReference `json:"backendRef,omitempty" tf:"-"` }
func (*ServiceSpec) DeepCopy ¶
func (in *ServiceSpec) DeepCopy() *ServiceSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ServiceSpec.
func (*ServiceSpec) DeepCopyInto ¶
func (in *ServiceSpec) DeepCopyInto(out *ServiceSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ServiceSpecCors ¶
type ServiceSpecCors struct {
AllowedOrigins []string `json:"allowedOrigins" tf:"allowed_origins"`
}
func (*ServiceSpecCors) DeepCopy ¶
func (in *ServiceSpecCors) DeepCopy() *ServiceSpecCors
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ServiceSpecCors.
func (*ServiceSpecCors) DeepCopyInto ¶
func (in *ServiceSpecCors) DeepCopyInto(out *ServiceSpecCors)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ServiceSpecFeatures ¶
type ServiceSpecFeatures struct { Flag *string `json:"flag" tf:"flag"` Value *string `json:"value" tf:"value"` }
func (*ServiceSpecFeatures) DeepCopy ¶
func (in *ServiceSpecFeatures) DeepCopy() *ServiceSpecFeatures
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ServiceSpecFeatures.
func (*ServiceSpecFeatures) DeepCopyInto ¶
func (in *ServiceSpecFeatures) DeepCopyInto(out *ServiceSpecFeatures)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ServiceSpecResource ¶
type ServiceSpecResource struct { Timeouts *base.ResourceTimeout `json:"timeouts,omitempty" tf:"timeouts"` ID string `json:"id,omitempty" tf:"id,omitempty"` // +optional ConnectivityLogsEnabled *bool `json:"connectivityLogsEnabled,omitempty" tf:"connectivity_logs_enabled"` // +optional Cors []ServiceSpecCors `json:"cors,omitempty" tf:"cors"` // +optional // Deprecated Features []ServiceSpecFeatures `json:"features,omitempty" tf:"features"` // +optional Hostname *string `json:"hostname,omitempty" tf:"hostname"` // +optional IpAddress *string `json:"ipAddress,omitempty" tf:"ip_address"` // +optional LiveTraceEnabled *bool `json:"liveTraceEnabled,omitempty" tf:"live_trace_enabled"` Location *string `json:"location" tf:"location"` // +optional MessagingLogsEnabled *bool `json:"messagingLogsEnabled,omitempty" tf:"messaging_logs_enabled"` Name *string `json:"name" tf:"name"` // +optional PrimaryAccessKey *string `json:"-" sensitive:"true" tf:"primary_access_key"` // +optional PrimaryConnectionString *string `json:"-" sensitive:"true" tf:"primary_connection_string"` // +optional PublicPort *int64 `json:"publicPort,omitempty" tf:"public_port"` ResourceGroupName *string `json:"resourceGroupName" tf:"resource_group_name"` // +optional SecondaryAccessKey *string `json:"-" sensitive:"true" tf:"secondary_access_key"` // +optional SecondaryConnectionString *string `json:"-" sensitive:"true" tf:"secondary_connection_string"` // +optional ServerPort *int64 `json:"serverPort,omitempty" tf:"server_port"` // +optional ServiceMode *string `json:"serviceMode,omitempty" tf:"service_mode"` Sku *ServiceSpecSku `json:"sku" tf:"sku"` // +optional Tags *map[string]string `json:"tags,omitempty" tf:"tags"` // +optional UpstreamEndpoint []ServiceSpecUpstreamEndpoint `json:"upstreamEndpoint,omitempty" tf:"upstream_endpoint"` }
func (*ServiceSpecResource) DeepCopy ¶
func (in *ServiceSpecResource) DeepCopy() *ServiceSpecResource
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ServiceSpecResource.
func (*ServiceSpecResource) DeepCopyInto ¶
func (in *ServiceSpecResource) DeepCopyInto(out *ServiceSpecResource)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ServiceSpecSku ¶
type ServiceSpecSku struct { Capacity *int64 `json:"capacity" tf:"capacity"` Name *string `json:"name" tf:"name"` }
func (*ServiceSpecSku) DeepCopy ¶
func (in *ServiceSpecSku) DeepCopy() *ServiceSpecSku
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ServiceSpecSku.
func (*ServiceSpecSku) DeepCopyInto ¶
func (in *ServiceSpecSku) DeepCopyInto(out *ServiceSpecSku)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ServiceSpecSkuCodec ¶
type ServiceSpecSkuCodec struct { }
+k8s:deepcopy-gen=false
func (ServiceSpecSkuCodec) Decode ¶
func (ServiceSpecSkuCodec) Decode(ptr unsafe.Pointer, iter *jsoniter.Iterator)
func (ServiceSpecSkuCodec) Encode ¶
func (ServiceSpecSkuCodec) Encode(ptr unsafe.Pointer, stream *jsoniter.Stream)
func (ServiceSpecSkuCodec) IsEmpty ¶
func (ServiceSpecSkuCodec) IsEmpty(ptr unsafe.Pointer) bool
type ServiceSpecUpstreamEndpoint ¶
type ServiceSpecUpstreamEndpoint struct { CategoryPattern []string `json:"categoryPattern" tf:"category_pattern"` EventPattern []string `json:"eventPattern" tf:"event_pattern"` HubPattern []string `json:"hubPattern" tf:"hub_pattern"` UrlTemplate *string `json:"urlTemplate" tf:"url_template"` }
func (*ServiceSpecUpstreamEndpoint) DeepCopy ¶
func (in *ServiceSpecUpstreamEndpoint) DeepCopy() *ServiceSpecUpstreamEndpoint
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ServiceSpecUpstreamEndpoint.
func (*ServiceSpecUpstreamEndpoint) DeepCopyInto ¶
func (in *ServiceSpecUpstreamEndpoint) DeepCopyInto(out *ServiceSpecUpstreamEndpoint)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ServiceStatus ¶
type ServiceStatus struct { // Resource generation, which is updated on mutation by the API Server. // +optional ObservedGeneration int64 `json:"observedGeneration,omitempty"` // +optional Phase status.Status `json:"phase,omitempty"` // +optional Conditions []kmapi.Condition `json:"conditions,omitempty"` }
func (*ServiceStatus) DeepCopy ¶
func (in *ServiceStatus) DeepCopy() *ServiceStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ServiceStatus.
func (*ServiceStatus) DeepCopyInto ¶
func (in *ServiceStatus) DeepCopyInto(out *ServiceStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.