storage

package
v2.9.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 22, 2024 License: MIT Imports: 7 Imported by: 0

Documentation

Overview

Code generated by azure-service-operator-codegen. DO NOT EDIT. Copyright (c) Microsoft Corporation. Licensed under the MIT license.

Package storage contains API Schema definitions for the monitor storage API group +kubebuilder:object:generate=true All object properties are optional by default, this will be overridden when needed: +kubebuilder:validation:Optional +groupName=monitor.azure.com +versionName=v1api20230403storage

Index

Constants

View Source
const APIVersion_Value = APIVersion("2023-04-03")

Variables

View Source
var (
	// GroupVersion is group version used to register these objects
	GroupVersion = schema.GroupVersion{Group: "monitor.azure.com", Version: "v1api20230403storage"}

	// 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 APIVersion

type APIVersion string

Storage version of v1api20230403.APIVersion +kubebuilder:validation:Enum={"2023-04-03"}

type Account

type Account struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              Account_Spec   `json:"spec,omitempty"`
	Status            Account_STATUS `json:"status,omitempty"`
}

+kubebuilder:object:root=true +kubebuilder:subresource:status +kubebuilder:storageversion +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 v1api20230403.Account Generator information: - Generated from: /monitor/resource-manager/Microsoft.Monitor/stable/2023-04-03/monitoringAccounts_API.json - ARM URI: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Monitor/accounts/{azureMonitorWorkspaceName}

func (*Account) AzureName

func (account *Account) AzureName() string

AzureName returns the Azure name of the resource

func (*Account) DeepCopy

func (in *Account) DeepCopy() *Account

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Account.

func (*Account) DeepCopyInto

func (in *Account) DeepCopyInto(out *Account)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*Account) DeepCopyObject

func (in *Account) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (Account) GetAPIVersion

func (account Account) GetAPIVersion() string

GetAPIVersion returns the ARM API version of the resource. This is always "2023-04-03"

func (*Account) GetConditions

func (account *Account) GetConditions() conditions.Conditions

GetConditions returns the conditions of the resource

func (*Account) GetResourceScope

func (account *Account) GetResourceScope() genruntime.ResourceScope

GetResourceScope returns the scope of the resource

func (*Account) GetSpec

func (account *Account) GetSpec() genruntime.ConvertibleSpec

GetSpec returns the specification of this resource

func (*Account) GetStatus

func (account *Account) GetStatus() genruntime.ConvertibleStatus

GetStatus returns the status of this resource

func (*Account) GetSupportedOperations

func (account *Account) GetSupportedOperations() []genruntime.ResourceOperation

GetSupportedOperations returns the operations supported by the resource

func (*Account) GetType

func (account *Account) GetType() string

GetType returns the ARM Type of the resource. This is always "Microsoft.Monitor/accounts"

func (*Account) Hub

func (account *Account) Hub()

Hub marks that this Account is the hub type for conversion

func (*Account) NewEmptyStatus

func (account *Account) NewEmptyStatus() genruntime.ConvertibleStatus

NewEmptyStatus returns a new empty (blank) status

func (*Account) OriginalGVK

func (account *Account) OriginalGVK() *schema.GroupVersionKind

OriginalGVK returns a GroupValueKind for the original API version used to create the resource

func (*Account) Owner

func (account *Account) Owner() *genruntime.ResourceReference

Owner returns the ResourceReference of the owner

func (*Account) SetConditions

func (account *Account) SetConditions(conditions conditions.Conditions)

SetConditions sets the conditions on the resource status

func (*Account) SetStatus

func (account *Account) SetStatus(status genruntime.ConvertibleStatus) error

SetStatus sets the status of this resource

type AccountList

type AccountList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	Items           []Account `json:"items"`
}

+kubebuilder:object:root=true Storage version of v1api20230403.Account Generator information: - Generated from: /monitor/resource-manager/Microsoft.Monitor/stable/2023-04-03/monitoringAccounts_API.json - ARM URI: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Monitor/accounts/{azureMonitorWorkspaceName}

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 Account_STATUS

type Account_STATUS struct {
	AccountId                  *string                            `json:"accountId,omitempty"`
	Conditions                 []conditions.Condition             `json:"conditions,omitempty"`
	DefaultIngestionSettings   *IngestionSettings_STATUS          `json:"defaultIngestionSettings,omitempty"`
	Etag                       *string                            `json:"etag,omitempty"`
	Id                         *string                            `json:"id,omitempty"`
	Location                   *string                            `json:"location,omitempty"`
	Metrics                    *Metrics_STATUS                    `json:"metrics,omitempty"`
	Name                       *string                            `json:"name,omitempty"`
	PrivateEndpointConnections []PrivateEndpointConnection_STATUS `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 v1api20230403.Account_STATUS

func (*Account_STATUS) ConvertStatusFrom

func (account *Account_STATUS) ConvertStatusFrom(source genruntime.ConvertibleStatus) error

ConvertStatusFrom populates our Account_STATUS from the provided source

func (*Account_STATUS) ConvertStatusTo

func (account *Account_STATUS) ConvertStatusTo(destination genruntime.ConvertibleStatus) error

ConvertStatusTo populates the provided destination from our Account_STATUS

func (*Account_STATUS) DeepCopy

func (in *Account_STATUS) DeepCopy() *Account_STATUS

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Account_STATUS.

func (*Account_STATUS) DeepCopyInto

func (in *Account_STATUS) DeepCopyInto(out *Account_STATUS)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type Account_Spec

type Account_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,omitempty"`
	Location        *string `json:"location,omitempty"`
	OriginalVersion string  `json:"originalVersion,omitempty"`

	// +kubebuilder:validation:Required
	// Owner: The owner of the resource. The owner controls where the resource goes when it is deployed. The owner also
	// controls the resources lifecycle. When the owner is deleted the resource will also be deleted. Owner is expected to be a
	// reference to a resources.azure.com/ResourceGroup resource
	Owner               *genruntime.KnownResourceReference `group:"resources.azure.com" json:"owner,omitempty" kind:"ResourceGroup"`
	PropertyBag         genruntime.PropertyBag             `json:"$propertyBag,omitempty"`
	PublicNetworkAccess *string                            `json:"publicNetworkAccess,omitempty"`
	Tags                map[string]string                  `json:"tags,omitempty"`
}

Storage version of v1api20230403.Account_Spec

func (*Account_Spec) ConvertSpecFrom

func (account *Account_Spec) ConvertSpecFrom(source genruntime.ConvertibleSpec) error

ConvertSpecFrom populates our Account_Spec from the provided source

func (*Account_Spec) ConvertSpecTo

func (account *Account_Spec) ConvertSpecTo(destination genruntime.ConvertibleSpec) error

ConvertSpecTo populates the provided destination from our Account_Spec

func (*Account_Spec) DeepCopy

func (in *Account_Spec) DeepCopy() *Account_Spec

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Account_Spec.

func (*Account_Spec) DeepCopyInto

func (in *Account_Spec) DeepCopyInto(out *Account_Spec)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type IngestionSettings_STATUS

type IngestionSettings_STATUS struct {
	DataCollectionEndpointResourceId *string                `json:"dataCollectionEndpointResourceId,omitempty"`
	DataCollectionRuleResourceId     *string                `json:"dataCollectionRuleResourceId,omitempty"`
	PropertyBag                      genruntime.PropertyBag `json:"$propertyBag,omitempty"`
}

Storage version of v1api20230403.IngestionSettings_STATUS Settings for data ingestion

func (*IngestionSettings_STATUS) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IngestionSettings_STATUS.

func (*IngestionSettings_STATUS) DeepCopyInto

func (in *IngestionSettings_STATUS) DeepCopyInto(out *IngestionSettings_STATUS)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type Metrics_STATUS

type Metrics_STATUS struct {
	InternalId              *string                `json:"internalId,omitempty"`
	PrometheusQueryEndpoint *string                `json:"prometheusQueryEndpoint,omitempty"`
	PropertyBag             genruntime.PropertyBag `json:"$propertyBag,omitempty"`
}

Storage version of v1api20230403.Metrics_STATUS Properties related to the metrics container in the Azure Monitor Workspace

func (*Metrics_STATUS) DeepCopy

func (in *Metrics_STATUS) DeepCopy() *Metrics_STATUS

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Metrics_STATUS.

func (*Metrics_STATUS) DeepCopyInto

func (in *Metrics_STATUS) DeepCopyInto(out *Metrics_STATUS)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type PrivateEndpointConnection_STATUS

type PrivateEndpointConnection_STATUS struct {
	Id          *string                `json:"id,omitempty"`
	PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"`
}

Storage version of v1api20230403.PrivateEndpointConnection_STATUS The private endpoint connection resource.

func (*PrivateEndpointConnection_STATUS) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PrivateEndpointConnection_STATUS.

func (*PrivateEndpointConnection_STATUS) DeepCopyInto

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 v1api20230403.SystemData_STATUS Metadata pertaining to creation and last modification of the resource.

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL