v1alpha1api20180501preview

package
v2.0.0-beta.2 Latest Latest
Warning

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

Go to latest
Published: Aug 15, 2022 License: MIT Imports: 14 Imported by: 0

Documentation

Overview

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

Package v1alpha1api20180501preview contains API Schema definitions for the insights v1alpha1api20180501preview 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 (
	WebTestPropertiesStatusKindBasic     = WebTestPropertiesStatusKind("basic")
	WebTestPropertiesStatusKindMultistep = WebTestPropertiesStatusKind("multistep")
	WebTestPropertiesStatusKindPing      = WebTestPropertiesStatusKind("ping")
	WebTestPropertiesStatusKindStandard  = WebTestPropertiesStatusKind("standard")
)
View Source
const (
	WebTestPropertiesKindBasic     = WebTestPropertiesKind("basic")
	WebTestPropertiesKindMultistep = WebTestPropertiesKind("multistep")
	WebTestPropertiesKindPing      = WebTestPropertiesKind("ping")
	WebTestPropertiesKindStandard  = WebTestPropertiesKind("standard")
)
View Source
const APIVersionValue = 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: "v1alpha1api20180501preview"}

	// 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 v1beta20180501preview.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 v1beta20180501preview.HeaderField instead

func (*HeaderField) AssignPropertiesFromHeaderField

func (field *HeaderField) AssignPropertiesFromHeaderField(source *alpha20180501ps.HeaderField) error

AssignPropertiesFromHeaderField populates our HeaderField from the provided source HeaderField

func (*HeaderField) AssignPropertiesToHeaderField

func (field *HeaderField) AssignPropertiesToHeaderField(destination *alpha20180501ps.HeaderField) error

AssignPropertiesToHeaderField 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 HeaderFieldARM

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

Deprecated version of HeaderField. Use v1beta20180501preview.HeaderField instead

func (*HeaderFieldARM) DeepCopy

func (in *HeaderFieldARM) DeepCopy() *HeaderFieldARM

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

func (*HeaderFieldARM) DeepCopyInto

func (in *HeaderFieldARM) DeepCopyInto(out *HeaderFieldARM)

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 v1beta20180501preview.HeaderField_Status instead

func (*HeaderField_Status) AssignPropertiesFromHeaderFieldStatus

func (field *HeaderField_Status) AssignPropertiesFromHeaderFieldStatus(source *alpha20180501ps.HeaderField_Status) error

AssignPropertiesFromHeaderFieldStatus populates our HeaderField_Status from the provided source HeaderField_Status

func (*HeaderField_Status) AssignPropertiesToHeaderFieldStatus

func (field *HeaderField_Status) AssignPropertiesToHeaderFieldStatus(destination *alpha20180501ps.HeaderField_Status) error

AssignPropertiesToHeaderFieldStatus 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_StatusARM

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

Deprecated version of HeaderField_Status. Use v1beta20180501preview.HeaderField_Status instead

func (*HeaderField_StatusARM) DeepCopy

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

func (*HeaderField_StatusARM) DeepCopyInto

func (in *HeaderField_StatusARM) DeepCopyInto(out *HeaderField_StatusARM)

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 v1beta20180501preview.WebTestGeolocation instead

func (*WebTestGeolocation) AssignPropertiesFromWebTestGeolocation

func (geolocation *WebTestGeolocation) AssignPropertiesFromWebTestGeolocation(source *alpha20180501ps.WebTestGeolocation) error

AssignPropertiesFromWebTestGeolocation populates our WebTestGeolocation from the provided source WebTestGeolocation

func (*WebTestGeolocation) AssignPropertiesToWebTestGeolocation

func (geolocation *WebTestGeolocation) AssignPropertiesToWebTestGeolocation(destination *alpha20180501ps.WebTestGeolocation) error

AssignPropertiesToWebTestGeolocation 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 WebTestGeolocationARM

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

Deprecated version of WebTestGeolocation. Use v1beta20180501preview.WebTestGeolocation instead

func (*WebTestGeolocationARM) DeepCopy

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

func (*WebTestGeolocationARM) DeepCopyInto

func (in *WebTestGeolocationARM) DeepCopyInto(out *WebTestGeolocationARM)

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 v1beta20180501preview.WebTestGeolocation_Status instead

func (*WebTestGeolocation_Status) AssignPropertiesFromWebTestGeolocationStatus

func (geolocation *WebTestGeolocation_Status) AssignPropertiesFromWebTestGeolocationStatus(source *alpha20180501ps.WebTestGeolocation_Status) error

AssignPropertiesFromWebTestGeolocationStatus populates our WebTestGeolocation_Status from the provided source WebTestGeolocation_Status

func (*WebTestGeolocation_Status) AssignPropertiesToWebTestGeolocationStatus

func (geolocation *WebTestGeolocation_Status) AssignPropertiesToWebTestGeolocationStatus(destination *alpha20180501ps.WebTestGeolocation_Status) error

AssignPropertiesToWebTestGeolocationStatus 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_StatusARM

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

Deprecated version of WebTestGeolocation_Status. Use v1beta20180501preview.WebTestGeolocation_Status instead

func (*WebTestGeolocation_StatusARM) DeepCopy

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

func (*WebTestGeolocation_StatusARM) DeepCopyInto

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

type WebTestPropertiesARM

type WebTestPropertiesARM struct {
	Configuration      *WebTestPropertiesConfigurationARM   `json:"Configuration,omitempty"`
	Description        *string                              `json:"Description,omitempty"`
	Enabled            *bool                                `json:"Enabled,omitempty"`
	Frequency          *int                                 `json:"Frequency,omitempty"`
	Kind               *WebTestPropertiesKind               `json:"Kind,omitempty"`
	Locations          []WebTestGeolocationARM              `json:"Locations,omitempty"`
	Name               *string                              `json:"Name,omitempty"`
	Request            *WebTestPropertiesRequestARM         `json:"Request,omitempty"`
	RetryEnabled       *bool                                `json:"RetryEnabled,omitempty"`
	SyntheticMonitorId *string                              `json:"SyntheticMonitorId,omitempty"`
	Timeout            *int                                 `json:"Timeout,omitempty"`
	ValidationRules    *WebTestPropertiesValidationRulesARM `json:"ValidationRules,omitempty"`
}

Deprecated version of WebTestProperties. Use v1beta20180501preview.WebTestProperties instead

func (*WebTestPropertiesARM) DeepCopy

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

func (*WebTestPropertiesARM) DeepCopyInto

func (in *WebTestPropertiesARM) DeepCopyInto(out *WebTestPropertiesARM)

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

type WebTestPropertiesConfiguration

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

Deprecated version of WebTestPropertiesConfiguration. Use v1beta20180501preview.WebTestPropertiesConfiguration instead

func (*WebTestPropertiesConfiguration) AssignPropertiesFromWebTestPropertiesConfiguration

func (configuration *WebTestPropertiesConfiguration) AssignPropertiesFromWebTestPropertiesConfiguration(source *alpha20180501ps.WebTestPropertiesConfiguration) error

AssignPropertiesFromWebTestPropertiesConfiguration populates our WebTestPropertiesConfiguration from the provided source WebTestPropertiesConfiguration

func (*WebTestPropertiesConfiguration) AssignPropertiesToWebTestPropertiesConfiguration

func (configuration *WebTestPropertiesConfiguration) AssignPropertiesToWebTestPropertiesConfiguration(destination *alpha20180501ps.WebTestPropertiesConfiguration) error

AssignPropertiesToWebTestPropertiesConfiguration populates the provided destination WebTestPropertiesConfiguration from our WebTestPropertiesConfiguration

func (*WebTestPropertiesConfiguration) ConvertToARM

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

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*WebTestPropertiesConfiguration) DeepCopy

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

func (*WebTestPropertiesConfiguration) DeepCopyInto

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

func (*WebTestPropertiesConfiguration) NewEmptyARMValue

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

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*WebTestPropertiesConfiguration) PopulateFromARM

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

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type WebTestPropertiesConfigurationARM

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

Deprecated version of WebTestPropertiesConfiguration. Use v1beta20180501preview.WebTestPropertiesConfiguration instead

func (*WebTestPropertiesConfigurationARM) DeepCopy

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

func (*WebTestPropertiesConfigurationARM) DeepCopyInto

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

type WebTestPropertiesKind

type WebTestPropertiesKind string

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

type WebTestPropertiesRequest

type WebTestPropertiesRequest 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 WebTestPropertiesRequest. Use v1beta20180501preview.WebTestPropertiesRequest instead

func (*WebTestPropertiesRequest) AssignPropertiesFromWebTestPropertiesRequest

func (request *WebTestPropertiesRequest) AssignPropertiesFromWebTestPropertiesRequest(source *alpha20180501ps.WebTestPropertiesRequest) error

AssignPropertiesFromWebTestPropertiesRequest populates our WebTestPropertiesRequest from the provided source WebTestPropertiesRequest

func (*WebTestPropertiesRequest) AssignPropertiesToWebTestPropertiesRequest

func (request *WebTestPropertiesRequest) AssignPropertiesToWebTestPropertiesRequest(destination *alpha20180501ps.WebTestPropertiesRequest) error

AssignPropertiesToWebTestPropertiesRequest populates the provided destination WebTestPropertiesRequest from our WebTestPropertiesRequest

func (*WebTestPropertiesRequest) ConvertToARM

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

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*WebTestPropertiesRequest) DeepCopy

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

func (*WebTestPropertiesRequest) DeepCopyInto

func (in *WebTestPropertiesRequest) DeepCopyInto(out *WebTestPropertiesRequest)

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

func (*WebTestPropertiesRequest) NewEmptyARMValue

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

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*WebTestPropertiesRequest) PopulateFromARM

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

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type WebTestPropertiesRequestARM

type WebTestPropertiesRequestARM struct {
	FollowRedirects        *bool            `json:"FollowRedirects,omitempty"`
	Headers                []HeaderFieldARM `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 WebTestPropertiesRequest. Use v1beta20180501preview.WebTestPropertiesRequest instead

func (*WebTestPropertiesRequestARM) DeepCopy

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

func (*WebTestPropertiesRequestARM) DeepCopyInto

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

type WebTestPropertiesStatusKind

type WebTestPropertiesStatusKind string

Deprecated version of WebTestPropertiesStatusKind. Use v1beta20180501preview.WebTestPropertiesStatusKind instead

type WebTestPropertiesValidationRules

type WebTestPropertiesValidationRules struct {
	ContentValidation             *WebTestPropertiesValidationRulesContentValidation `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 WebTestPropertiesValidationRules. Use v1beta20180501preview.WebTestPropertiesValidationRules instead

func (*WebTestPropertiesValidationRules) AssignPropertiesFromWebTestPropertiesValidationRules

func (rules *WebTestPropertiesValidationRules) AssignPropertiesFromWebTestPropertiesValidationRules(source *alpha20180501ps.WebTestPropertiesValidationRules) error

AssignPropertiesFromWebTestPropertiesValidationRules populates our WebTestPropertiesValidationRules from the provided source WebTestPropertiesValidationRules

func (*WebTestPropertiesValidationRules) AssignPropertiesToWebTestPropertiesValidationRules

func (rules *WebTestPropertiesValidationRules) AssignPropertiesToWebTestPropertiesValidationRules(destination *alpha20180501ps.WebTestPropertiesValidationRules) error

AssignPropertiesToWebTestPropertiesValidationRules populates the provided destination WebTestPropertiesValidationRules from our WebTestPropertiesValidationRules

func (*WebTestPropertiesValidationRules) ConvertToARM

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

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*WebTestPropertiesValidationRules) DeepCopy

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

func (*WebTestPropertiesValidationRules) DeepCopyInto

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

func (*WebTestPropertiesValidationRules) NewEmptyARMValue

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*WebTestPropertiesValidationRules) PopulateFromARM

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

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type WebTestPropertiesValidationRulesARM

type WebTestPropertiesValidationRulesARM struct {
	ContentValidation             *WebTestPropertiesValidationRulesContentValidationARM `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 WebTestPropertiesValidationRules. Use v1beta20180501preview.WebTestPropertiesValidationRules instead

func (*WebTestPropertiesValidationRulesARM) DeepCopy

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

func (*WebTestPropertiesValidationRulesARM) DeepCopyInto

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

type WebTestPropertiesValidationRulesContentValidation

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

Deprecated version of WebTestPropertiesValidationRulesContentValidation. Use v1beta20180501preview.WebTestPropertiesValidationRulesContentValidation instead

func (*WebTestPropertiesValidationRulesContentValidation) AssignPropertiesFromWebTestPropertiesValidationRulesContentValidation

func (validation *WebTestPropertiesValidationRulesContentValidation) AssignPropertiesFromWebTestPropertiesValidationRulesContentValidation(source *alpha20180501ps.WebTestPropertiesValidationRulesContentValidation) error

AssignPropertiesFromWebTestPropertiesValidationRulesContentValidation populates our WebTestPropertiesValidationRulesContentValidation from the provided source WebTestPropertiesValidationRulesContentValidation

func (*WebTestPropertiesValidationRulesContentValidation) AssignPropertiesToWebTestPropertiesValidationRulesContentValidation

func (validation *WebTestPropertiesValidationRulesContentValidation) AssignPropertiesToWebTestPropertiesValidationRulesContentValidation(destination *alpha20180501ps.WebTestPropertiesValidationRulesContentValidation) error

AssignPropertiesToWebTestPropertiesValidationRulesContentValidation populates the provided destination WebTestPropertiesValidationRulesContentValidation from our WebTestPropertiesValidationRulesContentValidation

func (*WebTestPropertiesValidationRulesContentValidation) ConvertToARM

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

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*WebTestPropertiesValidationRulesContentValidation) DeepCopy

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

func (*WebTestPropertiesValidationRulesContentValidation) DeepCopyInto

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

func (*WebTestPropertiesValidationRulesContentValidation) NewEmptyARMValue

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*WebTestPropertiesValidationRulesContentValidation) PopulateFromARM

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

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type WebTestPropertiesValidationRulesContentValidationARM

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

Deprecated version of WebTestPropertiesValidationRulesContentValidation. Use v1beta20180501preview.WebTestPropertiesValidationRulesContentValidation instead

func (*WebTestPropertiesValidationRulesContentValidationARM) DeepCopy

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

func (*WebTestPropertiesValidationRulesContentValidationARM) DeepCopyInto

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

type WebTestProperties_StatusARM

type WebTestProperties_StatusARM struct {
	Configuration      *WebTestProperties_Status_ConfigurationARM   `json:"Configuration,omitempty"`
	Description        *string                                      `json:"Description,omitempty"`
	Enabled            *bool                                        `json:"Enabled,omitempty"`
	Frequency          *int                                         `json:"Frequency,omitempty"`
	Kind               *WebTestPropertiesStatusKind                 `json:"Kind,omitempty"`
	Locations          []WebTestGeolocation_StatusARM               `json:"Locations,omitempty"`
	Name               *string                                      `json:"Name,omitempty"`
	ProvisioningState  *string                                      `json:"provisioningState,omitempty"`
	Request            *WebTestProperties_Status_RequestARM         `json:"Request,omitempty"`
	RetryEnabled       *bool                                        `json:"RetryEnabled,omitempty"`
	SyntheticMonitorId *string                                      `json:"SyntheticMonitorId,omitempty"`
	Timeout            *int                                         `json:"Timeout,omitempty"`
	ValidationRules    *WebTestProperties_Status_ValidationRulesARM `json:"ValidationRules,omitempty"`
}

Deprecated version of WebTestProperties_Status. Use v1beta20180501preview.WebTestProperties_Status instead

func (*WebTestProperties_StatusARM) DeepCopy

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

func (*WebTestProperties_StatusARM) DeepCopyInto

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

type WebTestProperties_Status_Configuration

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

Deprecated version of WebTestProperties_Status_Configuration. Use v1beta20180501preview.WebTestProperties_Status_Configuration instead

func (*WebTestProperties_Status_Configuration) AssignPropertiesFromWebTestPropertiesStatusConfiguration

func (configuration *WebTestProperties_Status_Configuration) AssignPropertiesFromWebTestPropertiesStatusConfiguration(source *alpha20180501ps.WebTestProperties_Status_Configuration) error

AssignPropertiesFromWebTestPropertiesStatusConfiguration populates our WebTestProperties_Status_Configuration from the provided source WebTestProperties_Status_Configuration

func (*WebTestProperties_Status_Configuration) AssignPropertiesToWebTestPropertiesStatusConfiguration

func (configuration *WebTestProperties_Status_Configuration) AssignPropertiesToWebTestPropertiesStatusConfiguration(destination *alpha20180501ps.WebTestProperties_Status_Configuration) error

AssignPropertiesToWebTestPropertiesStatusConfiguration populates the provided destination WebTestProperties_Status_Configuration from our WebTestProperties_Status_Configuration

func (*WebTestProperties_Status_Configuration) DeepCopy

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

func (*WebTestProperties_Status_Configuration) DeepCopyInto

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

func (*WebTestProperties_Status_Configuration) NewEmptyARMValue

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

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*WebTestProperties_Status_Configuration) PopulateFromARM

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

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type WebTestProperties_Status_ConfigurationARM

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

Deprecated version of WebTestProperties_Status_Configuration. Use v1beta20180501preview.WebTestProperties_Status_Configuration instead

func (*WebTestProperties_Status_ConfigurationARM) DeepCopy

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

func (*WebTestProperties_Status_ConfigurationARM) DeepCopyInto

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

type WebTestProperties_Status_Request

type WebTestProperties_Status_Request 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_Status_Request. Use v1beta20180501preview.WebTestProperties_Status_Request instead

func (*WebTestProperties_Status_Request) AssignPropertiesFromWebTestPropertiesStatusRequest

func (request *WebTestProperties_Status_Request) AssignPropertiesFromWebTestPropertiesStatusRequest(source *alpha20180501ps.WebTestProperties_Status_Request) error

AssignPropertiesFromWebTestPropertiesStatusRequest populates our WebTestProperties_Status_Request from the provided source WebTestProperties_Status_Request

func (*WebTestProperties_Status_Request) AssignPropertiesToWebTestPropertiesStatusRequest

func (request *WebTestProperties_Status_Request) AssignPropertiesToWebTestPropertiesStatusRequest(destination *alpha20180501ps.WebTestProperties_Status_Request) error

AssignPropertiesToWebTestPropertiesStatusRequest populates the provided destination WebTestProperties_Status_Request from our WebTestProperties_Status_Request

func (*WebTestProperties_Status_Request) DeepCopy

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

func (*WebTestProperties_Status_Request) DeepCopyInto

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

func (*WebTestProperties_Status_Request) NewEmptyARMValue

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*WebTestProperties_Status_Request) PopulateFromARM

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

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type WebTestProperties_Status_RequestARM

type WebTestProperties_Status_RequestARM struct {
	FollowRedirects        *bool                   `json:"FollowRedirects,omitempty"`
	Headers                []HeaderField_StatusARM `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_Status_Request. Use v1beta20180501preview.WebTestProperties_Status_Request instead

func (*WebTestProperties_Status_RequestARM) DeepCopy

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

func (*WebTestProperties_Status_RequestARM) DeepCopyInto

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

type WebTestProperties_Status_ValidationRules

type WebTestProperties_Status_ValidationRules struct {
	ContentValidation             *WebTestProperties_Status_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_Status_ValidationRules. Use v1beta20180501preview.WebTestProperties_Status_ValidationRules instead

func (*WebTestProperties_Status_ValidationRules) AssignPropertiesFromWebTestPropertiesStatusValidationRules

func (rules *WebTestProperties_Status_ValidationRules) AssignPropertiesFromWebTestPropertiesStatusValidationRules(source *alpha20180501ps.WebTestProperties_Status_ValidationRules) error

AssignPropertiesFromWebTestPropertiesStatusValidationRules populates our WebTestProperties_Status_ValidationRules from the provided source WebTestProperties_Status_ValidationRules

func (*WebTestProperties_Status_ValidationRules) AssignPropertiesToWebTestPropertiesStatusValidationRules

func (rules *WebTestProperties_Status_ValidationRules) AssignPropertiesToWebTestPropertiesStatusValidationRules(destination *alpha20180501ps.WebTestProperties_Status_ValidationRules) error

AssignPropertiesToWebTestPropertiesStatusValidationRules populates the provided destination WebTestProperties_Status_ValidationRules from our WebTestProperties_Status_ValidationRules

func (*WebTestProperties_Status_ValidationRules) DeepCopy

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

func (*WebTestProperties_Status_ValidationRules) DeepCopyInto

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

func (*WebTestProperties_Status_ValidationRules) NewEmptyARMValue

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*WebTestProperties_Status_ValidationRules) PopulateFromARM

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

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type WebTestProperties_Status_ValidationRulesARM

type WebTestProperties_Status_ValidationRulesARM struct {
	ContentValidation             *WebTestProperties_Status_ValidationRules_ContentValidationARM `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_Status_ValidationRules. Use v1beta20180501preview.WebTestProperties_Status_ValidationRules instead

func (*WebTestProperties_Status_ValidationRulesARM) DeepCopy

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

func (*WebTestProperties_Status_ValidationRulesARM) DeepCopyInto

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

type WebTestProperties_Status_ValidationRules_ContentValidation

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

Deprecated version of WebTestProperties_Status_ValidationRules_ContentValidation. Use v1beta20180501preview.WebTestProperties_Status_ValidationRules_ContentValidation instead

func (*WebTestProperties_Status_ValidationRules_ContentValidation) AssignPropertiesFromWebTestPropertiesStatusValidationRulesContentValidation

func (validation *WebTestProperties_Status_ValidationRules_ContentValidation) AssignPropertiesFromWebTestPropertiesStatusValidationRulesContentValidation(source *alpha20180501ps.WebTestProperties_Status_ValidationRules_ContentValidation) error

AssignPropertiesFromWebTestPropertiesStatusValidationRulesContentValidation populates our WebTestProperties_Status_ValidationRules_ContentValidation from the provided source WebTestProperties_Status_ValidationRules_ContentValidation

func (*WebTestProperties_Status_ValidationRules_ContentValidation) AssignPropertiesToWebTestPropertiesStatusValidationRulesContentValidation

func (validation *WebTestProperties_Status_ValidationRules_ContentValidation) AssignPropertiesToWebTestPropertiesStatusValidationRulesContentValidation(destination *alpha20180501ps.WebTestProperties_Status_ValidationRules_ContentValidation) error

AssignPropertiesToWebTestPropertiesStatusValidationRulesContentValidation populates the provided destination WebTestProperties_Status_ValidationRules_ContentValidation from our WebTestProperties_Status_ValidationRules_ContentValidation

func (*WebTestProperties_Status_ValidationRules_ContentValidation) DeepCopy

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

func (*WebTestProperties_Status_ValidationRules_ContentValidation) DeepCopyInto

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

func (*WebTestProperties_Status_ValidationRules_ContentValidation) NewEmptyARMValue

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*WebTestProperties_Status_ValidationRules_ContentValidation) PopulateFromARM

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

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type WebTestProperties_Status_ValidationRules_ContentValidationARM

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

Deprecated version of WebTestProperties_Status_ValidationRules_ContentValidation. Use v1beta20180501preview.WebTestProperties_Status_ValidationRules_ContentValidation instead

func (*WebTestProperties_Status_ValidationRules_ContentValidationARM) DeepCopy

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

func (*WebTestProperties_Status_ValidationRules_ContentValidationARM) DeepCopyInto

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

type WebTest_Status

type WebTest_Status struct {
	// Conditions: The observed state of the resource
	Conditions         []conditions.Condition                    `json:"conditions,omitempty"`
	Configuration      *WebTestProperties_Status_Configuration   `json:"Configuration,omitempty"`
	Description        *string                                   `json:"Description,omitempty"`
	Enabled            *bool                                     `json:"Enabled,omitempty"`
	Frequency          *int                                      `json:"Frequency,omitempty"`
	Id                 *string                                   `json:"id,omitempty"`
	Kind               *WebTestPropertiesStatusKind              `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_Status_Request         `json:"Request,omitempty"`
	RetryEnabled       *bool                                     `json:"RetryEnabled,omitempty"`
	SyntheticMonitorId *string                                   `json:"SyntheticMonitorId,omitempty"`
	Tags               *v1.JSON                                  `json:"tags,omitempty"`
	Timeout            *int                                      `json:"Timeout,omitempty"`
	Type               *string                                   `json:"type,omitempty"`
	ValidationRules    *WebTestProperties_Status_ValidationRules `json:"ValidationRules,omitempty"`
}

Deprecated version of WebTest_Status. Use v1beta20180501preview.WebTest_Status instead

func (*WebTest_Status) AssignPropertiesFromWebTestStatus

func (test *WebTest_Status) AssignPropertiesFromWebTestStatus(source *alpha20180501ps.WebTest_Status) error

AssignPropertiesFromWebTestStatus populates our WebTest_Status from the provided source WebTest_Status

func (*WebTest_Status) AssignPropertiesToWebTestStatus

func (test *WebTest_Status) AssignPropertiesToWebTestStatus(destination *alpha20180501ps.WebTest_Status) error

AssignPropertiesToWebTestStatus populates the provided destination WebTest_Status from our WebTest_Status

func (*WebTest_Status) ConvertStatusFrom

func (test *WebTest_Status) ConvertStatusFrom(source genruntime.ConvertibleStatus) error

ConvertStatusFrom populates our WebTest_Status from the provided source

func (*WebTest_Status) ConvertStatusTo

func (test *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 (test *WebTest_Status) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*WebTest_Status) PopulateFromARM

func (test *WebTest_Status) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type WebTest_StatusARM

type WebTest_StatusARM struct {
	Id         *string                      `json:"id,omitempty"`
	Location   *string                      `json:"location,omitempty"`
	Name       *string                      `json:"name,omitempty"`
	Properties *WebTestProperties_StatusARM `json:"properties,omitempty"`
	Tags       *v1.JSON                     `json:"tags,omitempty"`
	Type       *string                      `json:"type,omitempty"`
}

Deprecated version of WebTest_Status. Use v1beta20180501preview.WebTest_Status instead

func (*WebTest_StatusARM) DeepCopy

func (in *WebTest_StatusARM) DeepCopy() *WebTest_StatusARM

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

func (*WebTest_StatusARM) DeepCopyInto

func (in *WebTest_StatusARM) DeepCopyInto(out *WebTest_StatusARM)

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              Webtests_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 v1beta20180501preview.Webtest instead

func (*Webtest) AssignPropertiesFromWebtest

func (webtest *Webtest) AssignPropertiesFromWebtest(source *alpha20180501ps.Webtest) error

AssignPropertiesFromWebtest populates our Webtest from the provided source Webtest

func (*Webtest) AssignPropertiesToWebtest

func (webtest *Webtest) AssignPropertiesToWebtest(destination *alpha20180501ps.Webtest) error

AssignPropertiesToWebtest 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, or nil if there is no 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 v1beta20180501preview.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 Webtests_Spec

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

	// +kubebuilder:validation:Required
	Kind     *WebTestPropertiesKind `json:"Kind,omitempty"`
	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      *WebTestPropertiesRequest          `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    *WebTestPropertiesValidationRules `json:"ValidationRules,omitempty"`
}

func (*Webtests_Spec) AssignPropertiesFromWebtestsSpec

func (webtests *Webtests_Spec) AssignPropertiesFromWebtestsSpec(source *alpha20180501ps.Webtests_Spec) error

AssignPropertiesFromWebtestsSpec populates our Webtests_Spec from the provided source Webtests_Spec

func (*Webtests_Spec) AssignPropertiesToWebtestsSpec

func (webtests *Webtests_Spec) AssignPropertiesToWebtestsSpec(destination *alpha20180501ps.Webtests_Spec) error

AssignPropertiesToWebtestsSpec populates the provided destination Webtests_Spec from our Webtests_Spec

func (*Webtests_Spec) ConvertSpecFrom

func (webtests *Webtests_Spec) ConvertSpecFrom(source genruntime.ConvertibleSpec) error

ConvertSpecFrom populates our Webtests_Spec from the provided source

func (*Webtests_Spec) ConvertSpecTo

func (webtests *Webtests_Spec) ConvertSpecTo(destination genruntime.ConvertibleSpec) error

ConvertSpecTo populates the provided destination from our Webtests_Spec

func (*Webtests_Spec) ConvertToARM

func (webtests *Webtests_Spec) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error)

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*Webtests_Spec) DeepCopy

func (in *Webtests_Spec) DeepCopy() *Webtests_Spec

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

func (*Webtests_Spec) DeepCopyInto

func (in *Webtests_Spec) DeepCopyInto(out *Webtests_Spec)

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

func (*Webtests_Spec) NewEmptyARMValue

func (webtests *Webtests_Spec) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*Webtests_Spec) OriginalVersion

func (webtests *Webtests_Spec) OriginalVersion() string

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

func (*Webtests_Spec) PopulateFromARM

func (webtests *Webtests_Spec) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

func (*Webtests_Spec) SetAzureName

func (webtests *Webtests_Spec) SetAzureName(azureName string)

SetAzureName sets the Azure name of the resource

type Webtests_SpecARM

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

Deprecated version of Webtests_Spec. Use v1beta20180501preview.Webtests_Spec instead

func (*Webtests_SpecARM) DeepCopy

func (in *Webtests_SpecARM) DeepCopy() *Webtests_SpecARM

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

func (*Webtests_SpecARM) DeepCopyInto

func (in *Webtests_SpecARM) DeepCopyInto(out *Webtests_SpecARM)

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

func (Webtests_SpecARM) GetAPIVersion

func (webtests Webtests_SpecARM) GetAPIVersion() string

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

func (*Webtests_SpecARM) GetName

func (webtests *Webtests_SpecARM) GetName() string

GetName returns the Name of the resource

func (*Webtests_SpecARM) GetType

func (webtests *Webtests_SpecARM) 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