Documentation ¶
Overview ¶
+groupName=healthcare.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 ServiceSpec
- type ServiceSpecAuthenticationConfiguration
- type ServiceSpecAuthenticationConfigurationCodec
- type ServiceSpecCorsConfiguration
- type ServiceSpecCorsConfigurationCodec
- type ServiceSpecResource
- 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: healthcare.GroupName, Version: "v1alpha1"}
Functions ¶
func GetDecoder ¶
func GetDecoder() map[string]jsoniter.ValDecoder
func GetEncoder ¶
func GetEncoder() map[string]jsoniter.ValEncoder
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 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:"-"` 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 ServiceSpecAuthenticationConfiguration ¶
type ServiceSpecAuthenticationConfiguration struct { // +optional Audience *string `json:"audience,omitempty" tf:"audience"` // +optional Authority *string `json:"authority,omitempty" tf:"authority"` // +optional SmartProxyEnabled *bool `json:"smartProxyEnabled,omitempty" tf:"smart_proxy_enabled"` }
func (*ServiceSpecAuthenticationConfiguration) DeepCopy ¶
func (in *ServiceSpecAuthenticationConfiguration) DeepCopy() *ServiceSpecAuthenticationConfiguration
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ServiceSpecAuthenticationConfiguration.
func (*ServiceSpecAuthenticationConfiguration) DeepCopyInto ¶
func (in *ServiceSpecAuthenticationConfiguration) DeepCopyInto(out *ServiceSpecAuthenticationConfiguration)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ServiceSpecAuthenticationConfigurationCodec ¶
type ServiceSpecAuthenticationConfigurationCodec struct { }
+k8s:deepcopy-gen=false
func (ServiceSpecAuthenticationConfigurationCodec) Decode ¶
func (ServiceSpecAuthenticationConfigurationCodec) Decode(ptr unsafe.Pointer, iter *jsoniter.Iterator)
type ServiceSpecCorsConfiguration ¶
type ServiceSpecCorsConfiguration struct { // +optional AllowCredentials *bool `json:"allowCredentials,omitempty" tf:"allow_credentials"` // +optional // +kubebuilder:validation:MaxItems=64 AllowedHeaders []string `json:"allowedHeaders,omitempty" tf:"allowed_headers"` // +optional // +kubebuilder:validation:MaxItems=64 AllowedMethods []string `json:"allowedMethods,omitempty" tf:"allowed_methods"` // +optional // +kubebuilder:validation:MaxItems=64 AllowedOrigins []string `json:"allowedOrigins,omitempty" tf:"allowed_origins"` // +optional MaxAgeInSeconds *int64 `json:"maxAgeInSeconds,omitempty" tf:"max_age_in_seconds"` }
func (*ServiceSpecCorsConfiguration) DeepCopy ¶
func (in *ServiceSpecCorsConfiguration) DeepCopy() *ServiceSpecCorsConfiguration
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ServiceSpecCorsConfiguration.
func (*ServiceSpecCorsConfiguration) DeepCopyInto ¶
func (in *ServiceSpecCorsConfiguration) DeepCopyInto(out *ServiceSpecCorsConfiguration)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ServiceSpecCorsConfigurationCodec ¶
type ServiceSpecCorsConfigurationCodec struct { }
+k8s:deepcopy-gen=false
func (ServiceSpecCorsConfigurationCodec) Decode ¶
func (ServiceSpecCorsConfigurationCodec) Decode(ptr unsafe.Pointer, iter *jsoniter.Iterator)
type ServiceSpecResource ¶
type ServiceSpecResource struct { Timeouts *base.ResourceTimeout `json:"timeouts,omitempty" tf:"timeouts"` ID string `json:"id,omitempty" tf:"id,omitempty"` // +optional AccessPolicyObjectIDS []string `json:"accessPolicyObjectIDS,omitempty" tf:"access_policy_object_ids"` // +optional AuthenticationConfiguration *ServiceSpecAuthenticationConfiguration `json:"authenticationConfiguration,omitempty" tf:"authentication_configuration"` // +optional CorsConfiguration *ServiceSpecCorsConfiguration `json:"corsConfiguration,omitempty" tf:"cors_configuration"` // +optional CosmosdbKeyVaultKeyVersionlessID *string `json:"cosmosdbKeyVaultKeyVersionlessID,omitempty" tf:"cosmosdb_key_vault_key_versionless_id"` // +optional CosmosdbThroughput *int64 `json:"cosmosdbThroughput,omitempty" tf:"cosmosdb_throughput"` // +optional Kind *string `json:"kind,omitempty" tf:"kind"` Location *string `json:"location" tf:"location"` Name *string `json:"name" tf:"name"` // +optional PublicNetworkAccessEnabled *bool `json:"publicNetworkAccessEnabled,omitempty" tf:"public_network_access_enabled"` ResourceGroupName *string `json:"resourceGroupName" tf:"resource_group_name"` // +optional Tags *map[string]string `json:"tags,omitempty" tf:"tags"` }
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 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.