v1beta20180501preview

package
v2.1.0 Latest Latest
Warning

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

Go to latest
Published: May 31, 2023 License: MIT Imports: 13 Imported by: 0

Documentation

Overview

Package v1beta20180501preview contains API Schema definitions for the insights v1beta20180501preview API group +groupName=insights.azure.com

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

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

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

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

Index

Constants

View Source
const (
	WebTestProperties_Kind_Basic     = WebTestProperties_Kind("basic")
	WebTestProperties_Kind_Multistep = WebTestProperties_Kind("multistep")
	WebTestProperties_Kind_Ping      = WebTestProperties_Kind("ping")
	WebTestProperties_Kind_Standard  = WebTestProperties_Kind("standard")
)
View Source
const (
	WebTestProperties_Kind_STATUS_Basic     = WebTestProperties_Kind_STATUS("basic")
	WebTestProperties_Kind_STATUS_Multistep = WebTestProperties_Kind_STATUS("multistep")
	WebTestProperties_Kind_STATUS_Ping      = WebTestProperties_Kind_STATUS("ping")
	WebTestProperties_Kind_STATUS_Standard  = WebTestProperties_Kind_STATUS("standard")
)
View Source
const APIVersion_Value = APIVersion("2018-05-01-preview")

Variables

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

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

Deprecated version of APIVersion. Use v1api20180501preview.APIVersion instead +kubebuilder:validation:Enum={"2018-05-01-preview"}

type HeaderField

type HeaderField struct {
	Key   *string `json:"key,omitempty"`
	Value *string `json:"value,omitempty"`
}

Deprecated version of HeaderField. Use v1api20180501preview.HeaderField instead

func (*HeaderField) AssignProperties_From_HeaderField

func (field *HeaderField) AssignProperties_From_HeaderField(source *v20180501ps.HeaderField) error

AssignProperties_From_HeaderField populates our HeaderField from the provided source HeaderField

func (*HeaderField) AssignProperties_To_HeaderField

func (field *HeaderField) AssignProperties_To_HeaderField(destination *v20180501ps.HeaderField) error

AssignProperties_To_HeaderField populates the provided destination HeaderField from our HeaderField

func (*HeaderField) ConvertToARM

func (field *HeaderField) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error)

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*HeaderField) DeepCopy

func (in *HeaderField) DeepCopy() *HeaderField

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

func (*HeaderField) DeepCopyInto

func (in *HeaderField) DeepCopyInto(out *HeaderField)

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

func (*HeaderField) NewEmptyARMValue

func (field *HeaderField) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*HeaderField) PopulateFromARM

func (field *HeaderField) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type HeaderField_ARM

type HeaderField_ARM struct {
	Key   *string `json:"key,omitempty"`
	Value *string `json:"value,omitempty"`
}

Deprecated version of HeaderField. Use v1api20180501preview.HeaderField instead

func (*HeaderField_ARM) DeepCopy

func (in *HeaderField_ARM) DeepCopy() *HeaderField_ARM

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

func (*HeaderField_ARM) DeepCopyInto

func (in *HeaderField_ARM) DeepCopyInto(out *HeaderField_ARM)

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

type HeaderField_STATUS

type HeaderField_STATUS struct {
	Key   *string `json:"key,omitempty"`
	Value *string `json:"value,omitempty"`
}

Deprecated version of HeaderField_STATUS. Use v1api20180501preview.HeaderField_STATUS instead

func (*HeaderField_STATUS) AssignProperties_From_HeaderField_STATUS

func (field *HeaderField_STATUS) AssignProperties_From_HeaderField_STATUS(source *v20180501ps.HeaderField_STATUS) error

AssignProperties_From_HeaderField_STATUS populates our HeaderField_STATUS from the provided source HeaderField_STATUS

func (*HeaderField_STATUS) AssignProperties_To_HeaderField_STATUS

func (field *HeaderField_STATUS) AssignProperties_To_HeaderField_STATUS(destination *v20180501ps.HeaderField_STATUS) error

AssignProperties_To_HeaderField_STATUS populates the provided destination HeaderField_STATUS from our HeaderField_STATUS

func (*HeaderField_STATUS) DeepCopy

func (in *HeaderField_STATUS) DeepCopy() *HeaderField_STATUS

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

func (*HeaderField_STATUS) DeepCopyInto

func (in *HeaderField_STATUS) DeepCopyInto(out *HeaderField_STATUS)

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

func (*HeaderField_STATUS) NewEmptyARMValue

func (field *HeaderField_STATUS) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*HeaderField_STATUS) PopulateFromARM

func (field *HeaderField_STATUS) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type HeaderField_STATUS_ARM

type HeaderField_STATUS_ARM struct {
	Key   *string `json:"key,omitempty"`
	Value *string `json:"value,omitempty"`
}

Deprecated version of HeaderField_STATUS. Use v1api20180501preview.HeaderField_STATUS instead

func (*HeaderField_STATUS_ARM) DeepCopy

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

func (*HeaderField_STATUS_ARM) DeepCopyInto

func (in *HeaderField_STATUS_ARM) DeepCopyInto(out *HeaderField_STATUS_ARM)

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

type WebTestGeolocation

type WebTestGeolocation struct {
	Id *string `json:"Id,omitempty"`
}

Deprecated version of WebTestGeolocation. Use v1api20180501preview.WebTestGeolocation instead

func (*WebTestGeolocation) AssignProperties_From_WebTestGeolocation

func (geolocation *WebTestGeolocation) AssignProperties_From_WebTestGeolocation(source *v20180501ps.WebTestGeolocation) error

AssignProperties_From_WebTestGeolocation populates our WebTestGeolocation from the provided source WebTestGeolocation

func (*WebTestGeolocation) AssignProperties_To_WebTestGeolocation

func (geolocation *WebTestGeolocation) AssignProperties_To_WebTestGeolocation(destination *v20180501ps.WebTestGeolocation) error

AssignProperties_To_WebTestGeolocation populates the provided destination WebTestGeolocation from our WebTestGeolocation

func (*WebTestGeolocation) ConvertToARM

func (geolocation *WebTestGeolocation) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error)

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*WebTestGeolocation) DeepCopy

func (in *WebTestGeolocation) DeepCopy() *WebTestGeolocation

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

func (*WebTestGeolocation) DeepCopyInto

func (in *WebTestGeolocation) DeepCopyInto(out *WebTestGeolocation)

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

func (*WebTestGeolocation) NewEmptyARMValue

func (geolocation *WebTestGeolocation) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*WebTestGeolocation) PopulateFromARM

func (geolocation *WebTestGeolocation) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type WebTestGeolocation_ARM

type WebTestGeolocation_ARM struct {
	Id *string `json:"Id,omitempty"`
}

Deprecated version of WebTestGeolocation. Use v1api20180501preview.WebTestGeolocation instead

func (*WebTestGeolocation_ARM) DeepCopy

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

func (*WebTestGeolocation_ARM) DeepCopyInto

func (in *WebTestGeolocation_ARM) DeepCopyInto(out *WebTestGeolocation_ARM)

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

type WebTestGeolocation_STATUS

type WebTestGeolocation_STATUS struct {
	Id *string `json:"Id,omitempty"`
}

Deprecated version of WebTestGeolocation_STATUS. Use v1api20180501preview.WebTestGeolocation_STATUS instead

func (*WebTestGeolocation_STATUS) AssignProperties_From_WebTestGeolocation_STATUS

func (geolocation *WebTestGeolocation_STATUS) AssignProperties_From_WebTestGeolocation_STATUS(source *v20180501ps.WebTestGeolocation_STATUS) error

AssignProperties_From_WebTestGeolocation_STATUS populates our WebTestGeolocation_STATUS from the provided source WebTestGeolocation_STATUS

func (*WebTestGeolocation_STATUS) AssignProperties_To_WebTestGeolocation_STATUS

func (geolocation *WebTestGeolocation_STATUS) AssignProperties_To_WebTestGeolocation_STATUS(destination *v20180501ps.WebTestGeolocation_STATUS) error

AssignProperties_To_WebTestGeolocation_STATUS populates the provided destination WebTestGeolocation_STATUS from our WebTestGeolocation_STATUS

func (*WebTestGeolocation_STATUS) DeepCopy

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

func (*WebTestGeolocation_STATUS) DeepCopyInto

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

func (*WebTestGeolocation_STATUS) NewEmptyARMValue

func (geolocation *WebTestGeolocation_STATUS) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*WebTestGeolocation_STATUS) PopulateFromARM

func (geolocation *WebTestGeolocation_STATUS) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type WebTestGeolocation_STATUS_ARM

type WebTestGeolocation_STATUS_ARM struct {
	Id *string `json:"Id,omitempty"`
}

Deprecated version of WebTestGeolocation_STATUS. Use v1api20180501preview.WebTestGeolocation_STATUS instead

func (*WebTestGeolocation_STATUS_ARM) DeepCopy

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

func (*WebTestGeolocation_STATUS_ARM) DeepCopyInto

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

type WebTestProperties_ARM

type WebTestProperties_ARM struct {
	Configuration      *WebTestProperties_Configuration_ARM   `json:"Configuration,omitempty"`
	Description        *string                                `json:"Description,omitempty"`
	Enabled            *bool                                  `json:"Enabled,omitempty"`
	Frequency          *int                                   `json:"Frequency,omitempty"`
	Kind               *WebTestProperties_Kind                `json:"Kind,omitempty"`
	Locations          []WebTestGeolocation_ARM               `json:"Locations,omitempty"`
	Name               *string                                `json:"Name,omitempty"`
	Request            *WebTestProperties_Request_ARM         `json:"Request,omitempty"`
	RetryEnabled       *bool                                  `json:"RetryEnabled,omitempty"`
	SyntheticMonitorId *string                                `json:"SyntheticMonitorId,omitempty"`
	Timeout            *int                                   `json:"Timeout,omitempty"`
	ValidationRules    *WebTestProperties_ValidationRules_ARM `json:"ValidationRules,omitempty"`
}

Deprecated version of WebTestProperties. Use v1api20180501preview.WebTestProperties instead

func (*WebTestProperties_ARM) DeepCopy

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

func (*WebTestProperties_ARM) DeepCopyInto

func (in *WebTestProperties_ARM) DeepCopyInto(out *WebTestProperties_ARM)

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

type WebTestProperties_Configuration

type WebTestProperties_Configuration struct {
	WebTest *string `json:"WebTest,omitempty"`
}

Deprecated version of WebTestProperties_Configuration. Use v1api20180501preview.WebTestProperties_Configuration instead

func (*WebTestProperties_Configuration) AssignProperties_From_WebTestProperties_Configuration

func (configuration *WebTestProperties_Configuration) AssignProperties_From_WebTestProperties_Configuration(source *v20180501ps.WebTestProperties_Configuration) error

AssignProperties_From_WebTestProperties_Configuration populates our WebTestProperties_Configuration from the provided source WebTestProperties_Configuration

func (*WebTestProperties_Configuration) AssignProperties_To_WebTestProperties_Configuration

func (configuration *WebTestProperties_Configuration) AssignProperties_To_WebTestProperties_Configuration(destination *v20180501ps.WebTestProperties_Configuration) error

AssignProperties_To_WebTestProperties_Configuration populates the provided destination WebTestProperties_Configuration from our WebTestProperties_Configuration

func (*WebTestProperties_Configuration) ConvertToARM

func (configuration *WebTestProperties_Configuration) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error)

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*WebTestProperties_Configuration) DeepCopy

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

func (*WebTestProperties_Configuration) DeepCopyInto

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

func (*WebTestProperties_Configuration) NewEmptyARMValue

func (configuration *WebTestProperties_Configuration) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*WebTestProperties_Configuration) PopulateFromARM

func (configuration *WebTestProperties_Configuration) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type WebTestProperties_Configuration_ARM

type WebTestProperties_Configuration_ARM struct {
	WebTest *string `json:"WebTest,omitempty"`
}

Deprecated version of WebTestProperties_Configuration. Use v1api20180501preview.WebTestProperties_Configuration instead

func (*WebTestProperties_Configuration_ARM) DeepCopy

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

func (*WebTestProperties_Configuration_ARM) DeepCopyInto

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

type WebTestProperties_Configuration_STATUS

type WebTestProperties_Configuration_STATUS struct {
	WebTest *string `json:"WebTest,omitempty"`
}

Deprecated version of WebTestProperties_Configuration_STATUS. Use v1api20180501preview.WebTestProperties_Configuration_STATUS instead

func (*WebTestProperties_Configuration_STATUS) AssignProperties_From_WebTestProperties_Configuration_STATUS

func (configuration *WebTestProperties_Configuration_STATUS) AssignProperties_From_WebTestProperties_Configuration_STATUS(source *v20180501ps.WebTestProperties_Configuration_STATUS) error

AssignProperties_From_WebTestProperties_Configuration_STATUS populates our WebTestProperties_Configuration_STATUS from the provided source WebTestProperties_Configuration_STATUS

func (*WebTestProperties_Configuration_STATUS) AssignProperties_To_WebTestProperties_Configuration_STATUS

func (configuration *WebTestProperties_Configuration_STATUS) AssignProperties_To_WebTestProperties_Configuration_STATUS(destination *v20180501ps.WebTestProperties_Configuration_STATUS) error

AssignProperties_To_WebTestProperties_Configuration_STATUS populates the provided destination WebTestProperties_Configuration_STATUS from our WebTestProperties_Configuration_STATUS

func (*WebTestProperties_Configuration_STATUS) DeepCopy

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

func (*WebTestProperties_Configuration_STATUS) DeepCopyInto

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

func (*WebTestProperties_Configuration_STATUS) NewEmptyARMValue

func (configuration *WebTestProperties_Configuration_STATUS) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*WebTestProperties_Configuration_STATUS) PopulateFromARM

func (configuration *WebTestProperties_Configuration_STATUS) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type WebTestProperties_Configuration_STATUS_ARM

type WebTestProperties_Configuration_STATUS_ARM struct {
	WebTest *string `json:"WebTest,omitempty"`
}

Deprecated version of WebTestProperties_Configuration_STATUS. Use v1api20180501preview.WebTestProperties_Configuration_STATUS instead

func (*WebTestProperties_Configuration_STATUS_ARM) DeepCopy

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

func (*WebTestProperties_Configuration_STATUS_ARM) DeepCopyInto

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

type WebTestProperties_Kind

type WebTestProperties_Kind string

Deprecated version of WebTestProperties_Kind. Use v1api20180501preview.WebTestProperties_Kind instead +kubebuilder:validation:Enum={"basic","multistep","ping","standard"}

type WebTestProperties_Kind_STATUS

type WebTestProperties_Kind_STATUS string

Deprecated version of WebTestProperties_Kind_STATUS. Use v1api20180501preview.WebTestProperties_Kind_STATUS instead

type WebTestProperties_Request

type WebTestProperties_Request struct {
	FollowRedirects        *bool         `json:"FollowRedirects,omitempty"`
	Headers                []HeaderField `json:"Headers,omitempty"`
	HttpVerb               *string       `json:"HttpVerb,omitempty"`
	ParseDependentRequests *bool         `json:"ParseDependentRequests,omitempty"`
	RequestBody            *string       `json:"RequestBody,omitempty"`
	RequestUrl             *string       `json:"RequestUrl,omitempty"`
}

Deprecated version of WebTestProperties_Request. Use v1api20180501preview.WebTestProperties_Request instead

func (*WebTestProperties_Request) AssignProperties_From_WebTestProperties_Request

func (request *WebTestProperties_Request) AssignProperties_From_WebTestProperties_Request(source *v20180501ps.WebTestProperties_Request) error

AssignProperties_From_WebTestProperties_Request populates our WebTestProperties_Request from the provided source WebTestProperties_Request

func (*WebTestProperties_Request) AssignProperties_To_WebTestProperties_Request

func (request *WebTestProperties_Request) AssignProperties_To_WebTestProperties_Request(destination *v20180501ps.WebTestProperties_Request) error

AssignProperties_To_WebTestProperties_Request populates the provided destination WebTestProperties_Request from our WebTestProperties_Request

func (*WebTestProperties_Request) ConvertToARM

func (request *WebTestProperties_Request) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error)

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*WebTestProperties_Request) DeepCopy

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

func (*WebTestProperties_Request) DeepCopyInto

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

func (*WebTestProperties_Request) NewEmptyARMValue

func (request *WebTestProperties_Request) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*WebTestProperties_Request) PopulateFromARM

func (request *WebTestProperties_Request) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type WebTestProperties_Request_ARM

type WebTestProperties_Request_ARM struct {
	FollowRedirects        *bool             `json:"FollowRedirects,omitempty"`
	Headers                []HeaderField_ARM `json:"Headers,omitempty"`
	HttpVerb               *string           `json:"HttpVerb,omitempty"`
	ParseDependentRequests *bool             `json:"ParseDependentRequests,omitempty"`
	RequestBody            *string           `json:"RequestBody,omitempty"`
	RequestUrl             *string           `json:"RequestUrl,omitempty"`
}

Deprecated version of WebTestProperties_Request. Use v1api20180501preview.WebTestProperties_Request instead

func (*WebTestProperties_Request_ARM) DeepCopy

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

func (*WebTestProperties_Request_ARM) DeepCopyInto

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

type WebTestProperties_Request_STATUS

type WebTestProperties_Request_STATUS struct {
	FollowRedirects        *bool                `json:"FollowRedirects,omitempty"`
	Headers                []HeaderField_STATUS `json:"Headers,omitempty"`
	HttpVerb               *string              `json:"HttpVerb,omitempty"`
	ParseDependentRequests *bool                `json:"ParseDependentRequests,omitempty"`
	RequestBody            *string              `json:"RequestBody,omitempty"`
	RequestUrl             *string              `json:"RequestUrl,omitempty"`
}

Deprecated version of WebTestProperties_Request_STATUS. Use v1api20180501preview.WebTestProperties_Request_STATUS instead

func (*WebTestProperties_Request_STATUS) AssignProperties_From_WebTestProperties_Request_STATUS

func (request *WebTestProperties_Request_STATUS) AssignProperties_From_WebTestProperties_Request_STATUS(source *v20180501ps.WebTestProperties_Request_STATUS) error

AssignProperties_From_WebTestProperties_Request_STATUS populates our WebTestProperties_Request_STATUS from the provided source WebTestProperties_Request_STATUS

func (*WebTestProperties_Request_STATUS) AssignProperties_To_WebTestProperties_Request_STATUS

func (request *WebTestProperties_Request_STATUS) AssignProperties_To_WebTestProperties_Request_STATUS(destination *v20180501ps.WebTestProperties_Request_STATUS) error

AssignProperties_To_WebTestProperties_Request_STATUS populates the provided destination WebTestProperties_Request_STATUS from our WebTestProperties_Request_STATUS

func (*WebTestProperties_Request_STATUS) DeepCopy

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

func (*WebTestProperties_Request_STATUS) DeepCopyInto

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

func (*WebTestProperties_Request_STATUS) NewEmptyARMValue

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*WebTestProperties_Request_STATUS) PopulateFromARM

func (request *WebTestProperties_Request_STATUS) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type WebTestProperties_Request_STATUS_ARM

type WebTestProperties_Request_STATUS_ARM struct {
	FollowRedirects        *bool                    `json:"FollowRedirects,omitempty"`
	Headers                []HeaderField_STATUS_ARM `json:"Headers,omitempty"`
	HttpVerb               *string                  `json:"HttpVerb,omitempty"`
	ParseDependentRequests *bool                    `json:"ParseDependentRequests,omitempty"`
	RequestBody            *string                  `json:"RequestBody,omitempty"`
	RequestUrl             *string                  `json:"RequestUrl,omitempty"`
}

Deprecated version of WebTestProperties_Request_STATUS. Use v1api20180501preview.WebTestProperties_Request_STATUS instead

func (*WebTestProperties_Request_STATUS_ARM) DeepCopy

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

func (*WebTestProperties_Request_STATUS_ARM) DeepCopyInto

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

type WebTestProperties_STATUS_ARM

type WebTestProperties_STATUS_ARM struct {
	Configuration      *WebTestProperties_Configuration_STATUS_ARM   `json:"Configuration,omitempty"`
	Description        *string                                       `json:"Description,omitempty"`
	Enabled            *bool                                         `json:"Enabled,omitempty"`
	Frequency          *int                                          `json:"Frequency,omitempty"`
	Kind               *WebTestProperties_Kind_STATUS                `json:"Kind,omitempty"`
	Locations          []WebTestGeolocation_STATUS_ARM               `json:"Locations,omitempty"`
	Name               *string                                       `json:"Name,omitempty"`
	ProvisioningState  *string                                       `json:"provisioningState,omitempty"`
	Request            *WebTestProperties_Request_STATUS_ARM         `json:"Request,omitempty"`
	RetryEnabled       *bool                                         `json:"RetryEnabled,omitempty"`
	SyntheticMonitorId *string                                       `json:"SyntheticMonitorId,omitempty"`
	Timeout            *int                                          `json:"Timeout,omitempty"`
	ValidationRules    *WebTestProperties_ValidationRules_STATUS_ARM `json:"ValidationRules,omitempty"`
}

Deprecated version of WebTestProperties_STATUS. Use v1api20180501preview.WebTestProperties_STATUS instead

func (*WebTestProperties_STATUS_ARM) DeepCopy

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

func (*WebTestProperties_STATUS_ARM) DeepCopyInto

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

type WebTestProperties_ValidationRules

type WebTestProperties_ValidationRules struct {
	ContentValidation             *WebTestProperties_ValidationRules_ContentValidation `json:"ContentValidation,omitempty"`
	ExpectedHttpStatusCode        *int                                                 `json:"ExpectedHttpStatusCode,omitempty"`
	IgnoreHttpsStatusCode         *bool                                                `json:"IgnoreHttpsStatusCode,omitempty"`
	SSLCertRemainingLifetimeCheck *int                                                 `json:"SSLCertRemainingLifetimeCheck,omitempty"`
	SSLCheck                      *bool                                                `json:"SSLCheck,omitempty"`
}

Deprecated version of WebTestProperties_ValidationRules. Use v1api20180501preview.WebTestProperties_ValidationRules instead

func (*WebTestProperties_ValidationRules) AssignProperties_From_WebTestProperties_ValidationRules

func (rules *WebTestProperties_ValidationRules) AssignProperties_From_WebTestProperties_ValidationRules(source *v20180501ps.WebTestProperties_ValidationRules) error

AssignProperties_From_WebTestProperties_ValidationRules populates our WebTestProperties_ValidationRules from the provided source WebTestProperties_ValidationRules

func (*WebTestProperties_ValidationRules) AssignProperties_To_WebTestProperties_ValidationRules

func (rules *WebTestProperties_ValidationRules) AssignProperties_To_WebTestProperties_ValidationRules(destination *v20180501ps.WebTestProperties_ValidationRules) error

AssignProperties_To_WebTestProperties_ValidationRules populates the provided destination WebTestProperties_ValidationRules from our WebTestProperties_ValidationRules

func (*WebTestProperties_ValidationRules) ConvertToARM

func (rules *WebTestProperties_ValidationRules) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error)

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*WebTestProperties_ValidationRules) DeepCopy

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

func (*WebTestProperties_ValidationRules) DeepCopyInto

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

func (*WebTestProperties_ValidationRules) NewEmptyARMValue

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*WebTestProperties_ValidationRules) PopulateFromARM

func (rules *WebTestProperties_ValidationRules) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type WebTestProperties_ValidationRules_ARM

type WebTestProperties_ValidationRules_ARM struct {
	ContentValidation             *WebTestProperties_ValidationRules_ContentValidation_ARM `json:"ContentValidation,omitempty"`
	ExpectedHttpStatusCode        *int                                                     `json:"ExpectedHttpStatusCode,omitempty"`
	IgnoreHttpsStatusCode         *bool                                                    `json:"IgnoreHttpsStatusCode,omitempty"`
	SSLCertRemainingLifetimeCheck *int                                                     `json:"SSLCertRemainingLifetimeCheck,omitempty"`
	SSLCheck                      *bool                                                    `json:"SSLCheck,omitempty"`
}

Deprecated version of WebTestProperties_ValidationRules. Use v1api20180501preview.WebTestProperties_ValidationRules instead

func (*WebTestProperties_ValidationRules_ARM) DeepCopy

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

func (*WebTestProperties_ValidationRules_ARM) DeepCopyInto

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

type WebTestProperties_ValidationRules_ContentValidation

type WebTestProperties_ValidationRules_ContentValidation struct {
	ContentMatch    *string `json:"ContentMatch,omitempty"`
	IgnoreCase      *bool   `json:"IgnoreCase,omitempty"`
	PassIfTextFound *bool   `json:"PassIfTextFound,omitempty"`
}

Deprecated version of WebTestProperties_ValidationRules_ContentValidation. Use v1api20180501preview.WebTestProperties_ValidationRules_ContentValidation instead

func (*WebTestProperties_ValidationRules_ContentValidation) AssignProperties_From_WebTestProperties_ValidationRules_ContentValidation

func (validation *WebTestProperties_ValidationRules_ContentValidation) AssignProperties_From_WebTestProperties_ValidationRules_ContentValidation(source *v20180501ps.WebTestProperties_ValidationRules_ContentValidation) error

AssignProperties_From_WebTestProperties_ValidationRules_ContentValidation populates our WebTestProperties_ValidationRules_ContentValidation from the provided source WebTestProperties_ValidationRules_ContentValidation

func (*WebTestProperties_ValidationRules_ContentValidation) AssignProperties_To_WebTestProperties_ValidationRules_ContentValidation

func (validation *WebTestProperties_ValidationRules_ContentValidation) AssignProperties_To_WebTestProperties_ValidationRules_ContentValidation(destination *v20180501ps.WebTestProperties_ValidationRules_ContentValidation) error

AssignProperties_To_WebTestProperties_ValidationRules_ContentValidation populates the provided destination WebTestProperties_ValidationRules_ContentValidation from our WebTestProperties_ValidationRules_ContentValidation

func (*WebTestProperties_ValidationRules_ContentValidation) ConvertToARM

func (validation *WebTestProperties_ValidationRules_ContentValidation) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error)

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*WebTestProperties_ValidationRules_ContentValidation) DeepCopy

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

func (*WebTestProperties_ValidationRules_ContentValidation) DeepCopyInto

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

func (*WebTestProperties_ValidationRules_ContentValidation) NewEmptyARMValue

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*WebTestProperties_ValidationRules_ContentValidation) PopulateFromARM

func (validation *WebTestProperties_ValidationRules_ContentValidation) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type WebTestProperties_ValidationRules_ContentValidation_ARM

type WebTestProperties_ValidationRules_ContentValidation_ARM struct {
	ContentMatch    *string `json:"ContentMatch,omitempty"`
	IgnoreCase      *bool   `json:"IgnoreCase,omitempty"`
	PassIfTextFound *bool   `json:"PassIfTextFound,omitempty"`
}

Deprecated version of WebTestProperties_ValidationRules_ContentValidation. Use v1api20180501preview.WebTestProperties_ValidationRules_ContentValidation instead

func (*WebTestProperties_ValidationRules_ContentValidation_ARM) DeepCopy

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

func (*WebTestProperties_ValidationRules_ContentValidation_ARM) DeepCopyInto

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

type WebTestProperties_ValidationRules_ContentValidation_STATUS

type WebTestProperties_ValidationRules_ContentValidation_STATUS struct {
	ContentMatch    *string `json:"ContentMatch,omitempty"`
	IgnoreCase      *bool   `json:"IgnoreCase,omitempty"`
	PassIfTextFound *bool   `json:"PassIfTextFound,omitempty"`
}

Deprecated version of WebTestProperties_ValidationRules_ContentValidation_STATUS. Use v1api20180501preview.WebTestProperties_ValidationRules_ContentValidation_STATUS instead

func (*WebTestProperties_ValidationRules_ContentValidation_STATUS) AssignProperties_From_WebTestProperties_ValidationRules_ContentValidation_STATUS

func (validation *WebTestProperties_ValidationRules_ContentValidation_STATUS) AssignProperties_From_WebTestProperties_ValidationRules_ContentValidation_STATUS(source *v20180501ps.WebTestProperties_ValidationRules_ContentValidation_STATUS) error

AssignProperties_From_WebTestProperties_ValidationRules_ContentValidation_STATUS populates our WebTestProperties_ValidationRules_ContentValidation_STATUS from the provided source WebTestProperties_ValidationRules_ContentValidation_STATUS

func (*WebTestProperties_ValidationRules_ContentValidation_STATUS) AssignProperties_To_WebTestProperties_ValidationRules_ContentValidation_STATUS

func (validation *WebTestProperties_ValidationRules_ContentValidation_STATUS) AssignProperties_To_WebTestProperties_ValidationRules_ContentValidation_STATUS(destination *v20180501ps.WebTestProperties_ValidationRules_ContentValidation_STATUS) error

AssignProperties_To_WebTestProperties_ValidationRules_ContentValidation_STATUS populates the provided destination WebTestProperties_ValidationRules_ContentValidation_STATUS from our WebTestProperties_ValidationRules_ContentValidation_STATUS

func (*WebTestProperties_ValidationRules_ContentValidation_STATUS) DeepCopy

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

func (*WebTestProperties_ValidationRules_ContentValidation_STATUS) DeepCopyInto

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

func (*WebTestProperties_ValidationRules_ContentValidation_STATUS) NewEmptyARMValue

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*WebTestProperties_ValidationRules_ContentValidation_STATUS) PopulateFromARM

func (validation *WebTestProperties_ValidationRules_ContentValidation_STATUS) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type WebTestProperties_ValidationRules_ContentValidation_STATUS_ARM

type WebTestProperties_ValidationRules_ContentValidation_STATUS_ARM struct {
	ContentMatch    *string `json:"ContentMatch,omitempty"`
	IgnoreCase      *bool   `json:"IgnoreCase,omitempty"`
	PassIfTextFound *bool   `json:"PassIfTextFound,omitempty"`
}

Deprecated version of WebTestProperties_ValidationRules_ContentValidation_STATUS. Use v1api20180501preview.WebTestProperties_ValidationRules_ContentValidation_STATUS instead

func (*WebTestProperties_ValidationRules_ContentValidation_STATUS_ARM) DeepCopy

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

func (*WebTestProperties_ValidationRules_ContentValidation_STATUS_ARM) DeepCopyInto

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

type WebTestProperties_ValidationRules_STATUS

type WebTestProperties_ValidationRules_STATUS struct {
	ContentValidation             *WebTestProperties_ValidationRules_ContentValidation_STATUS `json:"ContentValidation,omitempty"`
	ExpectedHttpStatusCode        *int                                                        `json:"ExpectedHttpStatusCode,omitempty"`
	IgnoreHttpsStatusCode         *bool                                                       `json:"IgnoreHttpsStatusCode,omitempty"`
	SSLCertRemainingLifetimeCheck *int                                                        `json:"SSLCertRemainingLifetimeCheck,omitempty"`
	SSLCheck                      *bool                                                       `json:"SSLCheck,omitempty"`
}

Deprecated version of WebTestProperties_ValidationRules_STATUS. Use v1api20180501preview.WebTestProperties_ValidationRules_STATUS instead

func (*WebTestProperties_ValidationRules_STATUS) AssignProperties_From_WebTestProperties_ValidationRules_STATUS

func (rules *WebTestProperties_ValidationRules_STATUS) AssignProperties_From_WebTestProperties_ValidationRules_STATUS(source *v20180501ps.WebTestProperties_ValidationRules_STATUS) error

AssignProperties_From_WebTestProperties_ValidationRules_STATUS populates our WebTestProperties_ValidationRules_STATUS from the provided source WebTestProperties_ValidationRules_STATUS

func (*WebTestProperties_ValidationRules_STATUS) AssignProperties_To_WebTestProperties_ValidationRules_STATUS

func (rules *WebTestProperties_ValidationRules_STATUS) AssignProperties_To_WebTestProperties_ValidationRules_STATUS(destination *v20180501ps.WebTestProperties_ValidationRules_STATUS) error

AssignProperties_To_WebTestProperties_ValidationRules_STATUS populates the provided destination WebTestProperties_ValidationRules_STATUS from our WebTestProperties_ValidationRules_STATUS

func (*WebTestProperties_ValidationRules_STATUS) DeepCopy

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

func (*WebTestProperties_ValidationRules_STATUS) DeepCopyInto

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

func (*WebTestProperties_ValidationRules_STATUS) NewEmptyARMValue

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*WebTestProperties_ValidationRules_STATUS) PopulateFromARM

func (rules *WebTestProperties_ValidationRules_STATUS) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type WebTestProperties_ValidationRules_STATUS_ARM

type WebTestProperties_ValidationRules_STATUS_ARM struct {
	ContentValidation             *WebTestProperties_ValidationRules_ContentValidation_STATUS_ARM `json:"ContentValidation,omitempty"`
	ExpectedHttpStatusCode        *int                                                            `json:"ExpectedHttpStatusCode,omitempty"`
	IgnoreHttpsStatusCode         *bool                                                           `json:"IgnoreHttpsStatusCode,omitempty"`
	SSLCertRemainingLifetimeCheck *int                                                            `json:"SSLCertRemainingLifetimeCheck,omitempty"`
	SSLCheck                      *bool                                                           `json:"SSLCheck,omitempty"`
}

Deprecated version of WebTestProperties_ValidationRules_STATUS. Use v1api20180501preview.WebTestProperties_ValidationRules_STATUS instead

func (*WebTestProperties_ValidationRules_STATUS_ARM) DeepCopy

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

func (*WebTestProperties_ValidationRules_STATUS_ARM) DeepCopyInto

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

type Webtest

type Webtest struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              Webtest_Spec   `json:"spec,omitempty"`
	Status            Webtest_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" Deprecated version of Webtest. Use v1api20180501preview.Webtest instead

func (*Webtest) AssignProperties_From_Webtest

func (webtest *Webtest) AssignProperties_From_Webtest(source *v20180501ps.Webtest) error

AssignProperties_From_Webtest populates our Webtest from the provided source Webtest

func (*Webtest) AssignProperties_To_Webtest

func (webtest *Webtest) AssignProperties_To_Webtest(destination *v20180501ps.Webtest) error

AssignProperties_To_Webtest populates the provided destination Webtest from our Webtest

func (*Webtest) AzureName

func (webtest *Webtest) AzureName() string

AzureName returns the Azure name of the resource

func (*Webtest) ConvertFrom

func (webtest *Webtest) ConvertFrom(hub conversion.Hub) error

ConvertFrom populates our Webtest from the provided hub Webtest

func (*Webtest) ConvertTo

func (webtest *Webtest) ConvertTo(hub conversion.Hub) error

ConvertTo populates the provided hub Webtest from our Webtest

func (*Webtest) DeepCopy

func (in *Webtest) DeepCopy() *Webtest

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

func (*Webtest) DeepCopyInto

func (in *Webtest) DeepCopyInto(out *Webtest)

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

func (*Webtest) DeepCopyObject

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

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

func (*Webtest) Default

func (webtest *Webtest) Default()

Default applies defaults to the Webtest resource

func (Webtest) GetAPIVersion

func (webtest Webtest) GetAPIVersion() string

GetAPIVersion returns the ARM API version of the resource. This is always "2018-05-01-preview"

func (*Webtest) GetConditions

func (webtest *Webtest) GetConditions() conditions.Conditions

GetConditions returns the conditions of the resource

func (*Webtest) GetResourceScope

func (webtest *Webtest) GetResourceScope() genruntime.ResourceScope

GetResourceScope returns the scope of the resource

func (*Webtest) GetSpec

func (webtest *Webtest) GetSpec() genruntime.ConvertibleSpec

GetSpec returns the specification of this resource

func (*Webtest) GetStatus

func (webtest *Webtest) GetStatus() genruntime.ConvertibleStatus

GetStatus returns the status of this resource

func (*Webtest) GetType

func (webtest *Webtest) GetType() string

GetType returns the ARM Type of the resource. This is always "Microsoft.Insights/webtests"

func (*Webtest) NewEmptyStatus

func (webtest *Webtest) NewEmptyStatus() genruntime.ConvertibleStatus

NewEmptyStatus returns a new empty (blank) status

func (*Webtest) OriginalGVK

func (webtest *Webtest) OriginalGVK() *schema.GroupVersionKind

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

func (*Webtest) Owner

func (webtest *Webtest) Owner() *genruntime.ResourceReference

Owner returns the ResourceReference of the owner

func (*Webtest) SetConditions

func (webtest *Webtest) SetConditions(conditions conditions.Conditions)

SetConditions sets the conditions on the resource status

func (*Webtest) SetStatus

func (webtest *Webtest) SetStatus(status genruntime.ConvertibleStatus) error

SetStatus sets the status of this resource

func (*Webtest) ValidateCreate

func (webtest *Webtest) ValidateCreate() error

ValidateCreate validates the creation of the resource

func (*Webtest) ValidateDelete

func (webtest *Webtest) ValidateDelete() error

ValidateDelete validates the deletion of the resource

func (*Webtest) ValidateUpdate

func (webtest *Webtest) ValidateUpdate(old runtime.Object) error

ValidateUpdate validates an update of the resource

type WebtestList

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

+kubebuilder:object:root=true Deprecated version of Webtest. Use v1api20180501preview.Webtest instead

func (*WebtestList) DeepCopy

func (in *WebtestList) DeepCopy() *WebtestList

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

func (*WebtestList) DeepCopyInto

func (in *WebtestList) DeepCopyInto(out *WebtestList)

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

func (*WebtestList) DeepCopyObject

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

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

type Webtest_STATUS

type Webtest_STATUS struct {
	// Conditions: The observed state of the resource
	Conditions         []conditions.Condition                    `json:"conditions,omitempty"`
	Configuration      *WebTestProperties_Configuration_STATUS   `json:"Configuration,omitempty"`
	Description        *string                                   `json:"Description,omitempty"`
	Enabled            *bool                                     `json:"Enabled,omitempty"`
	Frequency          *int                                      `json:"Frequency,omitempty"`
	Id                 *string                                   `json:"id,omitempty"`
	Kind               *WebTestProperties_Kind_STATUS            `json:"Kind,omitempty"`
	Location           *string                                   `json:"location,omitempty"`
	Locations          []WebTestGeolocation_STATUS               `json:"Locations,omitempty"`
	Name               *string                                   `json:"name,omitempty"`
	PropertiesName     *string                                   `json:"properties_name,omitempty"`
	ProvisioningState  *string                                   `json:"provisioningState,omitempty"`
	Request            *WebTestProperties_Request_STATUS         `json:"Request,omitempty"`
	RetryEnabled       *bool                                     `json:"RetryEnabled,omitempty"`
	SyntheticMonitorId *string                                   `json:"SyntheticMonitorId,omitempty"`
	Tags               map[string]string                         `json:"tags,omitempty"`
	Timeout            *int                                      `json:"Timeout,omitempty"`
	Type               *string                                   `json:"type,omitempty"`
	ValidationRules    *WebTestProperties_ValidationRules_STATUS `json:"ValidationRules,omitempty"`
}

Deprecated version of Webtest_STATUS. Use v1api20180501preview.Webtest_STATUS instead

func (*Webtest_STATUS) AssignProperties_From_Webtest_STATUS

func (webtest *Webtest_STATUS) AssignProperties_From_Webtest_STATUS(source *v20180501ps.Webtest_STATUS) error

AssignProperties_From_Webtest_STATUS populates our Webtest_STATUS from the provided source Webtest_STATUS

func (*Webtest_STATUS) AssignProperties_To_Webtest_STATUS

func (webtest *Webtest_STATUS) AssignProperties_To_Webtest_STATUS(destination *v20180501ps.Webtest_STATUS) error

AssignProperties_To_Webtest_STATUS populates the provided destination Webtest_STATUS from our Webtest_STATUS

func (*Webtest_STATUS) ConvertStatusFrom

func (webtest *Webtest_STATUS) ConvertStatusFrom(source genruntime.ConvertibleStatus) error

ConvertStatusFrom populates our Webtest_STATUS from the provided source

func (*Webtest_STATUS) ConvertStatusTo

func (webtest *Webtest_STATUS) ConvertStatusTo(destination genruntime.ConvertibleStatus) error

ConvertStatusTo populates the provided destination from our Webtest_STATUS

func (*Webtest_STATUS) DeepCopy

func (in *Webtest_STATUS) DeepCopy() *Webtest_STATUS

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

func (*Webtest_STATUS) DeepCopyInto

func (in *Webtest_STATUS) DeepCopyInto(out *Webtest_STATUS)

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

func (*Webtest_STATUS) NewEmptyARMValue

func (webtest *Webtest_STATUS) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*Webtest_STATUS) PopulateFromARM

func (webtest *Webtest_STATUS) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type Webtest_STATUS_ARM

type Webtest_STATUS_ARM struct {
	Id         *string                       `json:"id,omitempty"`
	Location   *string                       `json:"location,omitempty"`
	Name       *string                       `json:"name,omitempty"`
	Properties *WebTestProperties_STATUS_ARM `json:"properties,omitempty"`
	Tags       map[string]string             `json:"tags,omitempty"`
	Type       *string                       `json:"type,omitempty"`
}

Deprecated version of Webtest_STATUS. Use v1api20180501preview.Webtest_STATUS instead

func (*Webtest_STATUS_ARM) DeepCopy

func (in *Webtest_STATUS_ARM) DeepCopy() *Webtest_STATUS_ARM

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

func (*Webtest_STATUS_ARM) DeepCopyInto

func (in *Webtest_STATUS_ARM) DeepCopyInto(out *Webtest_STATUS_ARM)

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

type Webtest_Spec

type Webtest_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"`
	Configuration *WebTestProperties_Configuration `json:"Configuration,omitempty"`
	Description   *string                          `json:"Description,omitempty"`
	Enabled       *bool                            `json:"Enabled,omitempty"`
	Frequency     *int                             `json:"Frequency,omitempty"`

	// +kubebuilder:validation:Required
	Kind *WebTestProperties_Kind `json:"Kind,omitempty"`

	// +kubebuilder:validation:Required
	Location *string `json:"location,omitempty"`

	// +kubebuilder:validation:Required
	Locations []WebTestGeolocation `json:"Locations,omitempty"`

	// +kubebuilder:validation:Required
	Name *string `json:"Name,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"`
	Request      *WebTestProperties_Request         `json:"Request,omitempty"`
	RetryEnabled *bool                              `json:"RetryEnabled,omitempty"`

	// +kubebuilder:validation:Required
	SyntheticMonitorId *string                            `json:"SyntheticMonitorId,omitempty"`
	Tags               map[string]string                  `json:"tags,omitempty"`
	Timeout            *int                               `json:"Timeout,omitempty"`
	ValidationRules    *WebTestProperties_ValidationRules `json:"ValidationRules,omitempty"`
}

func (*Webtest_Spec) AssignProperties_From_Webtest_Spec

func (webtest *Webtest_Spec) AssignProperties_From_Webtest_Spec(source *v20180501ps.Webtest_Spec) error

AssignProperties_From_Webtest_Spec populates our Webtest_Spec from the provided source Webtest_Spec

func (*Webtest_Spec) AssignProperties_To_Webtest_Spec

func (webtest *Webtest_Spec) AssignProperties_To_Webtest_Spec(destination *v20180501ps.Webtest_Spec) error

AssignProperties_To_Webtest_Spec populates the provided destination Webtest_Spec from our Webtest_Spec

func (*Webtest_Spec) ConvertSpecFrom

func (webtest *Webtest_Spec) ConvertSpecFrom(source genruntime.ConvertibleSpec) error

ConvertSpecFrom populates our Webtest_Spec from the provided source

func (*Webtest_Spec) ConvertSpecTo

func (webtest *Webtest_Spec) ConvertSpecTo(destination genruntime.ConvertibleSpec) error

ConvertSpecTo populates the provided destination from our Webtest_Spec

func (*Webtest_Spec) ConvertToARM

func (webtest *Webtest_Spec) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error)

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*Webtest_Spec) DeepCopy

func (in *Webtest_Spec) DeepCopy() *Webtest_Spec

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

func (*Webtest_Spec) DeepCopyInto

func (in *Webtest_Spec) DeepCopyInto(out *Webtest_Spec)

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

func (*Webtest_Spec) NewEmptyARMValue

func (webtest *Webtest_Spec) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*Webtest_Spec) OriginalVersion

func (webtest *Webtest_Spec) OriginalVersion() string

OriginalVersion returns the original API version used to create the resource.

func (*Webtest_Spec) PopulateFromARM

func (webtest *Webtest_Spec) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

func (*Webtest_Spec) SetAzureName

func (webtest *Webtest_Spec) SetAzureName(azureName string)

SetAzureName sets the Azure name of the resource

type Webtest_Spec_ARM

type Webtest_Spec_ARM struct {
	Location   *string                `json:"location,omitempty"`
	Name       string                 `json:"name,omitempty"`
	Properties *WebTestProperties_ARM `json:"properties,omitempty"`
	Tags       map[string]string      `json:"tags,omitempty"`
}

Deprecated version of Webtest_Spec. Use v1api20180501preview.Webtest_Spec instead

func (*Webtest_Spec_ARM) DeepCopy

func (in *Webtest_Spec_ARM) DeepCopy() *Webtest_Spec_ARM

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

func (*Webtest_Spec_ARM) DeepCopyInto

func (in *Webtest_Spec_ARM) DeepCopyInto(out *Webtest_Spec_ARM)

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

func (Webtest_Spec_ARM) GetAPIVersion

func (webtest Webtest_Spec_ARM) GetAPIVersion() string

GetAPIVersion returns the ARM API version of the resource. This is always "2018-05-01-preview"

func (*Webtest_Spec_ARM) GetName

func (webtest *Webtest_Spec_ARM) GetName() string

GetName returns the Name of the resource

func (*Webtest_Spec_ARM) GetType

func (webtest *Webtest_Spec_ARM) GetType() string

GetType returns the ARM Type of the resource. This is always "Microsoft.Insights/webtests"

Jump to

Keyboard shortcuts

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