Documentation ¶
Overview ¶
+groupName=cognitive.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 Account
- func (in *Account) DeepCopy() *Account
- func (in *Account) DeepCopyInto(out *Account)
- func (in *Account) DeepCopyObject() runtime.Object
- func (r *Account) SetupWebhookWithManager(mgr ctrl.Manager) error
- func (r *Account) ValidateCreate() error
- func (r *Account) ValidateDelete() error
- func (r *Account) ValidateUpdate(old runtime.Object) error
- type AccountCustomerManagedKey
- func (in *AccountCustomerManagedKey) DeepCopy() *AccountCustomerManagedKey
- func (in *AccountCustomerManagedKey) DeepCopyInto(out *AccountCustomerManagedKey)
- func (in *AccountCustomerManagedKey) DeepCopyObject() runtime.Object
- func (r *AccountCustomerManagedKey) SetupWebhookWithManager(mgr ctrl.Manager) error
- func (r *AccountCustomerManagedKey) ValidateCreate() error
- func (r *AccountCustomerManagedKey) ValidateDelete() error
- func (r *AccountCustomerManagedKey) ValidateUpdate(old runtime.Object) error
- type AccountCustomerManagedKeyList
- type AccountCustomerManagedKeySpec
- type AccountCustomerManagedKeySpecResource
- type AccountCustomerManagedKeyStatus
- type AccountList
- type AccountSpec
- type AccountSpecIdentity
- type AccountSpecIdentityCodec
- type AccountSpecNetworkAcls
- type AccountSpecNetworkAclsCodec
- type AccountSpecNetworkAclsVirtualNetworkRules
- type AccountSpecResource
- type AccountSpecStorage
- type AccountStatus
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: cognitive.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 Account ¶
type Account struct { metav1.TypeMeta `json:",inline,omitempty"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec AccountSpec `json:"spec,omitempty"` Status AccountStatus `json:"status,omitempty"` }
func (*Account) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Account.
func (*Account) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Account) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*Account) SetupWebhookWithManager ¶
func (*Account) ValidateCreate ¶
ValidateCreate implements webhook.Validator so a webhook will be registered for the type
func (*Account) ValidateDelete ¶
ValidateDelete implements webhook.Validator so a webhook will be registered for the type
type AccountCustomerManagedKey ¶ added in v0.5.0
type AccountCustomerManagedKey struct { metav1.TypeMeta `json:",inline,omitempty"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec AccountCustomerManagedKeySpec `json:"spec,omitempty"` Status AccountCustomerManagedKeyStatus `json:"status,omitempty"` }
func (*AccountCustomerManagedKey) DeepCopy ¶ added in v0.5.0
func (in *AccountCustomerManagedKey) DeepCopy() *AccountCustomerManagedKey
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AccountCustomerManagedKey.
func (*AccountCustomerManagedKey) DeepCopyInto ¶ added in v0.5.0
func (in *AccountCustomerManagedKey) DeepCopyInto(out *AccountCustomerManagedKey)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*AccountCustomerManagedKey) DeepCopyObject ¶ added in v0.5.0
func (in *AccountCustomerManagedKey) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*AccountCustomerManagedKey) SetupWebhookWithManager ¶ added in v0.5.0
func (r *AccountCustomerManagedKey) SetupWebhookWithManager(mgr ctrl.Manager) error
func (*AccountCustomerManagedKey) ValidateCreate ¶ added in v0.5.0
func (r *AccountCustomerManagedKey) ValidateCreate() error
ValidateCreate implements webhook.Validator so a webhook will be registered for the type
func (*AccountCustomerManagedKey) ValidateDelete ¶ added in v0.5.0
func (r *AccountCustomerManagedKey) ValidateDelete() error
ValidateDelete implements webhook.Validator so a webhook will be registered for the type
func (*AccountCustomerManagedKey) ValidateUpdate ¶ added in v0.5.0
func (r *AccountCustomerManagedKey) ValidateUpdate(old runtime.Object) error
ValidateUpdate implements webhook.Validator so a webhook will be registered for the type
type AccountCustomerManagedKeyList ¶ added in v0.5.0
type AccountCustomerManagedKeyList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` // Items is a list of AccountCustomerManagedKey CRD objects Items []AccountCustomerManagedKey `json:"items,omitempty"` }
AccountCustomerManagedKeyList is a list of AccountCustomerManagedKeys
func (*AccountCustomerManagedKeyList) DeepCopy ¶ added in v0.5.0
func (in *AccountCustomerManagedKeyList) DeepCopy() *AccountCustomerManagedKeyList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AccountCustomerManagedKeyList.
func (*AccountCustomerManagedKeyList) DeepCopyInto ¶ added in v0.5.0
func (in *AccountCustomerManagedKeyList) DeepCopyInto(out *AccountCustomerManagedKeyList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*AccountCustomerManagedKeyList) DeepCopyObject ¶ added in v0.5.0
func (in *AccountCustomerManagedKeyList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type AccountCustomerManagedKeySpec ¶ added in v0.5.0
type AccountCustomerManagedKeySpec struct { State *AccountCustomerManagedKeySpecResource `json:"state,omitempty" tf:"-"` Resource AccountCustomerManagedKeySpecResource `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 (*AccountCustomerManagedKeySpec) DeepCopy ¶ added in v0.5.0
func (in *AccountCustomerManagedKeySpec) DeepCopy() *AccountCustomerManagedKeySpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AccountCustomerManagedKeySpec.
func (*AccountCustomerManagedKeySpec) DeepCopyInto ¶ added in v0.5.0
func (in *AccountCustomerManagedKeySpec) DeepCopyInto(out *AccountCustomerManagedKeySpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type AccountCustomerManagedKeySpecResource ¶ added in v0.5.0
type AccountCustomerManagedKeySpecResource struct { Timeouts *base.ResourceTimeout `json:"timeouts,omitempty" tf:"timeouts"` ID string `json:"id,omitempty" tf:"id,omitempty"` CognitiveAccountID *string `json:"cognitiveAccountID" tf:"cognitive_account_id"` // +optional IdentityClientID *string `json:"identityClientID,omitempty" tf:"identity_client_id"` KeyVaultKeyID *string `json:"keyVaultKeyID" tf:"key_vault_key_id"` }
func (*AccountCustomerManagedKeySpecResource) DeepCopy ¶ added in v0.5.0
func (in *AccountCustomerManagedKeySpecResource) DeepCopy() *AccountCustomerManagedKeySpecResource
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AccountCustomerManagedKeySpecResource.
func (*AccountCustomerManagedKeySpecResource) DeepCopyInto ¶ added in v0.5.0
func (in *AccountCustomerManagedKeySpecResource) DeepCopyInto(out *AccountCustomerManagedKeySpecResource)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type AccountCustomerManagedKeyStatus ¶ added in v0.5.0
type AccountCustomerManagedKeyStatus 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 (*AccountCustomerManagedKeyStatus) DeepCopy ¶ added in v0.5.0
func (in *AccountCustomerManagedKeyStatus) DeepCopy() *AccountCustomerManagedKeyStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AccountCustomerManagedKeyStatus.
func (*AccountCustomerManagedKeyStatus) DeepCopyInto ¶ added in v0.5.0
func (in *AccountCustomerManagedKeyStatus) DeepCopyInto(out *AccountCustomerManagedKeyStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type AccountList ¶
type AccountList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` // Items is a list of Account CRD objects Items []Account `json:"items,omitempty"` }
AccountList is a list of Accounts
func (*AccountList) DeepCopy ¶
func (in *AccountList) DeepCopy() *AccountList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AccountList.
func (*AccountList) DeepCopyInto ¶
func (in *AccountList) DeepCopyInto(out *AccountList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*AccountList) DeepCopyObject ¶
func (in *AccountList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type AccountSpec ¶
type AccountSpec struct { State *AccountSpecResource `json:"state,omitempty" tf:"-"` Resource AccountSpecResource `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 (*AccountSpec) DeepCopy ¶
func (in *AccountSpec) DeepCopy() *AccountSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AccountSpec.
func (*AccountSpec) DeepCopyInto ¶
func (in *AccountSpec) DeepCopyInto(out *AccountSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type AccountSpecIdentity ¶ added in v0.5.0
type AccountSpecIdentity struct { // +optional IdentityIDS []string `json:"identityIDS,omitempty" tf:"identity_ids"` // +optional PrincipalID *string `json:"principalID,omitempty" tf:"principal_id"` // +optional TenantID *string `json:"tenantID,omitempty" tf:"tenant_id"` Type *string `json:"type" tf:"type"` }
func (*AccountSpecIdentity) DeepCopy ¶ added in v0.5.0
func (in *AccountSpecIdentity) DeepCopy() *AccountSpecIdentity
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AccountSpecIdentity.
func (*AccountSpecIdentity) DeepCopyInto ¶ added in v0.5.0
func (in *AccountSpecIdentity) DeepCopyInto(out *AccountSpecIdentity)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type AccountSpecIdentityCodec ¶ added in v0.5.0
type AccountSpecIdentityCodec struct { }
+k8s:deepcopy-gen=false
func (AccountSpecIdentityCodec) Decode ¶ added in v0.5.0
func (AccountSpecIdentityCodec) Decode(ptr unsafe.Pointer, iter *jsoniter.Iterator)
func (AccountSpecIdentityCodec) Encode ¶ added in v0.5.0
func (AccountSpecIdentityCodec) Encode(ptr unsafe.Pointer, stream *jsoniter.Stream)
func (AccountSpecIdentityCodec) IsEmpty ¶ added in v0.5.0
func (AccountSpecIdentityCodec) IsEmpty(ptr unsafe.Pointer) bool
type AccountSpecNetworkAcls ¶
type AccountSpecNetworkAcls struct { DefaultAction *string `json:"defaultAction" tf:"default_action"` // +optional IpRules []string `json:"ipRules,omitempty" tf:"ip_rules"` // +optional VirtualNetworkRules []AccountSpecNetworkAclsVirtualNetworkRules `json:"virtualNetworkRules,omitempty" tf:"virtual_network_rules"` // +optional // Deprecated VirtualNetworkSubnetIDS []string `json:"virtualNetworkSubnetIDS,omitempty" tf:"virtual_network_subnet_ids"` }
func (*AccountSpecNetworkAcls) DeepCopy ¶
func (in *AccountSpecNetworkAcls) DeepCopy() *AccountSpecNetworkAcls
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AccountSpecNetworkAcls.
func (*AccountSpecNetworkAcls) DeepCopyInto ¶
func (in *AccountSpecNetworkAcls) DeepCopyInto(out *AccountSpecNetworkAcls)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type AccountSpecNetworkAclsCodec ¶
type AccountSpecNetworkAclsCodec struct { }
+k8s:deepcopy-gen=false
func (AccountSpecNetworkAclsCodec) Decode ¶
func (AccountSpecNetworkAclsCodec) Decode(ptr unsafe.Pointer, iter *jsoniter.Iterator)
func (AccountSpecNetworkAclsCodec) Encode ¶
func (AccountSpecNetworkAclsCodec) Encode(ptr unsafe.Pointer, stream *jsoniter.Stream)
func (AccountSpecNetworkAclsCodec) IsEmpty ¶
func (AccountSpecNetworkAclsCodec) IsEmpty(ptr unsafe.Pointer) bool
type AccountSpecNetworkAclsVirtualNetworkRules ¶ added in v0.5.0
type AccountSpecNetworkAclsVirtualNetworkRules struct { // +optional IgnoreMissingVnetServiceEndpoint *bool `json:"ignoreMissingVnetServiceEndpoint,omitempty" tf:"ignore_missing_vnet_service_endpoint"` SubnetID *string `json:"subnetID" tf:"subnet_id"` }
func (*AccountSpecNetworkAclsVirtualNetworkRules) DeepCopy ¶ added in v0.5.0
func (in *AccountSpecNetworkAclsVirtualNetworkRules) DeepCopy() *AccountSpecNetworkAclsVirtualNetworkRules
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AccountSpecNetworkAclsVirtualNetworkRules.
func (*AccountSpecNetworkAclsVirtualNetworkRules) DeepCopyInto ¶ added in v0.5.0
func (in *AccountSpecNetworkAclsVirtualNetworkRules) DeepCopyInto(out *AccountSpecNetworkAclsVirtualNetworkRules)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type AccountSpecResource ¶
type AccountSpecResource struct { Timeouts *base.ResourceTimeout `json:"timeouts,omitempty" tf:"timeouts"` ID string `json:"id,omitempty" tf:"id,omitempty"` // +optional CustomSubdomainName *string `json:"customSubdomainName,omitempty" tf:"custom_subdomain_name"` // +optional Endpoint *string `json:"endpoint,omitempty" tf:"endpoint"` // +optional Fqdns []string `json:"fqdns,omitempty" tf:"fqdns"` // +optional Identity *AccountSpecIdentity `json:"identity,omitempty" tf:"identity"` Kind *string `json:"kind" tf:"kind"` // +optional LocalAuthEnabled *bool `json:"localAuthEnabled,omitempty" tf:"local_auth_enabled"` Location *string `json:"location" tf:"location"` // +optional MetricsAdvisorAadClientID *string `json:"metricsAdvisorAadClientID,omitempty" tf:"metrics_advisor_aad_client_id"` // +optional MetricsAdvisorAadTenantID *string `json:"metricsAdvisorAadTenantID,omitempty" tf:"metrics_advisor_aad_tenant_id"` // +optional MetricsAdvisorSuperUserName *string `json:"metricsAdvisorSuperUserName,omitempty" tf:"metrics_advisor_super_user_name"` // +optional MetricsAdvisorWebsiteName *string `json:"metricsAdvisorWebsiteName,omitempty" tf:"metrics_advisor_website_name"` Name *string `json:"name" tf:"name"` // +optional NetworkAcls *AccountSpecNetworkAcls `json:"networkAcls,omitempty" tf:"network_acls"` // +optional OutboundNetworkAccessRestrited *bool `json:"outboundNetworkAccessRestrited,omitempty" tf:"outbound_network_access_restrited"` // +optional PrimaryAccessKey *string `json:"-" sensitive:"true" tf:"primary_access_key"` // +optional PublicNetworkAccessEnabled *bool `json:"publicNetworkAccessEnabled,omitempty" tf:"public_network_access_enabled"` // +optional QnaRuntimeEndpoint *string `json:"qnaRuntimeEndpoint,omitempty" tf:"qna_runtime_endpoint"` ResourceGroupName *string `json:"resourceGroupName" tf:"resource_group_name"` // +optional SecondaryAccessKey *string `json:"-" sensitive:"true" tf:"secondary_access_key"` SkuName *string `json:"skuName" tf:"sku_name"` // +optional Storage []AccountSpecStorage `json:"storage,omitempty" tf:"storage"` // +optional Tags *map[string]string `json:"tags,omitempty" tf:"tags"` }
func (*AccountSpecResource) DeepCopy ¶
func (in *AccountSpecResource) DeepCopy() *AccountSpecResource
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AccountSpecResource.
func (*AccountSpecResource) DeepCopyInto ¶
func (in *AccountSpecResource) DeepCopyInto(out *AccountSpecResource)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type AccountSpecStorage ¶ added in v0.5.0
type AccountSpecStorage struct { // +optional IdentityClientID *string `json:"identityClientID,omitempty" tf:"identity_client_id"` StorageAccountID *string `json:"storageAccountID" tf:"storage_account_id"` }
func (*AccountSpecStorage) DeepCopy ¶ added in v0.5.0
func (in *AccountSpecStorage) DeepCopy() *AccountSpecStorage
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AccountSpecStorage.
func (*AccountSpecStorage) DeepCopyInto ¶ added in v0.5.0
func (in *AccountSpecStorage) DeepCopyInto(out *AccountSpecStorage)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type AccountStatus ¶
type AccountStatus 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 (*AccountStatus) DeepCopy ¶
func (in *AccountStatus) DeepCopy() *AccountStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AccountStatus.
func (*AccountStatus) DeepCopyInto ¶
func (in *AccountStatus) DeepCopyInto(out *AccountStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.