Documentation ¶
Overview ¶
Package v1alpha1api20200601storage contains API Schema definitions for the microsoft.eventgrid v1alpha1api20200601storage API group +kubebuilder:object:generate=true All object properties are optional by default, this will be overridden when needed: +kubebuilder:validation:Optional +groupName=microsoft.eventgrid.azure.com
Code generated by azure-service-operator-codegen. DO NOT EDIT. Copyright (c) Microsoft Corporation. Licensed under the MIT license.
Index ¶
- Variables
- type InboundIpRule_Status
- type InputSchemaMapping_Status
- type PrivateEndpointConnection_Status_Topic_SubResourceEmbedded
- type SystemData_Status
- type Topic
- func (topic *Topic) AzureName() string
- func (in *Topic) DeepCopy() *Topic
- func (in *Topic) DeepCopyInto(out *Topic)
- func (in *Topic) DeepCopyObject() runtime.Object
- func (topic Topic) GetAPIVersion() string
- func (topic *Topic) GetConditions() conditions.Conditions
- func (topic *Topic) GetResourceKind() genruntime.ResourceKind
- func (topic *Topic) GetSpec() genruntime.ConvertibleSpec
- func (topic *Topic) GetStatus() genruntime.ConvertibleStatus
- func (topic *Topic) GetType() string
- func (topic *Topic) NewEmptyStatus() genruntime.ConvertibleStatus
- func (topic *Topic) OriginalGVK() *schema.GroupVersionKind
- func (topic *Topic) Owner() *genruntime.ResourceReference
- func (topic *Topic) SetConditions(conditions conditions.Conditions)
- func (topic *Topic) SetStatus(status genruntime.ConvertibleStatus) error
- type TopicList
- type Topic_Status
- type Topics_Spec
Constants ¶
This section is empty.
Variables ¶
var ( // GroupVersion is group version used to register these objects GroupVersion = schema.GroupVersion{Group: "microsoft.eventgrid.azure.com", Version: "v1alpha1api20200601storage"} // SchemeBuilder is used to add go types to the GroupVersionKind scheme SchemeBuilder = &scheme.Builder{GroupVersion: GroupVersion} // AddToScheme adds the types in this group-version to the given scheme. AddToScheme = SchemeBuilder.AddToScheme )
Functions ¶
This section is empty.
Types ¶
type InboundIpRule_Status ¶
type InboundIpRule_Status struct { Action *string `json:"action,omitempty"` IpMask *string `json:"ipMask,omitempty"` PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"` }
Storage version of v1alpha1api20200601.InboundIpRule_Status
func (*InboundIpRule_Status) DeepCopy ¶
func (in *InboundIpRule_Status) DeepCopy() *InboundIpRule_Status
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new InboundIpRule_Status.
func (*InboundIpRule_Status) DeepCopyInto ¶
func (in *InboundIpRule_Status) DeepCopyInto(out *InboundIpRule_Status)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type InputSchemaMapping_Status ¶
type InputSchemaMapping_Status struct { InputSchemaMappingType *string `json:"inputSchemaMappingType,omitempty"` PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"` }
Storage version of v1alpha1api20200601.InputSchemaMapping_Status
func (*InputSchemaMapping_Status) DeepCopy ¶
func (in *InputSchemaMapping_Status) DeepCopy() *InputSchemaMapping_Status
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new InputSchemaMapping_Status.
func (*InputSchemaMapping_Status) DeepCopyInto ¶
func (in *InputSchemaMapping_Status) DeepCopyInto(out *InputSchemaMapping_Status)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type PrivateEndpointConnection_Status_Topic_SubResourceEmbedded ¶
type PrivateEndpointConnection_Status_Topic_SubResourceEmbedded struct { Id *string `json:"id,omitempty"` PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"` }
Storage version of v1alpha1api20200601.PrivateEndpointConnection_Status_Topic_SubResourceEmbedded
func (*PrivateEndpointConnection_Status_Topic_SubResourceEmbedded) DeepCopy ¶
func (in *PrivateEndpointConnection_Status_Topic_SubResourceEmbedded) DeepCopy() *PrivateEndpointConnection_Status_Topic_SubResourceEmbedded
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PrivateEndpointConnection_Status_Topic_SubResourceEmbedded.
func (*PrivateEndpointConnection_Status_Topic_SubResourceEmbedded) DeepCopyInto ¶
func (in *PrivateEndpointConnection_Status_Topic_SubResourceEmbedded) DeepCopyInto(out *PrivateEndpointConnection_Status_Topic_SubResourceEmbedded)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type SystemData_Status ¶
type SystemData_Status struct { CreatedAt *string `json:"createdAt,omitempty"` CreatedBy *string `json:"createdBy,omitempty"` CreatedByType *string `json:"createdByType,omitempty"` LastModifiedAt *string `json:"lastModifiedAt,omitempty"` LastModifiedBy *string `json:"lastModifiedBy,omitempty"` LastModifiedByType *string `json:"lastModifiedByType,omitempty"` PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"` }
Storage version of v1alpha1api20200601.SystemData_Status
func (*SystemData_Status) DeepCopy ¶
func (in *SystemData_Status) DeepCopy() *SystemData_Status
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SystemData_Status.
func (*SystemData_Status) DeepCopyInto ¶
func (in *SystemData_Status) DeepCopyInto(out *SystemData_Status)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type Topic ¶
type Topic struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec Topics_Spec `json:"spec,omitempty"` Status Topic_Status `json:"status,omitempty"` }
+kubebuilder:object:root=true +kubebuilder:subresource:status +kubebuilder:printcolumn:name="Ready",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].status" +kubebuilder:printcolumn:name="Severity",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].severity" +kubebuilder:printcolumn:name="Reason",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].reason" +kubebuilder:printcolumn:name="Message",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].message" Storage version of v1alpha1api20200601.Topic Generated from: https://schema.management.azure.com/schemas/2020-06-01/Microsoft.EventGrid.json#/resourceDefinitions/topics
func (*Topic) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Topic.
func (*Topic) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Topic) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (Topic) GetAPIVersion ¶
GetAPIVersion returns the ARM API version of the resource. This is always "2020-06-01"
func (*Topic) GetConditions ¶
func (topic *Topic) GetConditions() conditions.Conditions
GetConditions returns the conditions of the resource
func (*Topic) GetResourceKind ¶
func (topic *Topic) GetResourceKind() genruntime.ResourceKind
GetResourceKind returns the kind of the resource
func (*Topic) GetSpec ¶
func (topic *Topic) GetSpec() genruntime.ConvertibleSpec
GetSpec returns the specification of this resource
func (*Topic) GetStatus ¶
func (topic *Topic) GetStatus() genruntime.ConvertibleStatus
GetStatus returns the status of this resource
func (*Topic) GetType ¶
GetType returns the ARM Type of the resource. This is always "Microsoft.EventGrid/topics"
func (*Topic) NewEmptyStatus ¶
func (topic *Topic) NewEmptyStatus() genruntime.ConvertibleStatus
NewEmptyStatus returns a new empty (blank) status
func (*Topic) OriginalGVK ¶
func (topic *Topic) OriginalGVK() *schema.GroupVersionKind
OriginalGVK returns a GroupValueKind for the original API version used to create the resource
func (*Topic) Owner ¶
func (topic *Topic) Owner() *genruntime.ResourceReference
Owner returns the ResourceReference of the owner, or nil if there is no owner
func (*Topic) SetConditions ¶
func (topic *Topic) SetConditions(conditions conditions.Conditions)
SetConditions sets the conditions on the resource status
func (*Topic) SetStatus ¶
func (topic *Topic) SetStatus(status genruntime.ConvertibleStatus) error
SetStatus sets the status of this resource
type TopicList ¶
type TopicList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []Topic `json:"items"` }
+kubebuilder:object:root=true Storage version of v1alpha1api20200601.Topic Generated from: https://schema.management.azure.com/schemas/2020-06-01/Microsoft.EventGrid.json#/resourceDefinitions/topics
func (*TopicList) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TopicList.
func (*TopicList) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*TopicList) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type Topic_Status ¶
type Topic_Status struct { Conditions []conditions.Condition `json:"conditions,omitempty"` Endpoint *string `json:"endpoint,omitempty"` Id *string `json:"id,omitempty"` InboundIpRules []InboundIpRule_Status `json:"inboundIpRules,omitempty"` InputSchema *string `json:"inputSchema,omitempty"` InputSchemaMapping *InputSchemaMapping_Status `json:"inputSchemaMapping,omitempty"` Location *string `json:"location,omitempty"` MetricResourceId *string `json:"metricResourceId,omitempty"` Name *string `json:"name,omitempty"` PrivateEndpointConnections []PrivateEndpointConnection_Status_Topic_SubResourceEmbedded `json:"privateEndpointConnections,omitempty"` PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"` ProvisioningState *string `json:"provisioningState,omitempty"` PublicNetworkAccess *string `json:"publicNetworkAccess,omitempty"` SystemData *SystemData_Status `json:"systemData,omitempty"` Tags map[string]string `json:"tags,omitempty"` Type *string `json:"type,omitempty"` }
Storage version of v1alpha1api20200601.Topic_Status
func (*Topic_Status) ConvertStatusFrom ¶
func (topicStatus *Topic_Status) ConvertStatusFrom(source genruntime.ConvertibleStatus) error
ConvertStatusFrom populates our Topic_Status from the provided source
func (*Topic_Status) ConvertStatusTo ¶
func (topicStatus *Topic_Status) ConvertStatusTo(destination genruntime.ConvertibleStatus) error
ConvertStatusTo populates the provided destination from our Topic_Status
func (*Topic_Status) DeepCopy ¶
func (in *Topic_Status) DeepCopy() *Topic_Status
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Topic_Status.
func (*Topic_Status) DeepCopyInto ¶
func (in *Topic_Status) DeepCopyInto(out *Topic_Status)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type Topics_Spec ¶
type Topics_Spec struct { //AzureName: The name of the resource in Azure. This is often the same as the name //of the resource in Kubernetes but it doesn't have to be. AzureName string `json:"azureName"` Location *string `json:"location,omitempty"` OriginalVersion string `json:"originalVersion"` // +kubebuilder:validation:Required Owner genruntime.KnownResourceReference `group:"microsoft.resources.azure.com" json:"owner" kind:"ResourceGroup"` PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"` Tags map[string]string `json:"tags,omitempty"` }
Storage version of v1alpha1api20200601.Topics_Spec
func (*Topics_Spec) ConvertSpecFrom ¶
func (topicsSpec *Topics_Spec) ConvertSpecFrom(source genruntime.ConvertibleSpec) error
ConvertSpecFrom populates our Topics_Spec from the provided source
func (*Topics_Spec) ConvertSpecTo ¶
func (topicsSpec *Topics_Spec) ConvertSpecTo(destination genruntime.ConvertibleSpec) error
ConvertSpecTo populates the provided destination from our Topics_Spec
func (*Topics_Spec) DeepCopy ¶
func (in *Topics_Spec) DeepCopy() *Topics_Spec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Topics_Spec.
func (*Topics_Spec) DeepCopyInto ¶
func (in *Topics_Spec) DeepCopyInto(out *Topics_Spec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.